SNMP Agent Implementation in Elixir

We are developing a simple application in Elixir and Phoenix Framework. This is a hardware-based application and we have done with all stuff. Now we have to write SNMP Agent software in our application, so the clients SNMP Manager can read data from our device.

We are looking for libraries or any help materials. I just found 3 things on google:

  1. https://github.com/jonnystorm/mib-2-elixir
  2. https://gitlab.com/jonnystorm/snmp-elixir
  3. https://github.com/jonnystorm/net-snmp-elixir

The problem is the bad documentation that is not suitable for beginners like me.

We need help to deploy SNMP Agent in our application. This is our focus task.