octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
815 stars 182 forks source link

Consider integration/parity with TheThingSystem, to ease discovery of new devices #17

Closed CloCkWeRX closed 10 years ago

CloCkWeRX commented 10 years ago

https://github.com/TheThingSystem/steward is a project with very similar goals; nodejs based, at least in terms of discovery and enabling status/indicators to share information.

I believe there's some MQTT support in TTS, and it'd be interesting to see where the two projects can play off of each other's strengths.

A simple first step could be treating a TTS steward instance as an external directory of devices; or recognizing Stewards device A is Skynet.im's device B.

fokusferit commented 10 years ago

Not for now, but maybe later, i'm also considering the integration of the thing system with meshblu. As a first basic idea, i would suggest to use GateBlu and develop an Plugin. Will let you know, how my progress is...

chrismatthieu commented 10 years ago

That's awesome!

Meshblu uses HTTP, WebSockets, MQTT, and CoAP as its first-class protocols. Gateblu allows you to gateway any other protocol into Meshblu. We use it for connecting Phillips Hue lightbulbs, Belkin Wemos, Insteons, Blink1s, etc. but it could also be used for bridging other networks or even legacy RF and/or serial equipment and sensors.

Please let us know if you need any help!!!