cpp-python_socket
cpp-python_socket copied to clipboard
TODOS
Task list to remember remaining features:
- [x] Add Python Server
- [x] Add C++ Client
- [x] Add Image transferring capabilities
- [x] Add Basic Readme
- [ ] Add Python Client
- [ ] Add C++ Server
- [ ] Add Timeout feature
- [ ] Add non-blocking callback possibility
- [x] Make it c++ installable
- [ ] Make it work with find_package()
- [x] Each version in different folder
- [ ] Easy-uninstallable
- [ ] Include Testing
- [ ] Display test status in github
- [x] Make it pip-installable
- [ ] Automatically re-connect (if client disconnects, be able to run again program and connect to server)
- [x] Automatically select free ports (try until find available in server, store for client)