Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Gif added
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanalkilic committed Feb 15, 2023
1 parent 30945e8 commit 71afcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ThingsOn MQTT Bench

![ThingsOnMQTTBenchmin.gif](assets/ThingsOn-MQTT-Bench-min.gif)

ThingsOn MQTT Bench is a benchmark tool for MQTT brokers. It measures the maximum number of messages that can be sent by the broker in a specified amount of time.

## Features
Expand Down Expand Up @@ -54,7 +56,6 @@ The following settings are available in the `config.toml` file:
* `Qos`: Quality of service level for messages (0, 1, or 2)
* `Retain`: Whether messages should be retained by the broker


## Building from Code

To build ThingsOn MQTT Bench from code, follow these steps:
Expand All @@ -80,7 +81,6 @@ To build ThingsOn MQTT Bench from code, follow these steps:
<pre><div class="bg-black mb-4 rounded-md"><div class="flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans"><span class="">css</span><button class="flex ml-auto gap-2"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect></svg>Copy code</button></div><div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-css">dotnet run --project ThingsOnMqttBench
</code></div></div></pre>


## Contributing

Contributions to ThingsOn MQTT Bench are welcome! If you find a bug or would like to suggest a new feature, please open an issue on the [GitHub repository](https://github.com/yourusername/ThingsOn-MQTT-Bench).
Expand Down

0 comments on commit 71afcfd

Please sign in to comment.