IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/multicommand.c

    r27435 r32632  
    1313void multicommand_InitServer () {
    1414
    15   char hostname[256], PASSWORD[256];
     15  char hostname[256], PASSWORD[256], portinfo[256];
    1616
    1717  if (server != 0) {
     
    2727  }
    2828
     29  /* is a port range defined? otherwise use the default */
     30  memset (portinfo, 0, 256);
     31  VarConfig ("PANTASKS_SERVER_PORT", "%s", portinfo);
     32
    2933  /* attempt to connect to the server */
    30   server = GetClientSocket (hostname);
     34  server = GetClientSocket (hostname, portinfo);
    3135
    3236  /* here we can perform the security handshaking */
Note: See TracChangeset for help on using the changeset viewer.