Skip to content
/ picotcp Public
forked from tass-belgium/picotcp

PicoTCP is a free TCP/IP stack implementation

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

jinhu/picotcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Welcome to the one and only PicoTCP repository. Here's what you should do to get the stack compiled, and some tests running on a linux system:

  • Open your favourite terminal
  • git clone git://github.com/tass-belgium/picotcp.git
  • cd picotcp
  • make
  • sudo apt-get install vde2
  • sudo apt-get install libvdeplug2-dev
  • make test
  • sudo ./test/autotest.sh

From here on, you can look into the source, and start building your very own applications.

Have fun!

About

PicoTCP is a free TCP/IP stack implementation

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published