pa-at / MQTTnet.App

MQTTnet App is a cross platform MQTT client for debugging and message inspection. The app is the official companion app for MQTTnet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Join the chat at https://gitter.im/MQTTnet/community License: MIT

MQTTnet App

MQTTnet App is a high performance .NET application for MQTT communication testing and analysing. The protocol implementation is based on the MQTTnet project.

The application is based on Avalonia for UI rendering.

Features

General

  • Powerful inspection of message data.
  • Inspection of raw MQTT messages.
  • Publishing of messages.
  • Subscribing of messages.

Screenshots



Supported oerating systems

  • Windows x86/x64
  • Linux x86/x64/ARM
  • macOS x86/x64

Supported MQTT versions

  • 5.0.0
  • 3.1.1
  • 3.1.0

Contributions

If you want to contribute to this project just create a pull request. Before creating a pull request please have a look at the library to get an overview of the code style etc. Also additions and updates in the Wiki are welcome.

License

MIT License

MQTTnet.App Copyright (c) 2020-2021 Christian Kratky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

MQTTnet App is a cross platform MQTT client for debugging and message inspection. The app is the official companion app for MQTTnet.

License:MIT License


Languages

Language:C# 100.0%