8000 GitHub - yroffin/jarvis: Just Another Ridiculous Very Inteligent System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yroffin/jarvis

Repository files navigation

1 jarvis

Just Another Ridiculous Very Inteligent System

  • snap-ci for java modules Build Status
  • travis for java modules Build Status
  • travis for golang modules Build Status

Last release here for java modules And here for golang modules

1.1 Introduction

Jarvis system aim to introduce a human to machine interface capability with :

  • marytts
  • and a custom aiml renderer (in java)

1.2 Technology

1.3 Security

Oauth2 integration (pac4j)

2 Components

TODO

Roadmap

3 Setup

3.1 pre-requisites

Jarvis use Java and Neo4J technologies

  • Neo4J database is a pre-requisite (http://neo4j.com/download), and can start with empty database
  • Java 8 u25 min (and JAVA_HOME set)
  • Golang for building Golang components (not at runtime)

3.2 platforms

Any Java plateform can run Jarvis

  • windows
  • linux, and also raspberry pi :)

3.3 raspberry setup

pi@raspberrypi:~ $ sudo useradd -m -b /home/jarvis jarvis
pi@raspberrypi:~ $ export GITHUB=https://github.com/yroffin/jarvis/releases/download/v1.01b
pi@raspberrypi:~ $ sudo wget ${GITHUB}/jarvis-core-server-0.0.1-SNAPSHOT.jar -O /home/jarvis/jarvis-core-server-0.0.1-SNAPSHOT.jar
pi@raspberrypi:~ $ sudo chmod 755 /home/jarvis/jarvis-core-server-0.0.1-SNAPSHOT.jar
pi@raspberrypi:~ $ sudo chown jarvis:jarvis /home/jarvis/jarvis-core-server-0.0.1-SNAPSHOT.jar
pi@raspberrypi:~ $ sudo wget ${GITHUB}/jarvis-service -O /etc/init.d/jarvis-service
pi@raspberrypi:~ $ sudo chmod 755 /etc/init.d/jarvis-service
pi@raspberrypi:~ $ sudo update-rc.d jarvis-service defaults
pi@raspberrypi:~ $ sudo service jarvis-service restart

3.4 sample configuration

This simple paragraph is a simple way to have a little configuration, just create a snapshot and then STEP-0

Then upload sample.json with the 'attachment' icon STEP-1

After store this configuration with the 'floppy' icon and then restore this resource (with the last icon) STEP-2

4 raspberry pi network misc

4.1 losf network wifi link

Sometime RT5370 Wireless Adapter are not well configurated

Create new file:

sudo nano /etc/modprobe.d/8192cu.conf and paste this:

options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1 then reboot

sudo reboot

About

Just Another Ridiculous Very Inteligent System

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0