ecologylab.services.distributed.common
Interface ServicesHostsAndPorts

All Known Implementing Classes:
BrowserServices, Logging, NIOLoggingServer

public interface ServicesHostsAndPorts

A place to gather host and port assignments in the Interface Ecology Lab. People using our software elsewhere may wish to change these. People in our lab need to talk to each other about changes here.

Author:
andruid

Field Summary
static int BROWSER_SERVICES_PORT
          Normal port for browser services.
static int CF_SERVICES_PORT
          Normal port for combinFormation services.
static java.lang.String CSDLL_HOST
          The CSDLL host.
static java.lang.String LOGGING_HOST
          Normal place to look for a logging server; currently localhost.
static int LOGGING_PORT
          Normal port for handling remote logging.
static int PHYSI_ROGUE_UDP_PORT
          Normal port for Rogue Signals to communicate with physiological sensors.
static int ROGUE_OSC_SOUND_PATCH_LISTENER_PORT
          Normal port for Rogue Signals to communicate with sound patches.
static int ROGUE_OSC_SOUND_RECORDER_ACKNOWLEDGE_PORT
          Normal port for Rogue Signals to communicate with sound patches.
static int ROGUE_PORT
          Normal port for Rogue Signals network communication.
static int WEB_START_APP_SERVICES_PORT
          Normal port for web application services.
 

Field Detail

CSDLL_HOST

static final java.lang.String CSDLL_HOST
The CSDLL host.

See Also:
Constant Field Values

LOGGING_HOST

static final java.lang.String LOGGING_HOST
Normal place to look for a logging server; currently localhost.


LOGGING_PORT

static final int LOGGING_PORT
Normal port for handling remote logging.

See Also:
Constant Field Values

BROWSER_SERVICES_PORT

static final int BROWSER_SERVICES_PORT
Normal port for browser services.

See Also:
Constant Field Values

CF_SERVICES_PORT

static final int CF_SERVICES_PORT
Normal port for combinFormation services.

See Also:
Constant Field Values

ROGUE_PORT

static final int ROGUE_PORT
Normal port for Rogue Signals network communication.

See Also:
Constant Field Values

ROGUE_OSC_SOUND_PATCH_LISTENER_PORT

static final int ROGUE_OSC_SOUND_PATCH_LISTENER_PORT
Normal port for Rogue Signals to communicate with sound patches.

See Also:
Constant Field Values

ROGUE_OSC_SOUND_RECORDER_ACKNOWLEDGE_PORT

static final int ROGUE_OSC_SOUND_RECORDER_ACKNOWLEDGE_PORT
Normal port for Rogue Signals to communicate with sound patches.

See Also:
Constant Field Values

PHYSI_ROGUE_UDP_PORT

static final int PHYSI_ROGUE_UDP_PORT
Normal port for Rogue Signals to communicate with physiological sensors.

See Also:
Constant Field Values

WEB_START_APP_SERVICES_PORT

static final int WEB_START_APP_SERVICES_PORT
Normal port for web application services.

See Also:
Constant Field Values