StackAls / sensoTester

arduino sensor snmp server
0 stars 0 forks source link

Is this an SNMP manager or a client? #1

Open FredrikKarlssonSpeech opened 8 years ago

FredrikKarlssonSpeech commented 8 years ago

Hi,

Sorry for the odd way of asking a question, but I am a bit confused about the direction of this code. Is it a manager (i.e. being able to get data from clients, such as a router) or an SNMP agent (serving data to others)?

Agentuino is an agent library. I need a manager library.

Kind regards,

Fredrik Karlsson

StackAls commented 8 years ago

This is code for sending SNMP packets. I just wanted to reduce code arduino_uip and ethercard. But I had problems with hardware. I do not remember - this version is working or not. In any case, it first receives the request and sends the SNMP response. I think if you first send the data, and then wait for the answer - you'll get the manager.