switch、網通

cisco 在同一個port 設定兩個vlan

通常,同一個port 只能設定一個vlan,但是可能因為這個port有某些特殊需求,如某個員工、主管因為一些專 […]

Be the First to comment. Read More
php

在linux上用curl上傳檔案到伺服器

curl -X POST -F “file=@./download.pdf” http […]

Be the First to comment. Read More
php

php使用mqtt client 發布跟訂閱

chatgpt寫MQTT

基本上Mqtt的 SERVER(Broker)建議不要用php來稿,實在太吃力不討好了。 直接用Mosquit […]

Be the First to comment. Read More
OS

在linux上安裝mqtt server(MQTT Broker)

安裝 Mosquitto 伺服器 若在 Ubuntu Linux 中可以使用 apt 安裝 Mosquitto […]

Be the First to comment. Read More
python

使用 Python 進行MQTT的 Publish & Subscribe

首先你會需要安裝套件 Python Publish 程式碼 參考文章: Day27 – 使用 Py […]

Be the First to comment. Read More