coolcodecding
Results
2
issues of
coolcodecding
I have setup mosquitto on docker using certificates to secure the connection. I have no username and password configured in mosquitto. I am using this code to connect my wemos...
I have used a docker setup to fetch BLE tag data from `https://github.com/dchristl/macless-haystack`. i used this docker-compose: ``` anisette: image: dadoum/anisette-v3-server container_name: findmy_anisette networks: - findmy_network restart: unless-stopped stop_grace_period: 1s...