Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个 C 程序,它接收从另一台机器发送的 snmptraps 并解析它们。我可以从命令行执行此操作,但不知道如何在 C 中实现此操作。
我在网上搜索,发现大多数代码都是用 ruby 或至少 C++ 编写的,它有一个 traplistener 类。
有什么方法可以从 C 程序中接收 snmptraps 吗?
最好的库之一是使用net-snmp。它支持 C 和 C++ 链接。