0neblock / Arduino_SNMP

SNMP Agent built with Arduino
MIT License
77 stars 30 forks source link

Support #8

Closed carlerickrowan closed 2 years ago

carlerickrowan commented 5 years ago

Is there a plan when sysdescr and other parameters be supported?

typedef struct RFC1213SystemStruct { // TODO: complete this char sysDescr; char sysObjectID; char* sysContact; } RFC1213_list;

0neblock commented 5 years ago

Hi,

I have this working using another library I wrote, in conjunction with this. I will do some testing and include it shortly.

0neblock commented 2 years ago

If youd like to add to the PR here to achieve this, you can https://github.com/0neblock/Arduino_SNMP/pull/25