xsherlock Posted December 29, 2014 at 02:51 PM Share Posted December 29, 2014 at 02:51 PM It would be nice if the Bricks have SNMP bindings for the RedBrick, Ethernet and Wifi. So I would be able to query bricklets sensors for the status from some high level SNMP monitoring system. . Generating traps would be another step. Also the step down power suppply could have a wider range of supply 6V to 60V so it can be used in the industrial enviroment where we have -48V power (that is usualy -56V really) Quote Link to comment Share on other sites More sharing options...
mabri Posted January 1, 2015 at 11:31 AM Share Posted January 1, 2015 at 11:31 AM Hi, not realy hard stuff: for the first time you can use the shell bindungs and use the execute-clause in snmpd.conf to call the bash script from snmpd. It's also possible to make this as persistent script, that communicate with snmpd each time you poll an OID. Optionaly you can write this external script in any possible language and call it in a persitant way from snmpd - have a look at the man page 5 - snmpd.conf Ok - if this is not fast enouth or to easy you can build your own snmp subagent - but be warned: documentation is somewhat short and ugly and very good C/C++-Skills and snmp-understandig is needed. From that subagent you can do all that's needed to gather information from underlaying sensors also from tf or whateverelse or can translate callbacks in traps. btw: i like snmp too! regards mabri Quote Link to comment Share on other sites More sharing options...
Stefan Posted January 1, 2015 at 12:15 PM Share Posted January 1, 2015 at 12:15 PM You could use openHAB. There are a Tinkerforge binding and a SNMP binding. With less effort you should be able to build a transformation from Tinkerforge to SNMP. https://github.com/openhab/openhab/wiki https://github.com/openhab/openhab/wiki/Tinkerforge-Binding https://github.com/openhab/openhab/wiki/Snmp-Binding Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.