Skip to content

interactar/mosca-mqtt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#mosca-mqtt-server Basic implementation of mosca (https://github.com/mcollina/mosca) as mqtt broker with basic auth. Topic subscribe and publish validation (the username must be the second element in the topic path)

##Test subscription $ mosquitto_sub -h 0.0.0.0 -p 1883 -v -t 'users/alice/test' -u allice -P secret

##Test publish $ mosquitto_pub -h 0.0.0.0 -p 1883 -t 'users/alice/test' -u alice -P secret -m "Hi Alice!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors