We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mosquitto installieren: sudo apt-get update sudo apt-get install mosquitto mosquitto-clients
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
The text was updated successfully, but these errors were encountered:
RandomTannenbaum
No branches or pull requests
MQTT auf Terminal benutzen:
Mosquitto installieren:
sudo apt-get update
sudo apt-get install mosquitto mosquitto-clients
Publish:
Subscribe:
Root Zertifikat von LetsEncrypt herunterladen:
LetsEncrypt Root Zertifikat
Hinweis:
Passwort und Username sind im BBT Cryptopus-Team zu finden
Akzeptanzkriterien
The text was updated successfully, but these errors were encountered: