merge 64-bit fixes from Fernando Lucas Rodriguez <fernando_lr@terra.es>
[debian/gcpegg] / .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 #   NETUP <script> <args> ...
42 #   NETDOWN <script> <args> ...
43 #
44 # Provide script files to be run to bring up and tear down the network
45 # connection on demand.  These will only be used if connection type is
46 # DND.
47
48 #EGG halley 1 10.0.0.111 halley PERM 1
49 #BASKET halley 10.0.0.111
50 #EGG halley 1 10.0.0.111 mercury DND 3
51 #BASKET mercury 10.0.0.125
52
53 #EGG noosphere 28 128.112.35.133 noosphere PERM 1
54 #BASKET noosphere 128.112.35.133
55
56 #   diesse -> diesse
57 #EGG diesse 37 193.8.230.134 diesse PERM 1
58 #BASKET diesse 193.8.230.134
59
60 #   noosphere -> diesse
61 #EGG noosphere 28 128.112.35.133 diesse PERM 1
62 #BASKET diesse 193.8.230.134
63
64 #   throop -> diesse
65 #EGG throop 1003 193.8.230.132 diesse PERM 1 http://www.fourmilab.ch/
66 #BASKET diesse 193.8.230.134
67
68 #   jura -> jura
69 #EGG jura 1004 193.8.230.130 jura PERM 1 http://www.fourmilab.ch/
70 #BASKET jura 193.8.230.130
71
72 #   diesse -> noosphere
73 #EGG diesse.fourmilab.ch 37 193.8.230.134 noosphere PERM 1
74 #BASKET noosphere 128.112.35.133
75
76 #EGG diesse 37 193.8.230.134 jura PERM 1
77 #BASKET jura 193.8.230.130
78
79 #BASKET tonga 209.157.90.137
80 #BASKET tonga1 209.157.90.138
81 #PROTOCOL 10 10 6 200
82 #REG PEAR 2 9600
83 #REG PSEUDO 1 9600
84 #REG ORION 1 9600
85 #NETUP pppscript up
86 #NETDOWN pppscript down
87
88 #egg.host.name ID# IP_address noosphere PERM 1 
89 #BASKET noosphere 128.112.35.133 
90 #PROTOCOL 10 10 30 200
91 #REG ORION 0 9600
92 #REG PEAR 0 9600
93
94 EGG egg.almadaria.es 1066 195.57.79.136 noosphere PERM 1 http://egg.almadaria.es
95 BASKET noosphere 128.112.35.133
96 PROTOCOL 10 10 30 200
97 REG ORION 0 9600