Skip to content

A UDP socket server made in Python for the GAME3110 class

License

Notifications You must be signed in to change notification settings

L-Smith-E/udpSocketServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UDP Socket Server Example

This is a simple UDP socket game server example in python. Currently the server expects a packet with "connect" in order for a client to connect. Afterwards, the server will periodically send random colors to all connected clients. If a client does not send a heartbeat at least once every 5 seconds. The server drops the client.

Usage

cd ~

mkdir labs or cd labs

git clone https://github.com/galalmounir/udpSocketServer.git

cd udpSocketServer

python3 udpSocketServer

About

A UDP socket server made in Python for the GAME3110 class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%