Skip to content

sujayvenaik/Messenger-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages