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 <name> <id> <ip addr> <primbasket> <conntype> <connival> # The primary basket <primbasket> is the name of the basket (defined # below) that should be contacted retrieve data from this Egg. # The connection type <conntype> is "PERM" (permanent) or "DND" # (dial-and-drop). So far the code does not support the DND option. # The connection interval <connival> determines the time (in minutes) # between transmission attempts. # # BASKET <name> <ip addr> # 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 <samprec> <secrec> <recpkt> <trialsz> # Specify the default data collection protocol. The arguments are # <samprec> samples per record (1-10, though this should always be 5-10), # <secrec> seconds per records (1-3000), # <recpkt> records per packet (1-60), and # <trialsz> bits per sample (32-255). # # REG <type> <port> <baud> # Specify hardware device. Supported types include "PEAR" and ORION" only at # this time. Port is serial port number (e.g. 1 for /dev/ttyS1); # <baud> is baud rate. # # NETUP <script> <args> ... # NETDOWN <script> <args> ... # Provide script files to be run to bring up and tear down the network # connection on demand. These will only be used if connection type is # DND. # The name, ID number and IP address in the "EGG" line must be changed. # This is the actual configuration file that identifies your egg. # Your IP number must be entered to replace the 10.0.0.1 placeholder. # It assumes a permanent connection. If you need to use DND, you must # edit the sample pppscript. Note that the protocol has changed to have # 30 records per packet, from 6. # The model below specifies an ORION REG, and COM1 (ttyS0), at 9600 baud. You must # Change the REG type or the serial port if you use a PEAR REG or COM2 (REG PEAR 1 9600) # PEAR is the REG-type for the Mindsong REG; ORION is the REG-type for the Orion REG. # If you are using COM2, change the 0 to 1 EGG geomeme.geoman.com 1005 10.0.0.1 noosphere PERM 1 BASKET noosphere 64.7.11.43 PROTOCOL 10 10 30 200 REG ORION 0 9600 #REG PEAR 0 9600