Skip to content

msgflo/msgflo-cpp

Folders and files

NameName
Last commit message
Last commit date
Aug 4, 2016
Oct 12, 2016
Jun 28, 2017
Aug 4, 2016
Jun 28, 2017
Aug 4, 2016
Aug 4, 2016
Aug 4, 2016
Aug 4, 2016
Nov 6, 2017
Oct 12, 2016
Jun 3, 2015
May 22, 2017
Oct 12, 2016
Jan 18, 2018

Repository files navigation

Build Status

msgflo-cpp: C++ participant support for MsgFlo

MsgFlo is a distributed, polyglot FBP (flow-based-programming) runtime. It integrates with other FBP tools like the Flowhub visual programming IDE. This library makes it easy to create MsgFlo participants in C++.

msgflo-cpp is written in C++11 and is built on top of AMQP-CPP, libmosquitto and json11.

msgflo-cpp is primarily used on Embedded Linux, but should also be portable to other operating systems.

Status

In production

  • Basic Participant support, sends MsgFlo discover message periodically
  • Supports MQTT 3.1.1 and AMQP 0-9-0 (RabbitMQ)
  • Used in production at Bitraf hackerspace for electronic doorlocks since 2016

Usage

See ./examples/repeat.cpp

mkdir build
cmake ..
make
./examples/repeat

License

MIT, see ./LICENSE

Debugging

To enable debug logging, set the MSGFLO_CPP_DEBUG environment variable.

export MSGFLO_CPP_DEBUG=1