Initial mqtt implementation

This commit is contained in:
Jack Kingsman
2026-02-28 21:24:46 -08:00
parent 727ac913de
commit f993110ec4
23 changed files with 1462 additions and 27 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies = [
"pycryptodome>=3.20.0",
"pynacl>=1.5.0",
"meshcore",
"aiomqtt>=2.0",
]
[project.optional-dependencies]