Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

ReoXplore2

Graphical editor to create Reo circuits that translate the visual model to Treo code (and vice versa) and integrate with CACoq and Reo2nuXmv compilers.

Click here to see the light version with the Reo editor and the translation to Treo.

To use all the compilers, run the project locally:

  • install Node.js and npm
  • install gcc compiler
  • install Coq
  • clone this repository: git clone https://github.com/frame-lab/ReoXplore2
  • go to repository folder: cd ReoXplore2
  • compile files and install packages: make
  • run server: node server.js
  • open another terminal and run the frontend: cd reoxplore && npm run start
  • see the interface at localhost:3000/ReoXplore2

The avaiable channels are the Reo canonical channels and three hybrid channels (timer, timeddelay and timedtransformer). If you want to add a new channel, read these instructions.