This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDK and SNMP

I should implement an SNMP agent over NDK.

Is there a TI implementation of SNMP agent over NDK? Have you ever implemented this?

Could anyone give me some suggestions?

Thank you very much!

Umberto Amadei

 

  • Umberto,

    TI has never implemented the SNMP protocol for NDK; however, since it runs on the application layer it does not require any core stack changes, therefore feasible to implement using the NDK APIs.

    In order to help you with this task I suggest you to check the wikipedia entry for SNMP and its links section. There is an interesting open-source implementation in C called Net-SNMP.

    Hope this helps,

    Rafael