win8 networking features

Monkey Forums/User Modules/win8 networking features

Rone(Posted 2013) [#1]
hi,

I played with the windows runtime neworking features and created wrapper for:

- Windows::Networking::Sockets::StreamSocket
- Windows::Networking::Sockets::StreamSocketListener

StreamSocket can be easily adapted, in order to work like brl.Tcp Stream.

I'll add the following gradually

- Windows::Networking::Sockets::MessageWebSocket
- Windows::Networking::Sockets::StreamWebSocket
- Windows::Networking::Connectivity

https://github.com/sascha-schmidt217/win8

tested with v67b


Rushino(Posted 2013) [#2]
Thanks Rone! This is great addition.