File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,17 @@ runtime. It integrates with other FBP tools like the [Flowhub](http://flowhub.io
66This library makes it easy to create MsgFlo participants in C++.
77
88msgflo-cpp is written in C++11 and is built on top of [ AMQP-CPP] ( https://github.com/CopernicaMarketingSoftware/AMQP-CPP ) ,
9- and [ json11] ( https://github.com/dropbox/json11 ) .
9+ [ libmosquitto] ( https://mosquitto.org ) and [ json11] ( https://github.com/dropbox/json11 ) .
10+
11+ msgflo-cpp is primarily used on Embedded Linux, but should also be portable to other operating systems.
1012
1113## Status
1214
13- * Minimally useful *
15+ * In production *
1416
15- * Basic Participant support, sends discover
16- * Supports AMQP/RabbitMQ and MQTT transports
17- * Not used in production yet
17+ * Basic Participant support, sends MsgFlo discover message periodically
18+ * Supports MQTT 3.1.1 and AMQP 0-9-0 (RabbitMQ)
19+ * Used in production at Bitraf hackerspace for electronic [ doorlocks ] ( https://github.com/bitraf/dlock13 ) since 2016
1820
1921## Usage
2022
@@ -35,9 +37,3 @@ To enable debug logging, set the `MSGFLO_CPP_DEBUG` environment variable.
3537
3638 export MSGFLO_CPP_DEBUG=1
3739
38- ## TODO
39-
40- 0.1
41-
42- * Fix missing port identifier in process()
43- * AMQP: Implement NACK
You can’t perform that action at this time.
0 commit comments