Is there a way to send messages without GNet?

BlitzMax Forums/BlitzMax Beginners Area/Is there a way to send messages without GNet?

Twinprogrammer(Posted 2012) [#1]
Hey guys,

I was wondering, can I send messages without GNet? Thanks!


Polan(Posted 2012) [#2]
Sockets.
You can use them like stream so, Read...,Write.. family.
Or if you are willing to handle packets use socket.send(buffer,leng)/socket.recv(buffer,leng) functions on sockets.

Check BRL.Socket file, for TSocket methods.

Last edited 2012