SYNAPSE - Synchronous TCP/IP Library for Delphi
Other related information can be found at http://www.ararat.cz/synapse/

History:

Description:
+ added property
- removed property
* modification
# bug fix


SNMP client

Version 2.3.3 released 27.08.2000
* published sock property

Version 2.3.2 released 23.07.2001
* optimalizations.

Version 2.3.1 released 17.06.2001
# fixed encoding of SNMP packet

Version 2.3.0 released 10.02.2001
* chceck for consistency of decoded data. More robust when reply data is incomplete or broken.
# fixed small memory leak.

Version 2.2.0 released 24.10.2000
# handling signed and unsigned integer values
* Clear not reset ID

Version 2.1.0 released 18.09.2000
* all times is now in millisecond!
- TSNMPMIBValueType
- ConvertvalueType
* All MIB type uses ASN1_* constants (before uses TSNMPMIBValueType)
+ TSNMPRec.DecodeBuf automaticly detect value type
+ TSNMPRec.EncodeBuf now support all possible value types

Version 2.0.0 released 20.8.2000
+ Major update: full support of SNMP protocol (reading and writing values).

Version 1.1.0 released 1.2.2000
- ASN.1 support routines moved to separate unit.

Version 1.0.0 released 10.1.2000
+ Class TSNMPSend implementing SNMP protocol.