Subversion Repositories Projects

Rev

Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 127
Line 50... Line 50...
50
 
50
 
51
=Compile=
51
=Compile=
Line 52... Line 52...
52
 $> make
52
 $> make
53
 
53
 
-
 
54
=Run=
-
 
55
 $> ./riddim [configfile]
-
 
56
 
-
 
57
 if no configfile is given riddim is trying to load "/etc/riddim.conf". If that fails riddim is using default values ( not very usefull perhaps )
-
 
58
 
-
 
59
example socat usage:
-
 
60
 socat tcp-l:54321,reuseaddr,fork file:/dev/ttyUSB0,b57600,waitlock=/var/run/rfcomm0.lock
Line 54... Line 61...
54
=Run=
61
 
Line 55... Line 62...
55
 $> ./riddim
62
 
56
 
63
 
57
= Changelog =
64
= Changelog =
58
 
65
 
59
 0.5 - code cleanup
66
 0.5 - code cleanup