📄 readme
字号:
Java SNMP Package, copyright 2005, Jonathan Sevy, Drexel University <jsevy@cs.drexel.edu>Project home: http://gicl.cs.drexel.edu/people/sevy/snmp/snmp_package.htmlThis distribution contains the source for the Java SNMP package, as well as build scriptsfor both GNU Make and Apache Ant. The following build targets are provided:SNMPInquisitor: builds the SNMP Inquisitor application, which allows the querying ofSNMP-enabled hostsSNMPPackage: builds the SNMP package into the snmp.jar fileSNMPDistribution: archives the source and build scripts into the snmp_source.zip fileSNMPTrapTest: builds the SNMP Trap Test application, which receives trap messages fromremote hosts and displays their contentsSNMPAgentTest: builds the SNMP Agent Test application, which demonstrates the use ofthe package to construct an SNMP agent which listens for requests from an SNMP managemententityTo build any of these targets, use either ant <target-name>if you have Apache Ant installed, or make <target-name>if GNU make is available. Note that both build scripts assume that the javac and jarexecutables are available in the current path.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -