-
Notifications
You must be signed in to change notification settings - Fork 222
data structures
Daniele Lacamera edited this page Dec 3, 2015
·
1 revision
picoTCP implements a few structures to be able to arrange objects, e.g. in a given order. The structures implemented in the core stack are:
- Queues struct pico_queue
- Red-black trees struct pico_tree
- Binary heaps type generic, used for timers
Questions or remarks? Please contact us!
[email protected] | picotcp.altran.be | Twitter | Facebook
Getting Started
- Setting up the environment
- Testing
- Configuring and compiling
- Running picoTCP on Linux - Deprecated (see setting up)
- Running picoTCP on Windows
Porting
- Build process explained
- Porting the build to another compiler or IDE
- Porting picoTCP to your favorite embedded target
- Porting picoTCP to your favorite Operating System
- Example device driver
Development