Giter VIP home page Giter VIP logo

mqtt-proxy's Introduction

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

  • Default Broker: 127.0.0.1:1883
  • Default REST/WebUI: 127.0.0.1:80

If you want to change the IP's and Ports

  • REST+Websocket+Broker: MQTT-Proxy\Program.cs
  • Websocket: \frontend\src\main.js
  • WebUI: \frontend\config\prod.env.js or dev.env.js depending on your deployment

Screenshots

Clients

picture of clients

Client details

detailed client information

Messages

captured messages

Message editor

edit message payload

Craft Messages

create messages

mqtt-proxy's People

Stargazers

 avatar

Watchers

 avatar

mqtt-proxy's Issues

Get double response from broker

If two clients are subscribing to the same topic both clientIn will detect the response of his own and the other clientOut so if we have two clients we get 4 responses published.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.