分類: python

python

使用 Python 進行MQTT的 Publish & Subscribe

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

Be the First to comment. Read More
python

python讀取modbus範例

原本是想用php寫來讀取modbus上的資料的,查了查文件發現php有點太麻煩了,且範例好像都快10年前了,現 […]

Be the First to comment. Read More
python, 閒聊

[python]LRC校驗碼計算方法

網路上找半天都沒找到LRC的python 的範例,難得找到算出來也是錯的 乾脆自己寫一個 計算方式:字符串   […]

Be the First to comment. Read More
python, 資安

[Python]反編譯pyc文件

因為一些原因 拿到了一個pyc編譯過的檔案,但是就懶得回去找人要原始碼 看檔案小小的 乾脆直接反解回來看就好 […]

Be the First to comment. Read More