mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
created: 20150504175318574
|
|
creator: user
|
|
modified: 20150505130359670
|
|
modifier: user
|
|
tags: mqtt
|
|
title: Mosquitto
|
|
type: text/vnd.tiddlywiki
|
|
|
|
```bash
|
|
su
|
|
cd
|
|
curl http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key | apt-key add -
|
|
cd /etc/apt/sources.list.d/
|
|
curl -O http://repo.mosquitto.org/debian/mosquitto-repo.list
|
|
cd
|
|
apt-get update
|
|
apt-get install mosquitto mosquitto-clients
|
|
|
|
```
|
|
* http://jpmens.net/2013/09/01/installing-mosquitto-on-a-raspberry-pi/ |