Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:imagebuilder_frontends [2020/06/22 03:47] – [Attendedsysupgrade server] update repository url zhanhb | docs:guide-developer:imagebuilder_frontends [2022/12/22 18:51] (current) – [Meshkit] URL "augsburg" is not resolved odon-noda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | This page lists software based on [[docs: | ||
| - | This page lists software based on [[: | + | For one-shot OpenWrt image generation |
| - | For one-shot | + | ==== OpenWrt Firmware Selector ==== |
| + | Modern Javascript interface that allows to locate and download an OpenWrt image. Note this implementation | ||
| - | ===== Gluon ===== | + | * [[https:// |
| - | Gluon is a modular framework for creating OpenWrt-based firmware | + | Based on original Attended Sysupgrade interface from [[https:// |
| + | ==== Chef Online Imagebuilder / Attended Sysupgrade(asu) ==== | ||
| + | Javascript app that connects to a Attendedsysupgrade server via an API, this is a work in progress. It's frontend resembles | ||
| - | Documentation: https:// | + | Web-based asu frontends: |
| - | ===== Freifunk Berlin firmware ===== | + | * [[https:// |
| + | * [[https:// | ||
| - | This tool creates customized OpenWrt images for the needs of Freifunk Berlin. It builds images directly from the OpenWrt source code to create an Imagebuilder and SDK. The final images are build with the created Imagebuilder or a prebuild Imagbuilder can be used directly. | + | On router packages cli:auc and luci: |
| - | Code: https:// | + | This project intends to simplify the sysupgrade process of devices running OpenWrt or distributions based on the former like LibreMesh. |
| - | + | The provided tools here offer an easy way to reflash the router with a new version or package upgrades, without the need of opkg installed. | |
| - | Documentation: | + | |
| - | + | ||
| - | ===== Attendedsysupgrade server ===== | + | |
| - | + | ||
| - | This project intends to simplify the sysupgrade process of devices running OpenWrt or distributions based on the former like LibreMesh. The provided tools here offer an easy way to reflash the router with a new version or package upgrades, without the need of opkg installed. | + | |
| Additionally it offers an API (covered below) to request custom images with any selection of packages pre-installed, | Additionally it offers an API (covered below) to request custom images with any selection of packages pre-installed, | ||
| - | Flask-based code: https:// | + | Flask-based code: [[https:// |
| - | ==== OpenWrt Firmware Selector | + | ===== Gluon ===== |
| + | Gluon is a modular framework for creating OpenWrt-based firmware images for wireless mesh nodes. | ||
| + | Several Freifunk communities in Germany use Gluon as the foundation of their Freifunk firmware. | ||
| - | Javascript interface that allows to create and download an OpenWrt image by connecting to the API of a Attendedsysupgrade server. | + | Documentation: |
| - | Demo: https:// | + | ===== Freifunk Berlin firmware ===== |
| + | This tool creates customized OpenWrt images for the needs of Freifunk Berlin. | ||
| + | It builds images directly from the OpenWrt source code to create an Imagebuilder and SDK. | ||
| + | The final images are build with the created Imagebuilder or a prebuild Imagbuilder can be used directly. | ||
| - | ==== Chef Online Imagebuilder ==== | + | Code: [[https://github.com/freifunk-berlin/firmware]] |
| - | + | ||
| - | Same idea (javascript app that connects to a Attendedsysupgrade API), but earlier prototype. | + | |
| - | + | ||
| - | Demo: | + | |
| - | + | ||
| - | * https://chef.libremesh.org/ | + | |
| - | * https:// | + | |
| + | Documentation: | ||
| ===== Temba (TEMplate BAsed firmware) ===== | ===== Temba (TEMplate BAsed firmware) ===== | ||
| - | |||
| Buildsystem to generate custom Openwrt-Firmware files for different nodes in a community network. | Buildsystem to generate custom Openwrt-Firmware files for different nodes in a community network. | ||
| - | It uses erb templates on config files per device, evaluated from inherited yaml files. There are two interfaces: command-line (rake) and web (simple Ruby on Rails app). | + | It uses erb templates on config files per device, evaluated from inherited yaml files. |
| + | There are two interfaces: command-line (rake) and web (simple Ruby on Rails app). | ||
| - | Code: https:// | + | Code: [[https:// |
| - | Slide of the presentation at Battlemesh v12: https:// | + | Slide of the presentation at Battlemesh v12: [[https:// |
| ===== imagebuilder.sh ===== | ===== imagebuilder.sh ===== | ||
| - | |||
| Part of Temba, a helper script to build the environment to run the image builder. | Part of Temba, a helper script to build the environment to run the image builder. | ||
| - | Code: https:// | + | Code: [[https:// |
| ===== openwrt-tools ===== | ===== openwrt-tools ===== | ||
| - | |||
| Project by tetaneutral.net, | Project by tetaneutral.net, | ||
| - | Python program that uses YAML templates to generate images for various devices. No web interface. | + | Python program that uses YAML templates to generate images for various devices. |
| + | No web interface. | ||
| - | Code: https:// | + | Code: [[https:// |
| - | ===== lime-sdk cooker | + | ===== openwrt-auto-extroot |
| + | [[https:// | ||
| + | The primary audience of this project is developers, who can use it to build customized firmware images for their applications, | ||
| - | The " | + | ===== lime-sdk cooker ===== |
| + | The " | ||
| + | If you want to create your own LibreMesh flavor because you need some specific configuration or you just want to have control over your binaries, the cooker is your friend! | ||
| Command-line interface, but can also be used with [[https:// | Command-line interface, but can also be used with [[https:// | ||
| - | Code: https:// | + | Code: [[https:// |
| - | ===== openwrt-metabuilder | + | ===== openwrt-linksys8450-ubi-installer |
| + | A script which uses the IB to generate easy-to-use installer images for the Linksys E8450 and Belkin RT3200. | ||
| + | Code: [[https:// | ||
| + | |||
| + | ===== openwrt-metabuilder ===== | ||
| Simple wrapper around ImageBuilder, | Simple wrapper around ImageBuilder, | ||
| - | Code: https:// | + | Code: [[https:// |
| + | ===== openwrt_autobuild ===== | ||
| + | A simple, standalone python3 wrapper around ImageBuilder that consumes a declarative INI-style configuration file and builds images for multiple targets and devices in parallel. | ||
| + | Code: [[https:// | ||
| ===== Mesh testbed generator ===== | ===== Mesh testbed generator ===== | ||
| - | + | Older initiative, was the basis of Temba: | |
| - | Older initiative, was the basis of Temba: https:// | + | |
| ===== Meshkit ===== | ===== Meshkit ===== | ||
| + | Project by Freifunk: meshkit is a webinterface for the OpenWrt image generator. | ||
| + | It allows you to build customized OpenWrt firmware images to use on your router/ | ||
| + | It also offers templates for each Freifunk community. | ||
| - | Project by Freifunk: meshkit is a webinterface for the OpenWrt image generator. It allows you to build customized OpenWrt firmware images to use on your router/ | + | FIXME Demo: [[http:// |
| - | + | ||
| - | Demo: http:// | + | |
| Relevant links: | Relevant links: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * http:// | ||
| - | * https:// | ||
| - | |||
| - | Not much activity as of 2019? | ||