Menu

Tree [r6] /
 History

HTTPS access


File Date Author Commit
 examples 2009-11-15 arisun [r5] add templates for makefiles
 makeinclude 2009-10-27 arisun [r2] renamed
 rocknet 2009-12-05 arisun [r6] update
 templates 2009-11-15 arisun [r5] add templates for makefiles
 README 2009-10-23 arisun [r1] initial
 stdMakefile.inc 2009-11-15 arisun [r5] add templates for makefiles

Read Me

1. Build the library
$ cd rocknet
$ make
2. Run examples
$ g++ dmcast_rcv.c -I../rocknet -L../lib/debug -lrocknet -o rcv -g
$ g++ dmcast_snd.c -I../rocknet -L../lib/debug -lrocknet -o snd -g
Open two terminals, run the following command on one:
$ ./rcv
Run the following command on the other
$ ./snd