Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 459 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 459 Bytes

Multithreaded Robot Controller

Multithreaded application to communicate with a robot using TCP & UDP socket communication

Classes Implemented

Packet: implements the robots application layer protocol.

MySocket: Defines and implements TCP and UDP socket communications. The class is also responsible for configuration and communication over a single socket connection. It can be instantiated to operate as a Server or Client connection