Network Messaging

BlitzMax Forums/BlitzMax Beginners Area/Network Messaging

MarkT(Posted 2005) [#1]
I was wondering if there was a tutorial or maybe someone could give me some help with a network application I'm trying to code in bmax.

All I want is a server that accpets messages of any legth from any client that sends a message its way and saves that to a file. The server sends nothing back to the client.

So for example: The client Sends the message "Yo whats up?" then the server would just append that to a file.

Is there an easy way to do this? I was trying to work on somthing using GNET, but it wouldnt work how i expected.

I was also looking at some of the networking turorials and Wave refrenced to a library called TNET. Where would I find the TNET library?


deps(Posted 2005) [#2]
http://www.truplo.com/TNet/


MarkT(Posted 2005) [#3]
THANK YOU!