Add Websocket support and a few other changes#5
Closed
andrewheadricke wants to merge 2 commits intomeshcore-dev:masterfrom
Closed
Add Websocket support and a few other changes#5andrewheadricke wants to merge 2 commits intomeshcore-dev:masterfrom
andrewheadricke wants to merge 2 commits intomeshcore-dev:masterfrom
Conversation
added 2 commits
October 28, 2025 11:21
Author
|
This tool https://github.com/andrewheadricke/meshcore-proxy enables WebSocket access to Meshcore radios. It is very handy. And is why I created this PR. WebSocket access to Meshcore opens up more access for web apps to communicate with Meshcore. |
Member
|
Hey @andrewheadricke, Thanks for the update, and apologies for taking so long to reply. It's been very busy in the mesh world! Unfortunately at this time, I wouldn't be willing to accept websocket client support in the official library as this is not natively supported in the firmware. If we end up adding websocket support to the firmware, I'd be willing to accept it in the library. I'll close this one out for now :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds WebSocket as a new connection method. It also adds WebSocket as a connection option in the testing index.html page.
It also adds support for v3 messages, and fixes a small console error when syncing messages returns null/empty.
I have a Meshcore BLE -> WebSocket proxy utility I will upload in the next day or two that this works with. Why? Because my browser does not support WebBLE and my Meshcore companion firmware only supports BLE.