Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

DetectorGraph public release

Latest
Compare
Choose a tag to compare
@cpscotti cpscotti released this 18 May 21:04
· 81 commits to master since this release

This is the first formal release of the library.

Features

Core:

  • Topics & Detectors Pub-Sub,
  • Graph
  • ProcessorContainer
  • TimeoutPublishing, PeriodicPublishing, FuturePublishing
  • Named vs. Anonymous TopicStates
  • StateSnapshot & GraphStateStore

Utils:

  • Lag detector for closing Loops
  • GraphAnalyzer for Graphviz/dot file generation

Examples:

  • Hello World
  • Trivial Vending Machine
  • Counter With Reset
  • Robot Localization
  • Fancy Vending Machine
  • Beat Machine
  • Portuguese Translator

API Stability

All APIs are pretty stable and will not change anytime soon - we've been using it in a lot of production code already.