You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSON-RPC
Hello ALL,
Im newbie to json rpc. I have been hearing about JSON RPC over MQTT. can someone explain significance of it?
i believe MQTT has capabilities to offer pub-sub over TCP. what advantage will JSON RPC (again a remove call) running over MQTT will provide?
Felipe Gasper
unread,
Aug 13, 2017, 7:11:21 PM8/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to json...@googlegroups.com
Incidentally, for pub/sub (and much more) over TCP, look at WAMP.
-FG
Nathan Fischer
unread,
Dec 6, 2018, 3:25:57 PM12/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSON-RPC
MQTT is quickly becoming the de-facto protocol for IoT, so devices already using MQTT can easily add RPC support using MQTT as a transport layer.
Viktor Turskyi
unread,
Jan 7, 2019, 1:30:32 PM1/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSON-RPC
Hi, we had similar request. And started implementing own transport agnostic JSON RPC library for JavaScript (both NodeJs and Browser). The first transport that we added was MQTT.
The library is in still in development. But we use it already for MQTT communications.