grblHAL / Plugin_networking

grblHAL plugin for networking protocols (Telnet, WebSocket, FTP, HTTP) and related utilities on top of LwIP
Other
10 stars 6 forks source link

Enable and configure MQTT #8

Open JimboDorian opened 10 months ago

JimboDorian commented 10 months ago

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 commented 10 months ago
  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.