Description
The Haskell library and examples for the kids programming robot paprika.
Description
Please see README.md
README.md
The Haskell library and examples for the kids programming robot paprika.
This package provides the Haskell library and examples for the kids programming robot paprika. It provides features such as the following:
The Haskell library for controlling paprika on Intel Edison.
The console controller application for paprika.
The web controller application for paprika.
Prerequisites
Currentry this library was tested only for Intel Edison
stack installed on Intel Edison
Usage
Preparation
$ sh/setup_paprika.sh
Instant Run
$ stack runhaskell app/ConsoleCtrl.hs
$ stack runhaskell app/WaiCtrl.hs 0.0.0.0 9999
Build And Install Run
$ stack install
$ ~/.local/bin/paprikax-console-ctrl-exe
$ ~/.local/bin/paprika-wai-ctrl-exe 0.0.0.0 9999
Authors
This library was written by Takamasa Mitsuji.