TheThingSystem / steward

The Thing System is a set of software components and network protocols that aims to fix the Internet of Things. Our steward software is written in node.js making it both portable and easily extensible. It can run on your laptop, or fit onto a small single board computer like the Raspberry Pi.
http://thethingsystem.com
Other
347 stars 81 forks source link

things: investigate support for Industrial Control systems #40

Open aallan opened 11 years ago

aallan commented 11 years ago

Investigate modbus and SCADA systems. Mapping TSRP and STP to modbus seems possible, this would give us access to existing SCADA system… it'd be interesting to add the Boeing 747 to the list of supported things.

Look at https://github.com/TooTallNate/node-modbus-stack as a first start.

vielmetti commented 10 years ago

I would love to see a modbus gateway, though it's not for the faint of heart.