Additional APIs |
Top Previous Next |
This API allows you to host an SNPP server to receive messages in the SNPP protocol.
This module allows PageGate to run a TCP server/listener, enabling it to accept TCP packets from any source.
This module allows PageGate to run a UDP server/listener, enabling it to accept UDP packets from any source.
This API allows you to monitor a COM port (physical or virtual) for either modem or serial messages in the TAP protocol. When a monitored modem or serial port passes a TAP message, the TAP to ASCII module records the information and submits it to the GetASCII API for processing.
This API allows you to receive the TAP protocol by TCP/IP instead of the standard modem or serial/RS232 line.
This API allows you to monitor a serial/RS232 port (physical or virtual) for raw data ascii strings to be parsed in to outbound messages. When a data string is sent to a monitored serial port, the Serial to ASCII module records the information and submits it to the GetASCII API for processing.
The filter pack is a series scripts that allow you to modify any input from any API based on nearly any selection criteria of your choosing. These scripts also allows you to read any plaintext content generated by another application; whether that's another program's log files, XML or HTML content, delimited text or anything that can be read as plaintext. |