Version 2.0 of the Magenta Systems IP Log Streaming Component may now be freely
downloaded from: 

http://www.magsys.co.uk/delphi/magics.asp

Version 2.0 adds IPv6 and SSL support including certificate checking
using a PEM bundle file or Windows Certificate Store, adds host name
support for clients and adds sending a stream of unlimited length. 

The component needs ICS v8 dated April 2014 or later installed. 


Overview
--------

TMagIpLog is designed for IP stream logging, using TCP Client, TCP Server, UDP
Client or UDP Server protocols, sending simple text lines across a network so
they may be displayed or written to disk remotely. The component allows two way
communication with TCP and UDP, so may also be used for simple protocols such
as communication between two applications. The component supports multiple
client sockets so may be used to send data to two or more different remote
servers at the same time. For TCP and UDP clients, the component will
optionally ping the remote computer first before opening an IP connection to
allow faster failure retries and some confirmation that UDP may work. TCP
client provides repeated connection retry attempts, including re-establishing a
lost connection. UDP client will optionally keep pinging the remote during a
connection to ensure it's still there. UDP server sends data to the IP address
and port from which it last received data. TCP server supports multiple remote
clients connecting. Received data is parsed for various line endings optionally
removing control characters and triggering an event for a received line. The
only other two events are optional, one for state changed when starting and
stopping, the second offering progress information and errors.  The component
supports both IPv4 and IPv6, host name lookup for TCP and UDP Client, and SSL
connections for TCP Client and TCP Server, including remote server certificate
checking using either a local PEM bundle root file or the Windows Certificate
Store.

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to