As PikeOS is based on a microkernel architecture, the implementation of networking applications is very flexible. Generally spoken, the developer has the choice to implement the entire low-level hardware access, TCP/IP stack and application within one single user space partition. However, this is ...