An open API service indexing awesome lists of open source software.

https://github.com/microflo/microflo-core

Core components for MicroFlo
https://github.com/microflo/microflo-core

c-plus-plus dataflow microflo

Last synced: about 2 months ago
JSON representation

Core components for MicroFlo

Awesome Lists containing this project

README

          

microflo-core
===============
[![Build Status](https://travis-ci.org/microflo/microflo-core.png?branch=master)](https://travis-ci.org/microflo/microflo-core)

Core components for [MicroFlo](http://github.com/microflo/microflo).

## Inclusion criteria

Components that go into `microflo-core` must:

* Be licensed under MIT
* Use portable, platform-independent code
* Have no external dependencies
* Include tests, as fbp-spec files
* Not use dynamic allocation
* Be useful for several kinds of applications

Arduino-specific components should go into [microflo-arduino](https://github.com/microflo/microflo-arduino),
and other components can go into [microflo-contrib](https://github.com/microflo/microflo-contrib)

As of December 2017, we are still in the progress of making sure existing components conform to this.

## License
[MIT](./LICENSE)