We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make a controller for the robot that converts human instructions to MQTT commands that the robot can understand. For now make this in software.
The text was updated successfully, but these errors were encountered:
We decided to use a phone or tablet app rather than a new piece of hardware to control robot movement via generation of mqtt commands.
Sorry, something went wrong.
current version of MQTT is 5.x . We use the older 3.1.1, which not all MQTT consoles support.
Browser based support: MQTTX: web support is MQTT version 5.0 only?
Desktop: MQTTX: 3.11. & 5.0, MacOS, Linux, Windows, open source MQTT Explorer: 3.1.1 & 5.0, Windows, macOS, Linus
Mobile: EasyMQTT: 3.1.1 & 5.0, iPhone, iPad, macOS MyMQTT for Android: 3.1.1 & 5.0
I've downloaded this last app onto my phone. It doesn't support scripts, but does have a basic publish command.
nerdoug
No branches or pull requests
Make a controller for the robot that converts human instructions to MQTT commands that the robot can understand. For now make this in software.
The text was updated successfully, but these errors were encountered: