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
- Host: GitHub
- URL: https://github.com/sujayvenaik/messenger-system
- Owner: sujayvenaik
- Created: 2016-10-06T21:57:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T06:12:52.000Z (over 9 years ago)
- Last Synced: 2024-10-11T21:42:03.502Z (over 1 year ago)
- Topics: chat, cross-site, messenger, socket-programming
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.