POZNAN SUPERCOMPUTING AND NETWORKING CENTER
Home Rude/Crude GEANT Experiments

RUDE stands for Real-time UDP Data Emitter and CRUDE for Collector for RUDE.

RUDE is a small and flexible program that generates traffic to the network, which can be received and logged on the other side of the network with the CRUDE. Currently these programs can generate and measure only UDP traffic.



Installation
- Download the source code: rude-0.62.tar.gz
- Unpack the packet (GNU tar): tar zxvf rude-0.62.tar.gz
- Go to the programs directory: cd rude
- Configure the package: ./configure --enable-wall --with-debug-lvl=3
- Compile the programs: make
- Install the binaries: make install
- ...and you are ready to go.

Using RUDE/CRUDE
sending machine
- prepare the input files ( simple.conf and simple.trace )
- user@machine> rude -s simple.conf
receiving machine
- user@machine> crude -p 5000 -l simple.log
- user@machine> crude -d simple.log > simple.txt

The simple.txt file is ready to use on our pages ;)

For more information see http://rude.sourceforge.net.
Poznan Supercomputing & Networking Center
Bartosz Belter <bart@man.poznan.pl>
Wojbor Bogacki <wojbor@man.poznan.pl>
Michal Przybylski <michalp@man.poznan.pl>