From: Bdale Garbee Date: Tue, 20 May 2008 05:11:09 +0000 (-0600) Subject: Imported Upstream version 5.1 X-Git-Tag: upstream/5.1^0 X-Git-Url: https://git.gag.com/?p=debian%2Fgcpegg;a=commitdiff_plain;h=42336b017ba010d03c1db3c28c8549e5d97a1cd9 Imported Upstream version 5.1 --- 42336b017ba010d03c1db3c28c8549e5d97a1cd9 diff --git a/.eggrc b/.eggrc new file mode 100644 index 0000000..b8c44bc --- /dev/null +++ b/.eggrc @@ -0,0 +1,86 @@ +# 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