Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 283 Bytes

File metadata and controls

18 lines (14 loc) · 283 Bytes

Power Supply

  1. Run makefile:
$ make
  1. Open terminal & start server with a port:
$ ./server 9000
  1. Open another terminal & run client with server ip and server port:
$ ./client 127.0.0.1 9000

More clients is allowed, maximum 10 clients at same time.