Hacker News new | ask | show | jobs
by ArielYang0102 1290 days ago
Basically the common practice of existing IoT platforms is to vertically integrating http and mqtt protocols, etc. while our idea is to horizontally break the barrier between different protocols, enabling cross-industry control of devices and objects at the same time.
1 comments

Interesting, I know EMQ can deal with mqtt (probably the most popular device protocal on the market). Any difference?
A common practice is to use Shifu to convert device messages to MQTT messages, and utilize brokers like EMQ to distribute MQTT messages to other applications.
So Shifu does the pre-job for brokers?
yes!exactly