Testing your setup, part 1.

First, test the connection from doraemon to a little program. This is testing the left half of the diagram on the "howto" page.

First you need to start up doraemon.

	bash# doraemon -c ../video_config/videoserver.cfg

Second you need a little program to listen to doraemon...

  1. Betsy and Jacky wrote a little program, which you can download here: sample-team1.tar.gz

  2. Unpack this file.

  3. Run make. The output will be l.x.

  4. Run it as follows:
    	bash# l.x
    
    You should see lots of messages scroll by, which means that the little program is correctly listening to doraemon.

back to eleague howto page