分類彙整: 樹莓派

如何在Ubuntu16.04上安裝Mosquitto這個MQTT消息服務器並對其進行安全配置

https://www.itread01.com/content/1513183233.html

https://blog.csdn.net/u013332124/article/details/79480639

接下來,為Mosquitto打開一個新的配置文件,指定所有連接登錄時所需的密碼文件。

sudo vi /etc/mosquitto/conf.d/default.conf

上述命令會打開一個新的配置文件。把下面的內容粘貼進去:

allow_anonymous false
password_file /etc/mosquitto/passwd
port 1883


新增使用者
mosquitto_passwd -b /etc/mosquitto/passwd user password

MediaPipe – 跨平臺機器學習應用開發框架

https://iter01.com/475022.html

https://blog.csdn.net/dQCFKyQDXYm3F8rB0/article/details/100839899

https://google.github.io/mediapipe/solutions/hands

http://www.python88.com/topic/40281

https://google.github.io/mediapipe/getting_started/python.html
https://google.github.io/mediapipe/solutions/face_detection#python-solution-api
https://google.github.io/mediapipe/solutions/hands#python-solution-api