# 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. If specified, and not equal to # ".", gives a URL (for example http://www.somesite.net/page.html) # which will be linked to the egg in status reports. Note that # this specification has meaning only in the .basketrc file. For # compatibility, it is permitted in an .eggrc file, but is ignored. # # 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. # # 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" only at # this time. Port is serial port number (e.g. 1 for /dev/ttyS1); # is baud rate. # # NETUP