Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 376 Bytes

File metadata and controls

13 lines (8 loc) · 376 Bytes

SNMP-Agent

Simple network management protocol agent for linux system, written in C++. At this project stage parser, coder and validator are finished.

To test node searching input OID for example like this:

1.3.6.1.2.1.1.3.

This one returns dod node info.

(Dot must be at the end of OID string).

At the beginning example functions that test coder and validator are run.