搜索资源列表
2005072020090631446
- 使用vc对mib进行get,walk,set操作并提供trap功能-use vc mib for get right, walk, set to operate and provide functional trap
snmpWrapper
- 这是gpl认证的开源代码,用c++类封装了windows snmp(Winsnmp.h)的api。包括了类设计的uml图,类实现的源码,测试代码,和几个demo,能实现snmp的get,walk,trap等功能。
examples
- snmp网络编程的服务端的get,set,trap及walk操作的实例源码。很有使用价值。有需要的可以参考。
snmp_msdn_console
- msdn 中snmp 的例子,基于控制台程序实现。实现了 get/getnext/set/walk/trap 等,阅读 readme 就可以更加明白,现在这个例子不好找了,故整理之。
snmp_msdn_mfc
- msdn 中snmp 的例子,基于MFC实现。实现了 get/getnext/set/walk/trap 等所有协议功能,本来已经了有控制台下的例子,但是现在又有谁用呢?故整理之为MFC例子。
net-snmp-5.4.1
- snmp协议栈开发包,可用作第三方网管开发,有基本的Mib get set walk balk getnext Mib文件解析功能
MySNMP_src
- This is a simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning. Here, I m presenting this tool to explain the techniques behind SNMP manager (client) development. This tool is
test.rar snmp应用软件
- 毕业设计 snmp应用软件 功能: get,getnext,walk snmp trap server ,Graduation Project snmp application software functions: get, getnext, walksnmp trap server
SnmpSharpNet
- 由于C#原始的库函数中没有专门实现SNMP的库,因此对于SNMP开发者而言,用C#开发出SNMP的应用程序具有相当的难度,要求开发者对C#和SNMP都有很深的认识和理解。SnmpSharpNet是用C#构建的,处理简单网络管理协议(SNMP)的API,它提供了非常丰富的成员函数供SNMP开发者调用,开发者只需要对SNMP的基本原理和实现SNMP的基本过程有所了解,便可以轻松入手。-Since C# is not the original library functions to achieve
snmpwalk
- c语言实现了snmp中set get bulk 和bulkwalk功能 源码-c language in the implementation of snmp and set get bulk source bulkwalk function
walk_snmp_mib_realization_principle_introduction.r
- walk snmp 的实现原理和mib 的介绍walk snmp mib realization principle and the introduction-walk snmp mib realization principle and the introduction walk snmp mib realization principle and the introduction
snmpcode1
- snmp网络编程的服务端的get,set,trap及walk操作的实例源码-How to use snmp to monitor network
sharpwalk
- SNMPSHARPNET中的WALK程序-Arithmetic coding and decoding of the C language, including detailed notes
snmputil
- snmp探测工具Snmputil是一个命令行下的软件,使用语法如下: usage: snmputil get|getnext|walk] agent community oid [oid ...] snmputil trap 其中agent表示代理进程的IP地址,community表示团体名,oid表示MIB对象ID。 -snmp tools