move folders around
[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 Run:
8
9 * Download repository and change directory to it
10 * Start webserver (e.g. `python3 -m http.server`)
11 * Go to `http://localhost:8000`
12
13 Configure with [config.js](config.js).
14
15 ## Update Database
16
17 OpenWrt master has a feature to create json files: `Global build settings ---> [*] Create JSON info files per build image`.
18
19 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`
20
21 The data JSON file can also include a link that will overwrite downloadLink from `config.json`.
22
23 ## Contributions
24
25 It would be nice to have more features. E.g.:
26
27 * more translations
28 * help text for images
29 * better CSS
30
31 ## Similar Projects
32
33 - [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.
34 - [Freifunk Hennef Firmware Downloader](https://github.com/Freifunk-Hennef/ffhef-fw-dl): Similar to the project above, but PHP based.
35 - [LibreMesh Chef](https://chef.libremesh.org/): Allows to select configurations.
36 - [GSoC Firmware Selector](https://github.com/sudhanshu16/openwrt-firmware-selector/): Result of the GSoC
37 - [FFB Firmware Selector](https://github.com/freifunk-bielefeld/firmware-selector): Build for Freifunk Bielefeld