Skip to content
Snippets Groups Projects
Select Git revision
  • labcomm2014_tc31
  • labcomm2014
  • master default
  • js
  • java_dyn_msg_dec
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
13 results

datagram

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Anders Blomdell / LabComm
    375 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