简体   繁体   English

扩展SNMP代理C#

[英]Extension SNMP Agent C#

I am a complete newbie to SNMP. 我是SNMP的新手。 Recently, I am trying to write a simple program that is supposed to monitor and modify a data file in a remote machine. 最近,我正在尝试编写一个简单的程序,该程序应该监视和修改远程计算机中的数据文件。 The file itself could just be a plain-text file or whatsoever. 该文件本身可以是纯文本文件,也可以是任何文件。 I was introduced to the SNMP, and tried to figure out a way to make SNMP do the job in Windows OS. 我被介绍给SNMP,并试图找出一种使SNMP在Windows OS中完成工作的方法。 The prefered language is C# or any .net. 首选语言是C#或任何.net。 I have been googling for a few days, however, did not find a good how-to instruction to do so. 我已经搜寻了几天,但是却找不到很好的使用说明。

Really need help on this to get my job done. 确实需要帮助才能完成我的工作。

Thank you very much, Terry 非常感谢,特里

Here's one SnmpSharpNet . 这是一个SnmpSharpNet More can be found here . 这里可以找到更多。

I use SharpSnmpLib . 我使用SharpSnmpLib It works very well for SNMPv2 and is pretty easy to understand 它对于SNMPv2非常有效,并且很容易理解

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM