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.
Currentry this library was tested only for Intel Edison
-
stack installed on Intel Edison
$ sh/setup_paprika.sh
$ stack runhaskell app/ConsoleCtrl.hs
$ stack runhaskell app/WaiCtrl.hs 0.0.0.0 9999
$ stack install
$ ~/.local/bin/paprikax-console-ctrl-exe
$ ~/.local/bin/paprika-wai-ctrl-exe 0.0.0.0 9999
This library was written by Takamasa Mitsuji.