Skip to content

sophokles73/mosquitto_cf_droplet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CF droplet for Mosquitto 1.4.4

Building the droplet (using Lattice)

You can build the droplet using the binary buildpack

ltc build-droplet mosquitto https://github.com/cloudfoundry/binary-buildpack.git

Launching the droplet

You can easily deploy Mosquitto with the following command.

ltc ld mosquitto-app mosquitto -p 1883 -T 1883:1883 -e BRIDGE_ADDR=iot.eclipse.org

Providing a BRIDGE_ADDR environment variable allows all your broker instances to actually be interconnected, by means of a "master" broker that passes data back and forth between the different instances.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%