Skip to content

Install JAULA

Emilio edited this page Aug 7, 2020 · 3 revisions

Install JAULA (Laptop)

  • Install packages
sudo apt-get install -y python3-pip git 

Download latest CIRCO release

git clone https://github.com/ekiojp/circo

Install Python3 Requirements

cd circo
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Configure JAULA

vi jaula.py

Look for section below # Config

  • Change AES PHRASE and SALT, these need to match circo.py
PHRASE = b'Waaaaa! awesome :)'
SALT = b'salgruesa'
  • Change wireless SSID's and Channel
SSIDROOT = b'nec-c17c02'
SSIDALARM = b'pacman'
WIFICHAN = '10'
  • Define MAGIC id for alarm (via FM)
MAGIC = b'0666'