Skip to content

miquelmassot/udp_server_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

UDP Server and Client

This is an example of a UDP server and client written in Python. The server and client can be run on the same machine or on different machines.

Usage

The server will broadcast a message to all clients that connect to it.

Server

The server can be run with the following command:

python server.py

The server will broadcast on UDP port 50000.

Client

The client can be run with the following command:

python client.py

The client will connect to the all UDP broadcasts port 50000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages