Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 625 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 625 Bytes

Flotilla

Installing

Just run:

sudo ./install

Flotilla Daemon will install and autostart by default.

Rockpool

You'll find "Flotilla Rockpool" in the Pi menu under "Programming". It'll fire up your web-browser with the Rockpool flow interface.

Finding Flotilla rockpool

Advanced / Python API

If you want to use the Python API you'll first have to stop Flotilla glomming onto all the available Docks. You can do this by stopping the service like so:

sudo service flotillad stop

If you want to start it up again, just type:

sudo service flotillad start