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
- Host: GitHub
- URL: https://github.com/microflo/microflo-core
- Owner: microflo
- License: mit
- Created: 2014-12-12T01:04:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T03:04:35.000Z (about 6 years ago)
- Last Synced: 2025-09-20T20:17:23.302Z (8 months ago)
- Topics: c-plus-plus, dataflow, microflo
- Language: C++
- Size: 104 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
microflo-core
===============
[](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)