Skip to content
Snippets Groups Projects
Commit 217809dd authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

small README

parent eee385da
No related branches found
No related tags found
No related merge requests found
A simple (mostly Java) example of a LabComm channel over TCP
The class labcommTCPtest/Example.java contains set up of a server
and a client, and can be run by 'make run'
Also included is a generic decoder in python, and a server that only sends
one sample to the first client that connects, and then closes the connection
and exits.
Those can be run by
* first, in one terminal: make runOSserver
* then, in another terminal: ./runpy localhost 9999
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment