blakeblackshear.frigate/web
Nicolas Mowen 6c0978498d
Abstract MQTT from communication and make mqtt optional (#4462)
* Add option for mqtt config

* Setup communication layer

* Have a dispatcher which is responsible for handling and sending messages

* Move mqtt to communication

* Separate ws communications module

* Make ws client conform to communicator

* Cleanup imports

* Migrate to new dispatcher

* Clean up

* Need to set topic prefix

* Remove references to mqtt in dispatcher

* Don't start mqtt until dispatcher is subscribed

* Cleanup

* Shorten package

* Formatting

* Remove unused

* Cleanup

* Rename mqtt to ws on web

* Fix ws mypy

* Fix mypy

* Reformat

* Cleanup if/else chain

* Catch bad set commands
2022-11-23 20:03:20 -06:00
..
__test__ Revamped debug UI and add camera / process info, ffprobe copying (#4349) 2022-11-13 12:48:14 -06:00
images
src Abstract MQTT from communication and make mqtt optional (#4462) 2022-11-23 20:03:20 -06:00
.eslintrc Update web deps (#4383) 2022-11-13 10:31:36 -06:00
.gitignore Update web dependencies (#4321) 2022-11-08 07:18:43 -06:00
.prettierrc switch to vite 2022-03-11 07:49:06 -06:00
index.html switch to vite 2022-03-11 07:49:06 -06:00
package-lock.json Web updates and fixes (#4411) 2022-11-17 07:05:27 -06:00
package.json Web updates and fixes (#4411) 2022-11-17 07:05:27 -06:00
postcss.config.cjs Update web deps (#4383) 2022-11-13 10:31:36 -06:00
site.webmanifest
tailwind.config.cjs Update web deps (#4383) 2022-11-13 10:31:36 -06:00
tsconfig.json Update web deps (#4383) 2022-11-13 10:31:36 -06:00
tsconfig.node.json Update web deps (#4383) 2022-11-13 10:31:36 -06:00
vite.config.ts Update web deps (#4383) 2022-11-13 10:31:36 -06:00