Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 394 Bytes

ServerClient

Done :

  • Client sends data to server using TCP protocole
  • Server properly receives, reconstructs and displays the data

TODO :

  • Switch protocol to UDP -> Faster networking
  • Compress frame data
  • Packet reception Check server side
  • Get rid of opencv dependancy -> capture frame data through custom call to webcam driver
  • Use select() instead of read() in server