Skip to content

Can I Push messages from IOT devices using TCP? #1520

Answered by ysfscream
AamerHejazi asked this question in Q&A
Discussion options

You must be logged in to vote

Regarding the Teltonika and other tracker devices that do not support the MQTT protocol, one possible solution could be to create a middleware service. This service would act as a receiving point for TCP connections and data, converting the received hexadecimal data into JSON format and then forwarding it to the EMQX broker using the MQTT protocol.

This middleware service could be a flexible solution for devices that inherently do not support MQTT. It would handle the protocol translation, enabling these devices to communicate indirectly with the EMQX broker. This way, you can take advantage of the many benefits of EMQX, such as scalability and robust message-handling capabilities.

Anothe…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@AamerHejazi
Comment options

Comment options

You must be logged in to vote
2 replies
@ysfscream
Comment options

Answer selected by AamerHejazi
@AamerHejazi
Comment options

# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants