Support for MQTT protocol
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The WebSocket payload preview (in a side panel) should be able to parse MQTT protocol and offer nicely formatted data to the user.
Honza
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Supports parsing MQTT WebSocket frames.
Updated•5 years ago
|
Comment 2•4 years ago
|
||
It would be great to add MQTT to the list of inspectable web socket messages.
We have a nice packet level parser here: https://github.com/cotonic/cotonic/blob/master/src/cotonic.mqtt_packet.js
Is there any way I could help implementing it?
Kind regards,
Maas
| Reporter | ||
Comment 3•4 years ago
|
||
(In reply to Maas-Maarten from comment #2)
Is there any way I could help implementing it?
Can you please look at the attached patch and check out whether we should update something?
Perhaps the patch should use the parser you are pointing too?
Comment 4•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:Honza, since the bug has recent activity, could you have a look please?
For more information, please visit auto_nag documentation.
| Reporter | ||
Comment 5•3 years ago
•
|
||
It would still be great to parse MQTT messages and rendering them nicely formatted.
(the patch seems to be close to completion)
Description
•