thecalicojack / odroid_show_control

A framework to run applications for the odroid_show display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odroid_show_control

This project offers a framework to "run" different applications on the ODROID_SHOW. (Note: odroid_show_control runs on a linux pc and controls the ODROID_SHOW) Three apps are already included:

  • Status: shows system stati.
  • Music Player Demon control: allows to control a mpd, and shows infos about currently running song
  • Radios Streams control: allows to start/stop online radio streams.

Getting started

  1. Load the firmware to the ODROID_SHOW by generally following this instructions. But of course use firmware/show_main.ino instead of there file.
  2. Install the following libraries:
  • libgstreamer0.10-dev
  • libmpdclient-dev
  1. compile and run

Add new applications

  • Create a new class that implements CApp.
  • In CMainApp::init add the app to the app list.

About

A framework to run applications for the odroid_show display

License:GNU General Public License v3.0


Languages

Language:C++ 58.7%Language:Arduino 40.4%Language:Shell 1.0%