Current state of Monkey-X Networking.

Monkey Forums/Monkey Programming/Current state of Monkey-X Networking.

Richard Betson(Posted 2015) [#1]
Hi,

I am going to be needing UDP network access in my project. So I thought it best to ask about the current state of Monkey-X networking.

Any MOD's close to something like BnetEX?
Any socket examples or tutorials?
Still 'no byte' available in networking?

Trying to get caught up on this.


nullterm(Posted 2015) [#2]
I've been using brl.socket for TCP async. So far, so good.


EdzUp(Posted 2015) [#3]
Is the socket network on par with max's as I will need it for a cross platform module in the not to distant future?


k.o.g.(Posted 2015) [#4]
The brl.socket module is available on Android, iOS, Win8, Glfw, Stdcpp and examples are in bananas/mak/echoserver_udp.monkey


Richard Betson(Posted 2015) [#5]
[/quote]examples are in bananas/mak/echoserver_udp.monkey[/quote]
I will have a look.

There really is more to it then sending datagrams with socket. Has anyone tried lancewrath's enet module? It looks interesting for UDP.
https://github.com/lancewrath/enet-monkey