Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 397 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 397 Bytes

User Interface

Description

The user interface is implemented using a web framework and a browser. To start the program:

cd elfs/software
./elfs.py

Then point a browser to the Raspberry Pi at the following URL:

http://<IP of raspberry pi>:5000

Requirements

Run the following command to download the Python requirements:

pip3 install -r requirements.txt