Skip to content
Snippets Groups Projects
Select Git revision
  • 42c50f16dedaa09d2485c10bdd16a32a81be4dbb
  • master default protected
  • cont-frb/moberg-review
  • v0.9.20
  • v0.9.19
  • v0.9.18
  • v0.9.17
  • v0.9.16
  • v0.9.15
  • v0.9.14
  • v0.9.13
  • v0.9.12
  • v0.9.11
  • v0.9.10
  • v0.9.9
  • v0.9.8
  • v0.9.7
  • v0.9.6
  • v0.9.5
  • v0.9.4
  • v0.9.3
  • v0.9.2
  • v0.9.1
23 results

moberg

Forked from Anders Blomdell / moberg
Source project has a limited visibility.
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