- Run the SERVER program as: ./a.out
- Run the CLIENT program as: ./a.out 127.0.0.1 (for local host loop back)
- Run the programs from different client server directories preferably.
- 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.