Welcome![Sign In][Sign Up]
Location:
Search - snmp trap java

Search list

[JSP/Javatrapsnmp

Description: java语言开发,snmp下trap的实现
Platform: | Size: 9249 | Author: xusy | Hits:

[TCP/IP stack用Java实现的SNMP协议消息程序

Description:

用Java实现的SNMP协议消息程序。使用了get/set/trap消息.


Platform: | Size: 55522 | Author: lauyoo | Hits:

[SNMPnet-snmp-5.0.6.tar

Description: net-snmp提供了和SMTP(简单的网络管理)协议相关联的工具和库。包括:一个可扩展的代理,一个SNMP库,发送请求或设置代理信息的工具,生成和处理SNMP traps的工具等-net-snmp provided tools and library related with SMTP,including a extended agent and a snmp library.
Platform: | Size: 2209792 | Author: 定位 | Hits:

[Internet-Networksnmpv1

Description: snmp协议,实现了SNMP v1协议get, set, trap等功能-snmp agreement, achieving agreement SNMP v1 get, set, trap functions
Platform: | Size: 176128 | Author: yuxl | Hits:

[SNMPsnmptrapnotify-3.0

Description: This program receives SNMP traps, converts them to CORBA structured events, and pushes them to a CORBA Notification service. This program incorporates JacORB, Java SNMP, log4j, and Wrapper (for installing java apps as NT services).
Platform: | Size: 12105728 | Author: zhenyuncai | Hits:

[SNMPtrap

Description: 没有编写MIB的SNMP的TRAP实现,对初学的人来说,对学习比较有帮助-MIB is not prepared to achieve the SNMP-TRAP, for beginners who, on learning more to help
Platform: | Size: 3072 | Author: huajjj123 | Hits:

[SNMPsnmpv2ctrap_receivetrap

Description: 一 款 好 用 的 SNMP 接受器 建 议 看 一 下-A useful look at the SNMP receiver recommendations
Platform: | Size: 109568 | Author: yanshenglv | Hits:

[JSP/Javatrapsnmp

Description: java语言开发,snmp下trap的实现-java language development, snmp realize the trap under the
Platform: | Size: 9216 | Author: xusy | Hits:

[SNMPsnmpagent

Description: 这是一个snmp agent开发包,完全支持snmpv1和snmpv2c(目前暂时不支持Counter64)的 各种操作包括get,getnext,getbulk,set和v1,v2两种Trap。用户编写程序时不需考虑协议 细节,程序框架由mib编译器自动生成,使用时,只要在框架中填入应用相关的逻辑即可。 windows版本可以支持的编译器: ms visual c++ 6.0 borland c++ 5.0 borland c++ builder 5.0 lcc 开发包的组成: 1.mib编译器 mib2c 将mib编译成c文件和头文件 2.Agent LIB的头文件 3.Agent LIB库,包括vc,bc,bcb下的库文件 4.例子-This is a snmp agent development kit, full support for SNMPv1 and snmpv2c (currently do not support Counter64) various operations, including get, getnext, getbulk, set and v1, v2 two Trap. User programming, is not required to consider the details of the agreement, procedures framework mib compiler automatically generates, uses, just fill in the framework of the application logic can be related. windows version of the compiler can support: ms visual c++ 6.0 borland c++ 5.0 borland c++ builder 5.0 lcc Development Kit composition: 1.mib compiler mib2c will mib compiled c files and header files the first 2.Agent LIB file 3.Agent LIB library, including vc, bc, bcb library files under 4. example
Platform: | Size: 345088 | Author: yanghoude | Hits:

[SNMPtest

Description: 毕业设计 snmp应用软件 功能: get,getnext,walk snmp trap server -Graduation Project snmp application software functions: get, getnext, walksnmp trap server
Platform: | Size: 447488 | Author: sasukebinbin | Hits:

[JSP/Javasnmptrap

Description: SNMP Trap Watcher程序,基于snmp的trap实现-SNMP Trap Watcher procedures snmp-based implementation of the trap
Platform: | Size: 31744 | Author: 高铭 | Hits:

[SNMPsnmpTest

Description: snmp Trap 例子,该代码说明如何编写SNMP Trap的过程-snmp Trap example, the code on how to prepare the process SNMP Trap
Platform: | Size: 7168 | Author: zyx | Hits:

[SNMPsnmp_sender

Description: java写的发送SNMPTrap信息的客户端 双击jar文件即可运行(需要安装jre)-java write the information the client sends SNMPTrap double-click the jar file to run (need to install jre)
Platform: | Size: 8608768 | Author: adfad | Hits:

[JSP/JavaMultiThreadedTrapReceiver

Description: java snmp设备的发送接收TRAP的仿真程序,可以支持多线程环境,具有很高的学习价值-java snmp devices sending and receiving TRAP simulation program, can support multi-threaded environment, with high learning value
Platform: | Size: 2048 | Author: robert | Hits:

[JSP/JavaTrap

Description: 这个是Adventnet实现一个Trap的简单例子-This is a function realizes the snmp trap using adventnet api.
Platform: | Size: 71680 | Author: chemical Liang | Hits:

[SNMPsnmpcode1

Description: snmp网络编程的服务端的get,set,trap及walk操作的实例源码-How to use snmp to monitor network
Platform: | Size: 72704 | Author: wawayu | Hits:

[JSP/JavaSNMP_DEMO

Description: 本程序很简单总共涉及到三个类,分别是Receiver (Trap接收者), Sender (Trap发送者), Startup(启动类)。 Receiver会实例化Snmp,并设定好IP,端口及监听程序,之后调用listen方法开始接收Trap。这边main方法最后会起一个用户线程,是为了让接收程序一直处于运行状态。 Sender会实例化Snmp,并实例化CommunityTarget类,这个类描述了发送目标的IP,端口等信息。然后实例化一个PDU类,里面设定了OID和变量值,最后通过Snmp对象调用send方法来实现Trap的发送。这里程序会发10个Trap作为测试。 Startup用来启动整个测试程序,它会先调Receiver.main,再调Sender.main。 -This procedure is very simple involving a total of three categories, namely Receiver (Trap receiver), Sender (Trap sender), Startup (start class). Receiver will be instantiated Snmp, and set the IP, port and the listener, and then call the listen method to start receiving Trap. Here will play a main method of the last user thread is to allow the receiving program has been running. Sender will be instantiated Snmp, and instantiate CommunityTarget class that describes the transmission target IP, port and other information. PDU and then instantiate a class, which set the OID and variable values, and finally call the send method of the object through Snmp Trap sending to achieve. This program will send 10 Trap as a test. Startup to start the test program, it will be transferred Receiver.main, and then transferred Sender.main.
Platform: | Size: 308224 | Author: waysonchen | Hits:

[SNMPsnmp_trap

Description: 实现对SNMP TRAP的接收功能,支持中文解析-receiver snmp trap, Chinese cant be read
Platform: | Size: 19456 | Author: Spring | Hits:

[JSP/Javasnmp4j-2.5.0-distribution

Description: snmp源码,java实现,get,set,trap功能-snmp4j-snmp Java implementation, snmp4j
Platform: | Size: 2711552 | Author: 王东 | Hits:

[JSP/Javasnmp-trapTest

Description: java 基于snmp4j 开发的接收trap与发送trap的小例子(Java snmp4j based on the development of trap and send trap to send a small example)
Platform: | Size: 472064 | Author: 胡之 | Hits:

CodeBus www.codebus.net