Skip to content
Snippets Groups Projects
Select Git revision
  • 4db2a65b23b63aa504b20523dd155364aad30e93
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

labcomm

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