paprika: The Haskell library and examples for the kids programming robot paprika

[ bsd3, library, program, system ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies aeson, base (>=4.7 && <5), binary, bytestring, containers, distributed-process, file-embed, http-types, huckleberry, mtl, network-transport-inmemory, paprika, text, wai, wai-app-static, wai-websockets, warp, websockets, word8 [details]
License BSD-3-Clause
Copyright 2016 Takamasa Mitsuji
Author Takamasa Mitsuji
Maintainer tkms@mitsuji.org
Category System
Home page https://github.com/mitsuji/paprika#readme
Source repo head: git clone https://github.com/mitsuji/paprika
Uploaded by tkmsm at 2016-09-05T00:28:05Z
Distributions
Executables paprika-wai-cutter-exe, paprika-wai-ctrl-exe, paprika-console-ctrl-exe
Downloads 1754 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-20 [all 1 reports]

Readme for paprika-0.1.0.2

[back to package description]

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.