Skip to content

hyphaproject/hypharunner

Repository files navigation

Hypha Runner

Quick start

First install CMake, Poco, Boost

Build confdesc

git clone https://github.com/falsecam/confdesc.git
cd confdesc
mkdir build
cd build
cmake ..
make

Build hypha

git clone https://github.com/hyphaproject/hypha.git
cd hypha
mkdir build
cd build
cmake ..
make

Build hypharunner

git clone https://github.com/hyphaproject/hypharunner.git
cd hypharunner
mkdir build
cd build
cmake -Dhypha_DIR=../hypha -Dconfdesc_DIR=../confdesc ..
make

Run hypharunner

hypharunner -pd/path/to/plugins -f/path/to/hypha.xml

Debug hypharunner

Open Runner in browser: localhost:47965.

Send message to plugin espeak: http://localhost:47965/send/espeak?message={"say":"hello%20world!"}


Logo Icon made by Freepik from www.flaticon.com