// Naqs.ini
// Simple ini-format configuration file for NaqsServer version 1.64
// 01-May-2001
[ NaqsLog ]
LogPath = NaqsLogs         // directory in which to store the log file
LogFile = Naqs.log         // base name for the log file
Verbosity = INFO           // start-up verbosity (normally use INFO)
[ AlertSender ]
InetHost = none            // host or multicast address for alert messages
Port = 31000               // port to which to send alert messages
SourceId = Naqs-A          // name by which alerts from this program will be identified
[ NetworkInterface ]
Port = 32000               // UDP port for incoming NMX data (usually 32000)
SendDelay = 250            // milliseconds to delay after each send
MulticastGroup = 225.1.1.1 // receive UDP multicast packets from network
[ EventAssociator ]
EventPath = events // directory in which to store the event file
EventFile = Naqs.elf       // base name for the event file
TrigsToStart = 2           // number of triggers to declare an event
CoincidenceWindow = 20     // coincidence window in seconds
EventTimeout = 60          // maximum duration of event in seconds
SaveTriggers = Yes         // write triggers to ELF file (Yes/No)
[ ConnectionManager ]
Port = 28000               // TCP port for control/data connections to Naqs
Password = none            // access password (not used in version 1.3)
MaxConnections = 10        // maximum number of simultaneous connections
SocketType = Direct        // connection type (Direct or Callback)
[ StreamManager ]
DataBufferLength = 30      // Buffer length for data channels (# packets)
SohBufferLength = 5        // Buffer length for soh channels (# packets)
[ Calibrator ]
Password = calpass         // Password for remote calibration