We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Formale Metadaten

Titel
OpenWISP2
Untertitel
a self hosted solution to control OpenWRT/LEDE devices
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
OpenWISP2 is a simple web app composed of several reusable python librariesand django apps. Having learnt from the experience with OpenWISP1, the newversion of the controller has been redesigned to be more flexible, reusable,modularly built and easier to deploy. Its goal is to make it easier to maintain a network of devices based onOpenWRT/LEDE. Current features * configuration management for embedded devices supporting different firmwares: OpenWRT/LEDE and OpenWISP Firmware * support for additional firmware can be added by specifying custom backends * configuration editor based on JSON-Schema editor * advanced edit mode: edit NetJSON DeviceConfiguration objects for maximum flexibility * configuration templates: reduce repetition to the minimum * configuration context: reference ansible-like variables in the configuration * simple HTTP resources: allow devices to automatically download configuration updates * VPN management: easily create VPN servers and clients Project goals * automate configuration management for embedded devices * allow to minimize repetition by using templates * make it easy to integrate in larger django projects to improve reusability * make it easy to extend its models by providing abstract models * provide ways to support more firmwares by adding custom backends * keep the core as simple as possible * provide ways to extend the default behaviour * encourage new features to be published as extensions