Skip to content
New issue

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

MQTT (Raspberry Pi) #8

Open
2 of 3 tasks
RandomTannenbaum opened this issue Dec 19, 2023 · 0 comments
Open
2 of 3 tasks

MQTT (Raspberry Pi) #8

RandomTannenbaum opened this issue Dec 19, 2023 · 0 comments
Assignees

Comments

@RandomTannenbaum
Copy link

RandomTannenbaum commented Dec 19, 2023

MQTT auf Terminal benutzen:

Mosquitto installieren:
sudo apt-get update
sudo apt-get install mosquitto mosquitto-clients

Publish:

mosquitto_pub -h 212ea18f0a20405d9ea0171673ce5784.s1.eu.hivemq.cloud -p 8883 -t "test" -u "[username]" -P "[password]" -m "[message]" --cafile `"~/Downloads/isrgrootx1.pem -r"

Subscribe:

mosquitto_sub -h 212ea18f0a20405d9ea0171673ce5784.s1.eu.hivemq.cloud -p 8883 -t "test" -u "[username]" -P "[password]" --cafile "~/Downloads/isrgrootx1.pem"

Root Zertifikat von LetsEncrypt herunterladen:
LetsEncrypt Root Zertifikat
Hinweis:
Passwort und Username sind im BBT Cryptopus-Team zu finden

Akzeptanzkriterien

  • Entwickler haben sich mit Mosquitto auseinandergesetzt und ihre Erkenntnisse in den Tickets dokumentiert.
  • Ein Script wurde aufgesetzt welches das Mosquitto setup erledigt.
  • Das Script wird automatisch on-start des Pi ausgeführt.
@RandomTannenbaum RandomTannenbaum self-assigned this Dec 19, 2023
@Vakmeth Vakmeth changed the title MQTT MQTT (Raspberry Pi) Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant