cpp-python_socket icon indicating copy to clipboard operation
cpp-python_socket copied to clipboard

TODOS

Open OleguerCanal opened this issue 6 years ago • 2 comments

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

OleguerCanal avatar May 03 '19 03:05 OleguerCanal

  • [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

OleguerCanal avatar May 03 '19 03:05 OleguerCanal

  • [ ] 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)

OleguerCanal avatar May 03 '19 09:05 OleguerCanal