1 ############ Server connection options
3 # DNS or IP address of the mote server.
4 serverAddress = "localhost"
6 # Port number for connecting to the mote server.
9 # Number of seconds to wait between server connection retries.
10 serverConnectionRetryInterval = 30
12 ############ Mote device related options
14 # Path to the mote device hierarchy.
15 devicePath = "/dev/remote"
17 # Path to the fifo notifying the motehost of mote hotplug events.
18 usbPlugEventPipe = "/var/run/motehost.events"