index
:
use-mosquitto
master
How to use mosquitto
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
zwei Topics, überflüssige Variable entfernt
HEAD
master
Thomas Schmucker
13 days
4
-13
/
+14
|
*
Verschiebe die Hauptlogik von 'publish.c' in eine eigene Funktion
Thomas Schmucker
2024-11-04
1
-18
/
+23
|
*
init und cleanup Funktionen umbenannt
Thomas Schmucker
2024-11-04
2
-10
/
+14
|
*
'mqtt_run' nach 'mqtt_handle_messages' umbenannt
Thomas Schmucker
2024-11-04
3
-12
/
+12
|
*
Verschiebe callback-handling nach 'mqtt_run'
Thomas Schmucker
2024-11-04
4
-11
/
+16
|
*
publisher hinzugefügt
Thomas Schmucker
2024-11-03
4
-5
/
+117
|
*
rename: subscribe
Thomas Schmucker
2024-11-02
2
-6
/
+5
|
*
Bessere Namensgebung für Funktionen
Thomas Schmucker
2024-10-29
3
-31
/
+35
|
*
Verschiebe MQTT Code in ein eigenes Modul
Thomas Schmucker
2024-10-29
5
-63
/
+88
|
*
Mehrere Topics möglich und bessere Abbruchsteuerung
Thomas Schmucker
2024-10-29
1
-4
/
+7
|
*
Benutze bessere Namen für Variablen und Argument
Thomas Schmucker
2024-10-29
2
-25
/
+41
|
*
Verschiebe die Konfiguration nach 'src'
Thomas Schmucker
2024-10-28
6
-13
/
+37
|
*
Verschiebe Einstellungen in eine eigene config.h Datei
Thomas Schmucker
2024-10-27
4
-10
/
+16
|
*
Teile den Code in einzelne Funktionen auf
Thomas Schmucker
2024-10-25
1
-17
/
+42
|
*
benutze atexit() zum Aufräumen der Bibliothek
Thomas Schmucker
2024-10-25
1
-7
/
+18
|
*
erster Import
Thomas Schmucker
2024-10-06
7
-0
/
+191