Skip to content

Commit ba0dfdf

Browse files
committed
README: Update to mention MQTT
1 parent 1d1157c commit ba0dfdf

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# msgflo-python: Python participant support for MsgFlo
22

3-
[MsgFlo](https://github.com/msgflo/msgflo) is a distributed, polyglot FBP (flow-based-programming)
4-
runtime. It integrates with other FBP tools like the [Flowhub](http://flowhub.io) visual programming IDE.
3+
[MsgFlo](https://github.com/msgflo/msgflo) is a distributed, polyglot FBP (flow-based-programming) runtime.
4+
It integrates with other FBP tools like the [Flowhub](http://flowhub.io) visual programming IDE.
55
This library makes it easy to create MsgFlo participants in Python.
66

7-
msgflo-python currently supports Python 2 and is built on top of [Haigha](https://github.com/agoragames/haigha)
8-
and [gevent](http://www.gevent.org/).
7+
msgflo-python currently supports Python 2 and is built on top of [gevent](http://www.gevent.org/).
8+
It uses [Haigha](https://github.com/agoragames/haigha) for AMQP support
9+
and [Eclipse Paho](https://eclipse.org/paho/clients/python/) for MQTT.
910

1011
## Status
1112

1213
*Experimental*
1314

14-
* Basic support for setting up and running Participants with AMQP/RabbitMQ transport
15+
* Basic support for setting up and running Participants
16+
* Support for AMQP/RabbitMQ and MQTT brokers
1517

1618
## Usage
1719

0 commit comments

Comments
 (0)