Skip to content

Faylixe/edgar

 
 

Repository files navigation

Edgar

Edgar is a coordination application for using Alexa into Raspberry Pi devices. Forked from the original AVS sample.

Allows to run AVS sample without having a desktop installed into pi, as web browser as well.

Installation

Installation process is the same that the original sample, just run the following command :

git clone https://github.com/Faylixe/edgar.git
cd edgar
./install.sh /path/to/your/configuration.xml

You can directly edit the installation_sample.xml and add your informations. For more details about Amazon account creation, see original project guide

Usage

python edgar.py

This will performs all required step namely :

  • Run node.js based companion service.
  • Run java client, which will perform auto login to LWA
  • Start wake word agent on authentification callback

Current issues

  • Add a web interface for management

About

Fork of the original AVS sample which provides a fully functional Alexa service for Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.3%
  • Objective-C 14.8%
  • C++ 11.7%
  • JavaScript 2.4%
  • XSLT 1.0%
  • Shell 1.0%
  • Other 0.8%