https://github.com/dev-ritik/files_share
Terminal based File sharing application
https://github.com/dev-ritik/files_share
Last synced: about 1 year ago
JSON representation
Terminal based File sharing application
- Host: GitHub
- URL: https://github.com/dev-ritik/files_share
- Owner: dev-ritik
- Created: 2019-02-28T09:17:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T16:46:42.000Z (over 7 years ago)
- Last Synced: 2025-01-30T13:26:07.896Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Share
Storage application based on socket programming in cpp.
## Progress
- [x] Basic socket connection in Terminal
- [x] Basic commands in cpp
- [x] Simultaneous multi-client connection support
- [ ] Web app and its infrastructure (Checkout `web_app` branch)
- [ ] Login, Authentication and security
### TODO:
Use [Poll](http://man7.org/linux/man-pages/man2/poll.2.html) instead of `select()`
### Contributers
- [Ritik kumar](https://github.com/dev-ritik)
- [Bhanu Pratap](https://github.com/pratapb0807)
- [P.Krishna Yeswanth](https://github.com/krishnayeswanth99)