Skip to content
Snippets Groups Projects
Select Git revision
  • b14c19b97ef8fddadb446c5f3591c4496e0af979
  • master default protected
2 results

README.md

Blame
  • README.md 12.38 KiB

    RNDMC

    Reconfigurable Numeric Dataflow Machine Controller

    aka project 'consistent-sandbox'

    img software img hardware

    This is a piece of software that is designed to help you assemble high level controllers from dataflow software elements. It serves a graphical programming interface, and is meant to live with dataflow hardware elements from this project 'automatakit'.

    It's in the early stages, so bear with us. Everything is going to be great.

    Usage

    Installing Node.js, WebSocket and SerialPort, and MathJS

    To Run DMC, you'll need to install node.js, and then the packages serialport and ws (websocket).

    Install Node.js