Since we know all the cool kids use Ruby (but the smart kids use Python) so cool kids that want to "play SCADA" can now use RModbus to bring down the power grid!
I didn't play around with this because I think the best Open Source Modbus implementation (for SCADA hacking) is Jamod which I previously with Jython but would now probably use JRuby since I'm no longer smart anymore.
Thursday, January 10, 2008
Subscribe to:
Post Comments (Atom)
3 comments:
Sweet, thanks for the heads up! Do you know anyone using this?
whenever possible, use modbus/tcp.
much easier than modbus/serial, no checksum coding required.
so easy that the actual implementation does not matter any more.
www.messen-und-deuten.de/modbus.html shows how simple it actually is.
translation from Ruby into Python is left as an exercice to the reader.
- Joachim
Post a Comment