Skip to content

This repo is a supplement for a Linkedin article

License

Notifications You must be signed in to change notification settings

koburg/beckhoff_object_mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a supplement to an article

It's practical to run mosquitto with docker. The option -v maps the folder broker to the image folder mosquitto, so that the config can be read.

docker run -it -p 1883:1883 -v $(pwd)/broker:/mosquitto/ eclipse-mosquitto

= broker 
	+ config 
		| mosquitto.conf
				   
				  

mosquitto.conf

allow_anonymous true

About

This repo is a supplement for a Linkedin article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published