Package gov.nasa.gsfc.drl.rtstps.server

An RT-STPS server is either a UdpServer or a TcpServer (the latter being more typical).

See:
          Description

Interface Summary
RtStpsServices This interface defines the methods a client like the viewer must use to talk to the server.
 

Class Summary
AbstractServer This is an abstract RT-STPS server.
Logger Logger creates either a NSLS log by reading a site.properties file or creates a log based on the value in the certain -D property options.
LoggerSTAN This class logs server events.
ProxyThread This class defines a socket interface in which a client can send commands to the RT-STPS server.
ServerState This class is the current server state: unloaded, loaded, stopped, or go.
StatusBlock This class contains the status information for one RtStpsNode object.
TcpServer This is an RT-STPS server that receives telemetry through a TCP/IP socket.
UdpServer This is an RT-STPS server that receives telemetry through UDP datagrams.
 

Package gov.nasa.gsfc.drl.rtstps.server Description

An RT-STPS server is either a UdpServer or a TcpServer (the latter being more typical). Each derives from AbstractServer and the rest of the classes are simply support classes for initialization. The configuration -D options are processed here and well as the optional site.properties file.