Since the old network-plugin has been removed, what are plans for the next network-plugin?
Do you want to create it from scratch or do you want to use an external lib?
I played around with ptypes' networking classes and it is really easy to create a UDP or TCP-server and client (5 lines and you got it running).
See the docs/examples here:
http://www.melikyan.com/ptypes/Because ptypes uses the zlib/libpng License and is plattform-independent, it should be no problem to make use of this lib (or of it's networking-code only).
What do you think?