Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 527 Bytes

client-server-architecture

Compile

To compile type gcc -o -pthread
To run type ./

To run client:

At first enter server IP and press ENTER.
If server is running locally then write [ localhost ]

Supported Client Commands:

  1. Add/Sub/Mult/Div ….
  2. Run
  3. List
  4. Kill
  5. Print
  6. Clear
  7. Exit

Supported Server Commands:

  1. Print
  2. Printid
  3. List
  4. Clear