Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 558 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 558 Bytes

KukavarClient

A C# client toolkit to access CrossComm functionalities remotely through KukavarProxy.

Organization

The project is decomposed under 3 main bricks :

  • KukaVar.Protocol : definition of the strucutre of the messages tha will be exchanged between clients and server.
  • KukaVar.Client : TCP client library to build clients for remote communication with the robot.

KukavarClientDemoApp