Skip to content

Commit

Permalink
Add flatpak files
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Aug 5, 2024
1 parent 2599e58 commit ddc1c76
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flatpak/io.github.chkr1011.mqttMultimeter.desktop
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;
64 changes: 64 additions & 0 deletions flatpak/io.github.chkr1011.mqttMultimeter.metainfo.xml
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>
Binary file added flatpak/io.github.chkr1011.mqttMultimeter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddc1c76

Please sign in to comment.