An open API service indexing awesome lists of open source software.

https://github.com/sujayvenaik/messenger-system

A cross system messenger build on C
https://github.com/sujayvenaik/messenger-system

chat cross-site messenger socket-programming

Last synced: 8 months ago
JSON representation

A cross system messenger build on C

Awesome Lists containing this project

README

          

# 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.