Skip to content

Synesthesias/mqtt-recorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Recorder

メッセージの頻度が高すぎると再生時にpublish時間に遅延が出てしまう問題あり。

Simple tool to record/replay MQTT data.

使い方

インストール(Windows)

Python3.9

https://www.python.org/downloads/

pythonパッケージ

pip3 install paho-mqtt

MQTTブローカー

記録

pythonw.exe mqtt_recorder.py --server 192.168.0.1 --mode record --output 2021-08-03-mqtt.json

再生

pythonw.exe mqtt_recorder.py --server localhost --mode replay --input 2021-08-03-mqtt.json --realtime

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%