Skip to content

nyu-computer-networks/sample_socket_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample UDP Client / Server

  1. Set up your pyhton environment
    virtualenv venv -p /usr/bin/python3.6

  2. Activate the python environment
    source venv/bin/activate

  3. Run the server
    python server.py

  4. Run the client in another shell
    python client.py

About

Sample UDP Server and Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published