NASA Port: IP stack
Brought to you by:
inspirati
Originally created by: magicrub
Originally owned by: magicrub
Feature Description
The IP stack. It is huge and it's got it's fingers into most of the files. The library used is the Microchip Application Library v5.42.?? maybe .2? It's the one before .8. See the bottom of options.h and TCPIPConfig.h for supported features.
What still needs to be decided?
Wifi support sucks. Unexpected behavior such has invalid SPI reads are handled with ASSETRs which halts the processor for debugging instead of safely handling the problem. This is limited to the WiFi driver and not the IP stack. Ethernet is very stable
What still needs to be done?
nothing, ready to port as-is.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: robert.dickenson (code.google.com)
Latest version of TCP/IP stack has been merged from NASA branch to AUAV3 branch, and it now builds as a library. Similarly the MyIp modules build as a second library. So far build tested only, in need of some hardware in order to properly test.
Status: Started