Project

General

Profile

Revision 5e8f735d

ID5e8f735dfb80ed8cb3df58aff1d5641b0ce5501a
Parent f3599378
Child 5e03b78d

Added by Thomas Mullins almost 11 years ago

Changed URLs to match actual server

View differences:

mainbox/main.c
33 33
  printf("       -d specifies the serial port for Modbus\n");
34 34
  printf("          defaults to /dev/ttyUSB0\n");
35 35
  printf("       -s specifies the server where the CRM is running\n");
36
  printf("          defaults to minecraft.roboclub.org:8000\n");
36
  printf("          defaults to roboticsclub.org\n");
37 37
}
38 38

  
39 39
int main(int argc, char **argv) {
40 40
  int i, opt;
41 41
  struct sigaction sigact;
42 42
  const char *device = "/dev/ttyUSB0";
43
  const char *server = "minecraft.roboclub.org:8000";
43
  const char *server = "roboticsclub.org";
44 44

  
45 45
  while ((opt = getopt(argc, argv, "hd:s:")) != -1) {
46 46
    switch (opt) {

Also available in: Unified diff