For TCP/IP there already is a library in pkg/ore/lib/uip. This library is a port of the uIP stack to ORe. This stack is targetted at 8bit microprocessors and therefore is only a minimal TCP implementation. A major drawback is that it can have only one packet travelling around at a time and does not send the next one before the first's ack was received. uip-ore is implemented as a library and examples for its use can be found in the examples section.
Future work will include the porting of a "real" IP stack to ORe. Recommendations are welcome, and currently include: