Skip to content
Snippets Groups Projects
Select Git revision
  • 087bf1cafa2a4dd5ca42875cc0908ecac8867278
  • master default
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
10 results

datagram

Forked from Anders Blomdell / LabComm
562 commits behind the upstream repository.
user avatar
Sven Robertz authored
3e252daa
History
The simple labcomm example over a datagram channel

files:

udp_encoder.c : the same as the simple encoder, but over an UDP writer
udp_decoder.c : d:o

thr_example.c : the samei over a raw ethernet datagram protocol, in one file,and parameterized 
		to take the ethernet interface to use and the destination to send to as 
		command line parameters

thr_example2.c: similar, but bidirectional. The "server" opens a new channel and responds when receiving TwoInts