Skip to content

lukes3315/ServerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages