prepare to upload
[debian/gcpegg] / sample.eggrc
1 # Configuration file for egg collection software
2 # This specifies the egg configuration information, the contact
3 # information for its basket(s), and initial data acquisition parameters.
4
5 # Each line consists of a case-sensitive keyword and a series of
6 # options.  Defined keywords are: 
7 #
8 #   EGG <name> <id> <ip addr> <primbasket> <conntype> <connival> <url>
9 #
10 # The primary basket <primbasket> is the name of the basket (defined
11 # below) that should be contacted retrieve data from this Egg.
12 # The connection type <conntype> is "PERM" (permanent) or "DND"
13 # (dial-and-drop).  So far the code does not support the DND option.
14 # The connection interval <connival> determines the time (in minutes)
15 # between transmission attempts.  If specified, and not equal to
16 # ".", <url> gives a URL (for example http://www.somesite.net/page.html)
17 # which will be linked to the egg <name> in status reports.  Note that
18 # this specification has meaning only in the .basketrc file.  For
19 # compatibility, it is permitted in an .eggrc file, but is ignored.
20 #
21 #   BASKET <name> <ip addr>
22 #
23 # This entry tells us about the existence of a set of baskets.  The
24 # basket named as primary is the one which will be contacted
25 # initially. 
26 #
27 #   PROTOCOL <samprec> <secrec> <recpkt> <trialsz>
28 #
29 # Specify the default data collection protocol.  The arguments are 
30 # <samprec> samples per record (1-10, though this should always be 5-10),
31 # <secrec> seconds per records (1-3000),
32 # <recpkt> records per packet (1-60), and 
33 # <trialsz> bits per sample (32-255).
34 #
35 #   REG <type> <port> <baud>
36 #
37 # Specify hardware device.  Supported types include "PEAR" only at
38 # this time.  Port is serial port number (e.g. 1 for /dev/ttyS1);
39 # <baud> is baud rate.
40 #
41 #       NOTE: in Debian, the device opened is always /dev/REG!
42 #             Symlink that to whatever your actual serial device is.
43 #
44 #   NETUP <script> <args> ...
45 #   NETDOWN <script> <args> ...
46 #
47 # Provide script files to be run to bring up and tear down the network
48 # connection on demand.  These will only be used if connection type is
49 # DND.
50
51 #EGG halley 1 10.0.0.111 halley PERM 1
52 #BASKET halley 10.0.0.111
53 #EGG halley 1 10.0.0.111 mercury DND 3
54 #BASKET mercury 10.0.0.125
55
56 #EGG noosphere 28 128.112.35.133 noosphere PERM 1
57 #BASKET noosphere 128.112.35.133
58
59 #   diesse -> diesse
60 #EGG diesse 37 193.8.230.134 diesse PERM 1
61 #BASKET diesse 193.8.230.134
62
63 #   noosphere -> diesse
64 #EGG noosphere 28 128.112.35.133 diesse PERM 1
65 #BASKET diesse 193.8.230.134
66
67 #   throop -> diesse
68 #EGG throop 1003 193.8.230.132 diesse PERM 1 http://www.fourmilab.ch/
69 #BASKET diesse 193.8.230.134
70
71 #   jura -> jura
72 #EGG jura 1004 193.8.230.130 jura PERM 1 http://www.fourmilab.ch/
73 #BASKET jura 193.8.230.130
74
75 #   diesse -> noosphere
76 #EGG diesse.fourmilab.ch 37 193.8.230.134 noosphere PERM 1
77 #BASKET noosphere 128.112.35.133
78
79 #EGG diesse 37 193.8.230.134 jura PERM 1
80 #BASKET jura 193.8.230.130
81
82 #BASKET tonga 209.157.90.137
83 #BASKET tonga1 209.157.90.138
84 #PROTOCOL 10 10 6 200
85 #REG PEAR 2 9600
86 #REG PSEUDO 1 9600
87 #REG ORION 1 9600
88 #NETUP pppscript up
89 #NETDOWN pppscript down
90
91 egg.host.name ID# IP_address noosphere PERM 1 
92 BASKET noosphere 128.112.35.133 
93 PROTOCOL 10 10 30 200
94 REG ORION 0 9600
95 #REG PEAR 0 9600
96