GCP (EGG) Configuration .eggrc
# See model configuration at the end of this document.
# Configuration file for egg collection software.
# This specifies the egg configuration information, the contact
# information for its basket(s), and initial data acquisition parameters.
# Each line consists of a case-sensitive keyword and a series of
# options. Defined keywords are:
# EGG
# The primary basket is the name of the basket (defined
# below) that should be contacted retrieve data from this Egg.
# The connection type is "PERM" (permanent) or "DND"
# (dial-and-drop). So far the code does not support the DND option.
# The connection interval determines the time (in minutes)
# between transmission attempts.
#
# BASKET
# This entry tells us about the existence of a set of baskets. The
# basket named as primary is the one which will be contacted
# initially. As of October 2011, this changed to 64.7.11.43 from the
# original name.
#
# PROTOCOL
# Specify the default data collection protocol. The arguments are
# samples per record (1-10, though this should always be 5-10),
# seconds per records (1-3000),
# records per packet (1-60), and
# bits per sample (32-255).
#
# REG
# Specify hardware device. Supported types include "PEAR" and ORION" only at
# this time. Port is serial port number (e.g. 1 for /dev/ttyS1);
# is baud rate.
#
# NETUP