Mqtt 'Route Not Found'
Hi,
I got the wifi shield running firmware version 2.05 with a Cyton board running v3.1.2. It's working like expected, but I can't get mqtt to work. The route /mqtt says: Route Not Found. I'm not sure what I'm doing wrong. I vaguely remember reading somewhere online there's a command to turn mqtt on or off, but I can't find it anywhere in the docs.
Thank you,
Tije
Comments
Tije, hi.
Then I would suggest checking the source code:
https://github.com/OpenBCI/OpenBCI_WIFI
https://github.com/OpenBCI/OpenBCI_Cyton_Library
William
I am trying to build the sourcecode right now (The WifiShieldMQTTSecure sketch to be precise) but I can't get it to build at this stage cause of all sorts of depencies. Setting up a build environment in docker.
I'm new to anything related to Arduino, but I'll guess I'll manage in time. I was hoping there was some kind of pre-built firmware available that has mqtt running, but I suppose not.