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

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

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)