Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Considering MQTT protocol support #541

Open
jixuan1989 opened this issue Dec 25, 2018 · 1 comment
Open

Considering MQTT protocol support #541

jixuan1989 opened this issue Dec 25, 2018 · 1 comment
Labels

Comments

@jixuan1989
Copy link
Member

MQTT has been widely used in IoT area. Supporting MQTT protocol is good for industrial users.

  1. The postback module can run as a MQTT client to send data to the server.

  2. The IoTDB can run as a MQTT server to receive data directly.

We just need to focus on how to understand the format of data packet with MQTT protocol, rather than the full functions that MQTT protocol defines.

@liukun4515
Copy link
Contributor

This feature should not be embedded in IoTDB server.
We can add an IoTDB extension to support this feature.
The function of the extension:

  1. receive MQTT message
  2. convert the message to the request which can send to iotdb server
  3. send the iotdb request as the iotdb client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants