You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ahh, I just looked up the port numbers - port 1883 is the one for MQTT.

    Are you sure you did the line sudo apt-get install mosquitto mosquitto-clients bluetooth bluez libbluetooth-dev libudev-dev and it succeeded? It's possible if you didn't do an update before then the command might have failed.

    You could try it again now without problems.

    The important bit is installing mosquitto - the MQTT server.

    If everything works, you should be able to run the command mosquitto_pub -h localhost -t hello -m world without errors.

About

Avatar for Gordon @Gordon started