Page 1 of 1

SNMP in RevPi

Posted: 02 Jul 2020, 10:49
by a.alvsantos
Hi,

I have a project that requires to integrate and equipment that communicates through SNMP (both to read and set values). Any straight forward way to integrate this with RevPi and PICtory? Any recommendation?
Thank you,

Re: SNMP in RevPi

Posted: 08 Jul 2020, 09:26
by dirk
Hi a.alvsantos, in PiCtory you have the option to build your own RAP file. Have a look at the
Tutorial 25 – Create your own RAP file

Re: SNMP in RevPi

Posted: 09 Jul 2020, 10:19
by dirk
Hi maybe you had this in your mind: MIB file for the process image and access it via SNMP. This is an interesting feature but not implemented from our side.
Maybe Sven's RevPiNetIO project is a good starting point here to start: https://revpimodio.org/en/revpipyplc-2/revpipyload/

Re: SNMP in RevPi

Posted: 14 Jul 2020, 10:13
by zhan
Hi a.alvsantos,

this maybe what you need: https://www.linuxjournal.com/content/snmp
all the commands used in this link are contained in deb-packets: snmp snmpd snmp-mibs-downloader, which can be installed with "sudo apt install snmp snmpd snmp-mibs-downloader"

regards,
Simon