Abstraction of the TCP/IP stack like NetxDuo or LWIP example
I was looking for a way to create a high level abstracted layer that can be agnostic to the lower layer TCP/IP stack, like NetxDuo or LWIP, running under the higher abstracted layer.I have came across suggestion to implement a `plug-in` based impleme...