Additional APIs

Top  Previous  Next

SNPP Server

This API allows you to host an SNPP server to receive messages in the SNPP protocol.

 

TAP to ASCII

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.

 

TAP IP Server

This API allows you to receive the TAP protocol by TCP/IP instead of the standard modem or serial/RS232 line.

 

Serial to ASCII

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.

 

Filter Pack

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.