Next
Previous
Contents
6.1 Default bus
By default, the bus used is 127.255.255.255:2010 ie the application will be connected on the port 2010 of the local machine it runs on.
You can set the bus to be used by setting the environment variable IVYBUS
or by implementing the option -b
in the application.
6.2 Syntax of messages
The syntax of the messages exchanged is totally free. However, the following convention is recommended:
Example:
AIRCRAFT:LIB720 Moved lat=46.1697 lon=2.0844 vx=-36 vy=-463 afl=330 rate=0 heading=184 ground_speed=465
mach_speed=0 tendance=0 time=24600 cfl=330
Next
Previous
Contents