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.
別のマシンから送信された snmptrap を受信して解析する C プログラムを作成したいと考えています。コマンドラインからこれを行うことはできますが、これを C で実装する方法がわかりません。
私がオンラインで検索したところ、ほとんどのコードが ruby か、traplistener クラスを持つ少なくとも C++ であることがわかりました。
C プログラム内から snmptrap を受信する方法はありますか?