Skip to content

tebartsch/alpakka-mqtt-streaming-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpakka-mqtt-streaming-example

This respository implements a simple mqtt client using the mqtt.streaming-backend from alpakka.

Tcp- and websocket-connections are both implemented.

Start Mosquitto

Use the provided mosquitto config file in order to open a tcp listener at port 1883, a websocket listener at port 9001, allow anonymous connections and log (almost) everything.

mosquitto -c config/mosquitto.conf

Publish to Mosquitto

After mosquitto has been started succesfully run the project

sbt run

About

websocket-enabled mqtt client based on alpakkas mqtt.streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages