
490,68422
Happily married man who loves life, nature and technology.
jamesthequack's instructables
Achievements
10K+
Views
Earned a bronze medal
- jamesthequack commented on Armtronix's instructable Installing MQTT Broker(Mosquitto) on Raspberry Pi 10 months ago
- jamesthequack commented on jamesthequack's instructable IR Remote Controlled Tracked Robot2 years agoView Instructable »
See this embellished drawing for the details that were meant to be read between the lines: https://drive.google.com/file/d/0B-x_oHc8BQfuc1BNUnp3a3BKN1E/view?usp=sharing
Good lead! that worked for me!So the whole process:InstallingMosquitto Brokerwgethttp://repo.mosquitto.org/debian/mosquitto-repo.gpg.keysudo apt-key addmosquitto-repo.gpg.keycd/etc/apt/sources.list.d/sudo wgethttp://repo.mosquitto.org/debian/mosquitto-jessie.listcdsudo apt-get updatesudo apt-get installmosquittomosquitto -v [should be >= version 1.4]systemctl startmosquitto [Start the systemd service.]systemctl enablemosquitto [Enable the systemd service to run on boot.]