Home C++ Lua GitHub Games Math Myself Contact



Simple Datagram Socket Test

This tests client/server communication over UDP sockets. Simple operations: listen to port, connect to ip/port, send data. All the basics you'd need for getting to know network communication.

I made this before moving on to implement networking in my first, last, and only networkable game: Inspiration

Download the Source Code Here