-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Name=mqttMultimeter | ||
Icon=io.github.chkr1011.mqttMultimeter | ||
Exec=mqttMultimeter | ||
Terminal=false | ||
Type=Application | ||
Comment=MQTT Desktop Client | ||
Categories=Utility;Development;IDE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.github.chkr1011.mqttMultimeter</id> | ||
|
||
<name>mqttMultimeter</name> | ||
<summary>A Cross-platform MQTT Desktop Client and Debugger</summary> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<developer_name>Christian Kratky</developer_name> | ||
|
||
<url type="homepage">https://github.com/chkr1011/mqttMultimeter</url> | ||
|
||
<releases> | ||
<release version="1.9.0.290" date="2024-08-04"> | ||
<description>https://github.com/chkr1011/mqttMultimeter/releases/tag/v1.9.0.290</description> | ||
</release> | ||
</releases> | ||
|
||
<recommends> | ||
<control>pointing</control> | ||
<control>keyboard</control> | ||
</recommends> | ||
|
||
<description> | ||
<p> | ||
MQTT Multimeter is a cross platform .NET application for MQTT communication testing and analysing. | ||
</p> | ||
|
||
<p> | ||
Features: | ||
<ul> | ||
<li>Powerful inspection of message data.</li> | ||
<li>Inspection of raw MQTT messages.</li> | ||
<li>Publishing of messages.</li> | ||
<li>Subscribing of messages.</li> | ||
<li>MQTTv5 features like user properties etc.</li> | ||
<li>Storage of application state (connections, subscriptions etc.).</li> | ||
</ul> | ||
</p> | ||
|
||
<p> | ||
Supported MQTT protocol versions: | ||
<ul> | ||
<li>3.1.0</li> | ||
<li>3.1.1</li> | ||
<li>5.0.0</li> | ||
</ul> | ||
</p> | ||
|
||
<p> | ||
The protocol implementation is based on the MQTTnet project. The application uses Avalonia for UI rendering and runs on nearly any platform and CPU architecture. | ||
</p> | ||
|
||
</description> | ||
|
||
<launchable type="desktop-id">io.github.chkr1011.mqttMultimeter.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/chkr1011/mqttMultimeter/ed708573f33392a10f7a82f3f2342684aeb0e87a/Images/Screenshots/InflightPage.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.