Categories: Code generation, Compilation,
Latest version: 4.5hAdded 2003-12-19Updated 2004-10-21
CSTools are compiler writing tools in the tradition of lex and yacc, but using C# as an implementation language. The tools are written using object-oriented techniques that are natural to C# and are provided in source form to assist an understanding of the standard algorithms used.
Categories: Internet and communications
Latest version: 0.3.3gAdded 2004-10-21
SNMP library.Contains:- Snmp.dll, a C# class library. It has been developed on the Windows platform and may be useful on others also. In contains two namespaces, X690 and Snmp. The X690 namespace contains an implementation of the Basic Encoding Rules (BER) of Abstract Syntax Notation 1 (ASN.1) as specified by international standards (ISO’s code for this standard in X.690) and used within SNMP. SNMP is specified in an Internet Standard, and uses a logical Management Information Base (MIB). Implementation of at least the mib-2 (RFC1213) is mandatory for all computer systems connected to the Internet. - Mib.dll, a C# class library that handles the translation of MIB object identifiers (OID) such as 1.3.6.1.2.1.1.4.0 to readable names such as “system.sysContact.0”. It also collects the help strings from the system mib files (on windows systems these are in the system folder, usually c:\windows\system32.) It contains one namespace, RFC1157.