File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,21 @@ and [Eclipse Paho](https://eclipse.org/paho/clients/python/) for MQTT.
1515* Basic support for setting up and running Participants
1616* Support for AMQP/RabbitMQ and MQTT brokers
1717
18- ## Usage
18+ ## License
1919
20- See [ ./examples/repeat.py ] ( ./examples/repeat.py )
20+ MIT, see [ ./LICENSE ] ( ./LICENSE )
2121
22- Run in git
22+ ## Installing
2323
24- pip install -r requirements.pip -t .
25- python ./examples/repeat.py
24+ Get it from [ PyPi] ( http://pypi.python.org/ )
2625
27- ## License
26+ pip install msgflo --user
2827
29- MIT, see [ ./LICENSE] ( ./LICENSE )
28+ ## Usage
29+
30+ See [ ./examples/repeat.py] ( ./examples/repeat.py )
31+
32+ wget https://github.com/msgflo/msgflo-python/raw/master/examples/repeat.py
33+ # Set address of broker to connect to. Can also be amqp://...
34+ export MSGFLO_BROKER=mqtt://localhost
35+ python ./repeat.py
You can’t perform that action at this time.
0 commit comments