本文介绍了SNMP服务器和USB驱动程序之间的DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我的项目需要USB端口和SNMP服务器之间的接口,usp端口上有3个温度和湿度传感器。 我必须拥有来自传感器的数据,而不是读取并在SNMP客户端上写入它们。解决方案 我认为您必须开发自己的SNMP代理(或在Windows中:SNMP扩展代理) 您将找到创建简单SNMP所需的内容此代码项目文章中的扩展代理: 如何开发SNMP扩展代理DLL [ ^ ] I need for my project an interface between USB port an SNMP server, on the usp port are 3 sensors for temperature and humidity. I must have the Data from the Sensors and than read und write them on a SNMP client. 解决方案 I think you will have to develop your own SNMP Agent (or within Windows: an SNMP Extension Agent)you will find what you need to create a simple SNMP extension agent in this codeproject article:How to develop a SNMP extension agent DLL[^] 这篇关于SNMP服务器和USB驱动程序之间的DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 09-17 00:11