datum API Documentation

Package datum.protocol

Provides for client/server communications over TCP/IP which allows named fields, and Library capabilities for both client and server.

See:
          Description

Interface Summary
Receiver Receives events from both server and client Connections.
 

Class Summary
Connection Provides connection services to remote hosts or log files using datum.protocol messages.
Datum  
DatumFile  
Library Catalogs all incoming data over a Connection, drops old data when new data with the same message name comes in.
Message  
Protocol Contains the version and specifications for the datum.protocol.
Server A datum.protocol server that supports unlimited Connection's, as well as basic multicasting.
 

Package datum.protocol Description

Provides for client/server communications over TCP/IP which allows named fields, and Library capabilities for both client and server. Originally designed for use by wireless cellular simulations and their remote GUI's.

Still to add: documentation for Datum, Message, and Protocol...

Version:
1.332.1454 (27 April 2000)
Author:
Roland Wunderlich, Wireless Information Network Laboratory, Rutgers University

Up to datum