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

Over the wire #7

Open
gedw99 opened this issue May 23, 2023 · 1 comment
Open

Over the wire #7

gedw99 opened this issue May 23, 2023 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented May 23, 2023

Hey @soypat

wow this looks pretty nice

it looks like it can act as a control plane between different devices on a board ?

I want to build a control plane gui so anyone can sniff the messages going on between the devices on a board.

I would normally use nats which does support mqtt also btw but I saw hat someone has build a pure mqtt Server also that is pluggable ( Redis, mongo dB ).

looking for some advice from the expert dude :)

I can also share my gui so you get a feel for what I am trying to do. The gui is meant to act as a debugger . It is multi window and streams all changes that it “hears” to the screen.

@soypat
Copy link
Owner

soypat commented May 23, 2023

Yeah for sure you could use this as a control plane- you'd need a broker that all devices connect to though- natiu does not have a broker/server implementation. Several implementations out there like mosquitto. (saw a Go implementation recently that looked promising but can't seem to find the repo now!). The Broker would handle all this; persisting messages and whatnot.

Let me know whatever help you need setting up natiu dude!

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

No branches or pull requests

2 participants