# flyudp
#
# This is part of the flight simulator 'fly8'.
# Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
#
# An example of setting up two UDPs for head-to-head. In real life the two
# processes will be started on different machines.
#
# 'localhost' is the name of host that runs the server. Start the server
# as 'fly8src &'. To stop it run 'udpcli localhost' and enter 'shutdown'.
# Then enter 'end' to stop 'udpcli'.

rm fly1.log fly2.log
fly8 r N1 Tone dnudp.1:localhost:pack Lfly1.log $1 $2 $3 $4 $5 $6 $7 $8 $9 &
fly8 r N2 Tone dnudp.1:localhost:pack Lfly2.log $1 $2 $3 $4 $5 $6 $7 $8 $9 &
