Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 authored Nov 30, 2022
1 parent ed6fe97 commit 4706557
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# MQTTnet.Server
# MQTTnetServer

_MQTTnet Server_ is a standalone cross platform MQTT server (like mosquitto) basing on the library _MQTTnet_. It has the following features.
_MQTTnetServer_ is a standalone cross platform MQTT server basing on the library _MQTTnet_. It has the following features.

* Running portable (no installation required)
* Runs under Windows, Linux, macOS, Raspberry Pi
* Runs on Windows, Linux, macOS, Raspberry Pi
* Python scripting support for manipulating messages, validation of clients, building business logic etc.
* Supports WebSocket and TCP (with and without TLS) connections
* Provides a HTTP based API (including Swagger endpoint)
Expand All @@ -16,13 +16,13 @@ _MQTTnet Server_ is a standalone cross platform MQTT server (like mosquitto) bas
## Starting portable version
The portable version requires a local installation of the .net core runtime. With that runtime installed the server can be started via the following comand.

> dotnet .\MQTTnet.Server.dll
> dotnet .\MQTTnetServer.dll
## Starting self contained versions
The self contained versions are fully portable versions including the .net core runtime. The server can be started using the contained executable files.

Windows:
> MQTTnet.Server.exe
> MQTTnetServer.exe
>
Linux:
> ./MQTTnet.Server (must be set to _executable_ first via chmod +x ./MQTTnet.Server)
> ./MQTTnetServer (must be set to _executable_ first via chmod +x ./MQTTnetServer)

0 comments on commit 4706557

Please sign in to comment.