Skip to content

Commit

Permalink
Replace paho-mqtt by rumqttc.
Browse files Browse the repository at this point in the history
rumqttc is a pure Rust MQTT client implementation, where paho-mqtt
depends on the Paho C library (which depends on OpenSSL).

This simplifies the build as we no longer have to static compile
OpenSSL and link against it. It also reduces the binary size by ~ 50%.
  • Loading branch information
brocaar committed Nov 24, 2023
1 parent 17af54f commit 86e8dba
Show file tree
Hide file tree
Showing 17 changed files with 578 additions and 661 deletions.
64 changes: 0 additions & 64 deletions .cargo/config.toml

This file was deleted.

2 changes: 2 additions & 0 deletions .docker-compose/mosquitto/mosquitto.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
listener 1883
allow_anonymous true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
!.github
!.vscode
!.env
!.docker-compose/

# Config files
/chirpstack-mqtt-forwarder.toml
Expand Down
Loading

0 comments on commit 86e8dba

Please sign in to comment.