Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 476 Bytes

Messenger-System

  1. Run the SERVER program as: ./a.out
  2. Run the CLIENT program as: ./a.out 127.0.0.1 (for local host loop back)
  3. Run the programs from different client server directories preferably.
  4. Compile as gcc -Wall 201505601_assign_1_client.c -lm -lcrypto and gcc -Wall 201505601_assign_1_server.c -lcrypto

NOTE: Check for ports when you connect in cross system mode. If cross system is not required then remove the localhost adress and reconfigure the ports.