Skip to content

Commit d975f31

Browse files
committed
README: Update with status
1 parent 08ec50b commit d975f31

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ runtime. It integrates with other FBP tools like the [Flowhub](http://flowhub.io
66
This library makes it easy to create MsgFlo participants in C++.
77

88
msgflo-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

0 commit comments

Comments
 (0)