paprika

Please see README.md


Keywords
bsd3, library, program, System.Paprika, Intel Edison, stack, paprika, Voltage Translator, available from akizuki
License
BSD-3-Clause
Install
cabal install paprika-0.1.0.2

Documentation

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

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.