✨ mqtt connections
almost working, need encryption
This commit is contained in:
parent
20ab0153d1
commit
125d50530d
15 changed files with 1259 additions and 42 deletions
|
@ -33,3 +33,6 @@ rand = "0.9.1"
|
|||
based = { git = "https://git.hydrar.de/jmarya/based", branch = "owl" }
|
||||
http2 = "0.4.21"
|
||||
ureq = { version = "3.0.11", features = ["json"] }
|
||||
rumqttc = { version = "0.24.0", features = ["url", "websocket"] }
|
||||
age = { version = "0.11.1", features = ["aes", "aes-gcm", "armor", "async", "ssh"] }
|
||||
minisign = "0.7.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue