add link to demo
[web/firmware-selector-openwrt-org.git] / README.md
1 # Yet Another Firmware Selector
2
3 A simple OpenWrt firmware selector using autocompletion. Uses plain HTML/JavaScript.
4
5 ![image](misc/screenshot.png)
6
7 Checkout the [Demo](https://mwarning.github.io/yet_another_firmware_selector/)!
8
9 Run:
10
11 * Download repository and change directory to it
12 * Start webserver (e.g. `python3 -m http.server`)
13 * Go to `http://localhost:8000`
14
15 Configure with [config.js](config.js).
16
17 ## Update Database
18
19 OpenWrt master has a feature to create json files: `Global build settings ---> [*] Create JSON info files per build image`.
20
21 A [Python script](misc/collect.py) is included that can merge all these JSON files for a new data.json file: `./collect.py bin/ > data.json`
22
23 The data JSON file can also include a link that will overwrite downloadLink from `config.json`.
24
25 ## Contributions
26
27 It would be nice to have more features. E.g.:
28
29 * more translations
30 * help text for images
31 * better CSS
32
33 ## Similar Projects
34
35 - [Gluon Firmware Selector](https://github.com/freifunk-darmstadt/gluon-firmware-selector): Original source of this project for images generated by [Gluon](https://github.com/freifunk-gluon/), now with pictures.
36 - [Freifunk Hennef Firmware Downloader](https://github.com/Freifunk-Hennef/ffhef-fw-dl): Similar to the project above, but PHP based.
37 - [LibreMesh Chef](https://chef.libremesh.org/): Allows to select configurations.
38 - [GSoC Firmware Selector](https://github.com/sudhanshu16/openwrt-firmware-selector/): Result of the GSoC
39 - [FFB Firmware Selector](https://github.com/freifunk-bielefeld/firmware-selector): Build for Freifunk Bielefeld