Files
i2p.itoopie/apps/sam/Demos/rawTests
2009-04-06 05:29:03 +00:00
..
2009-04-02 08:22:31 +00:00
2009-04-06 05:29:03 +00:00

# test example

#in a first terminal, launch :
 ./samIn.py inTest

#in a second terminal, launch :
 ./samForward.py 25000 forward

#in a third terminal, launch :
l=0
while [ $l -lt 1000 ]
do 
   l=$((l+1))
   ./samOut.py forward this is message n. $l
done