@hackage / paprika

The Haskell library and examples for the kids programming robot paprika

Latest0.1.0.2

About

Metadata

  • Last updated , by tkmsm
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: tkms@mitsuji.org

  • Lottery factor: 0

Links

Installation

Readme

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.