Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 499 Bytes

File metadata and controls

20 lines (12 loc) · 499 Bytes

basic client server architecture in python

Demo:

in two terminals, run server application, this would listen on localhost (0.0.0.0) and port 8000

./server.py

run client, this script would allow you to send WASD commands to the server

./send_keyboard.py

There is a different server demo as well that works with send_keyboard.py, ./server_with_coordinate.py try running these two applications together to see how server would manipulate some data coming from keyboard client