Patrick-DE / MQTT-Proxy

GNU General Public License v3.0
1 stars 0 forks source link
bootstrap-vue csharp iot mqtt mqtt-bridge mqtt-broker mqtt-proxy vue

MQTT-Proxy

This software enables your to capture mqtt traffic and manipulate the content of the packets. A paper to this work is written in German and can be found here: Bachelor Thesis

Run

Usage:
Minimal form (TargetPort: 1883, Proxy: 127.0.0.1:1883, Web|REST: 80)
./MQTT-Proxy.exe <targetIP>
Short form (Proxy will be: 127.0.0.1:1883, Web|REST: 80)
./MQTT-Proxy.exe <targetIP> <targetPort>
Full form
./MQTT-Proxy.exe <targetIP> <targetPort> <ownIP> <ownPort> <Web|RESTPort>

Configuration

If you want to change the IP's and Ports

Screenshots

Clients

picture of clients

Client details

detailed client information

Messages

captured messages

Message editor

edit message payload

Craft Messages

create messages