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

Enable and configure MQTT #8

Open
JimboDorian opened this issue Dec 15, 2023 · 1 comment
Open

Enable and configure MQTT #8

JimboDorian opened this issue Dec 15, 2023 · 1 comment

Comments

@JimboDorian
Copy link
Contributor

Hello,

I'm looking at building a ROS interface and the possibility of using MQTT for supplying real time machine data seems like a great option. Couple of questions:

  1. Is there a guide available for enabling and configuring the MQTT client, in particular setting the IP and port for the server/broker?
  2. Can the Web Builder be used to produce this binary?

Cheers,
James

@terjeio
Copy link
Contributor

terjeio commented Dec 15, 2023

  1. There is no guide yet, settings $530 - $533 are for broker parameters. Send $help networking or $$=530 etc. for some info about the settings.
  2. No, since user supplied client code has to be compiled in - the networking plugin provide only a programming API. See this example.
    Later user provided plugins might be added to the 3rd party plugins tab.

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