Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 352 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 352 Bytes

gotunity

Go Server demo

In order to launch Server type: ./server -H "127.0.0.1" -o 8089 -i 8888

In order to launch Clients:

  • navigate to scripts directory cd scripts
  • In order to run client A type the following: ./type_a_client.py -H 127.0.0.1 -p 8888
  • In order to run client B type as follows: ./type_b_client.py -H 127.0.0.1 -p 8089