Arduino is completely new to me, but i want to create a program/device wich is able to talk to my network printer using snmp. I can't find any tutorials or examples on the net.
i've read something about agentuino, but how do i implement it in my code?
How do i hardcode this snmp "question" in my arduino?
I want to see the answer of my printer in the serial monitor.
Later on i want to create a standalone version without the need of my PC.
How do i send and receive a snmp command to my printer?
In iReasoning MIB browser i get the following answer:
Name/OID: sysUpTime.0; Value (TimeTicks): 1 hour 50 minutes 55 seconds (665505)
Name sysUpTime!@#.iso.org.dod.internet.mgmt.mib-2.system.sysUpTime
OID .1.3.6.1.2.1.1.3
MIB RFC1213-MIB
Can someone please help me get started?
I have the Arduino UNO + ethernet shield