[General]
InstName=AWAS

# Instrument network parameters (EmbeddedProxy)
# This section is used by RIC switch on the aircraft to communicate with your
# instrument when it is mounted on the aircraft.
# The host name is assiged on the aircraft in /etc/dhcp/dhcpd-ac.conf.
# If you don't know it, ask an RAF SE. Ports used by RIC are documented
# online at http://wiki.eol.ucar.edu/sew/Aircraft/UDP-Data (near the bottom of
# the page. Please use the ports assigned there to avoid instrument conflicts.
# Your instrument control software should write to the instrument IP and UDP ports
# given here.
InstHostName=192.168.84.131
InstIncomingPort=32102
InstDestPort=32103

# User network parameters (SSLProxy)
# This section is used by the RIC proxy running on the user laptop. If both
# RIC and the user software run on the same machine, the Hostname should be set
# to localhost (127.0.0.1)
UserHostName=127.0.0.1
UserIncomingPort=32103
UserDestPort=32102

[Messages]
# This section is used by RIC to recognize the messages your instrument is
# sending. Each message sent should begin with one of the IDs below. All
# other messages will be ignored. Note that each message section starts
# with a different monotonically increasing integer. The size is just a
# count of the number of different message types, in this case 2.
1\Broadcast=false
1\ID=AWAS_STATUS
1\RateLimit=0

2\Broadcast=false
2\ID=AWAS_CMD
2\RateLimit=0

size=2