https://github.com/sladyn98/cyber-management-system
This project uses multi threading and socket programming to guarantee client-server sync in a cyber-Cafe
https://github.com/sladyn98/cyber-management-system
c cpp11 cybersecurity multithreading ssl
Last synced: about 2 months ago
JSON representation
This project uses multi threading and socket programming to guarantee client-server sync in a cyber-Cafe
- Host: GitHub
- URL: https://github.com/sladyn98/cyber-management-system
- Owner: sladyn98
- Created: 2020-01-10T20:00:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T12:31:41.000Z (over 6 years ago)
- Last Synced: 2025-03-30T02:14:15.728Z (about 1 year ago)
- Topics: c, cpp11, cybersecurity, multithreading, ssl
- Language: C
- Size: 63.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyber-Management-System
This project uses multi threading and socket programming to guarantee client-server sync in a cyber-Cafe.
This project was built as a part of the capstone project for my C course.
# Concepts Used
a) Socket Programming
b) MultiThreading
c) Lamport Logical Clock (For internal Syncing)