c-base / ingress-table

Ingress Table NoFlo & MicroFlo setup
http://bergie.iki.fi/blog/ingress-table/
MIT License
39 stars 3 forks source link

MsgFlo support #131

Closed bergie closed 7 years ago

bergie commented 7 years ago

Splits Ingress Table into two graphs:

  1. talking to the API and normalizing state information
  2. receiving state information and updating microcontrollers

This way we can run the different parts on different systems, and eventually replace the RPi inside the table with a network-connected microcontroller.

Refs #30