https://github.com/marek128b/3ahel-theorie-sys
https://github.com/marek128b/3ahel-theorie-sys
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marek128b/3ahel-theorie-sys
- Owner: Marek128b
- Created: 2022-11-03T10:36:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T11:11:08.000Z (over 2 years ago)
- Last Synced: 2025-02-14T06:46:34.191Z (4 months ago)
- Language: C++
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3AHEL-Theorie-SYS
**table of content**
- [3AHEL-Theorie-SYS](#3ahel-theorie-sys)
- [MQTT](#mqtt)
- [In der Schule:](#in-der-schule)
- [Topics:](#topics)
- [Für Daheim:](#für-daheim)
- [Node RED:](#node-red)
- [Install at Home:](#install-at-home)
- [Windows:](#windows)
- [School:](#school)
- [Server config:](#server-config)
- [Server save:](#server-save)
- [Linux:](#linux)
- [Was ist Linux:](#was-ist-linux)
- [Starten von Linux:](#starten-von-linux)
___
## MQTT
https://blog.doubleslash.de/mqtt-fuer-dummies/
### In der Schule:
MQTT Broker: iotmqtt.htl-klu.at
Username: htl-IoT
Password: iot..2015
Port: 1883
### Topics:
Hierachie - bei uns in der Schule
htl/3xhel/Name/# - gibt alle daten von allen Topics von dieser klasse an.#### Für Daheim:
http://mqtt-explorer.com/ ->portable exeTopic htl/3ahel/#
Der mqttexplorer
U:\Programme\iot\tools
___
## Node RED:
### Install at Home:
https://nodered.org/docs/getting-started/
#### Windows:
https://nodered.org/docs/getting-started/windows### School:
Schule: AlleProgramme\Mikrocontroller\Node-RED
1. Coppy server IP address paste it to your browser### Server config:
### Server save:
1. alles koppieren
2. rechts oben: Export -> clipboard
3. STRG + C___
## Linux:
### Was ist Linux:
### Starten von Linux:
cmd: `docker run -it ubuntu`
Aktuelles verzeichnis aufrufen: `ls`
Verzeichnis wechseln: `cd` change Directory
Verzeichnis erstellen: `mkdir` make Directory
Wichtig!! Linux ist case sensitiv(Groß, Kleinschreibung sind wichtig)