Skip to content

openwisp/netjsonconfig

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2025
Dec 28, 2019
Mar 5, 2025
Mar 19, 2025
Mar 19, 2025
Jul 13, 2020
Dec 20, 2024
Mar 5, 2025
Aug 1, 2024
Oct 1, 2015
Jun 17, 2020
Mar 5, 2025
Aug 1, 2024
Dec 19, 2024
Jan 21, 2025
May 27, 2020
May 27, 2020
Aug 1, 2024
Feb 4, 2025

Repository files navigation

netjsonconfig

Dependency monitoring https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square downloads code style: black

Netjsonconfig is a part of the OpenWISP project and it's the official configuration engine of OpenWISP 2.

netjsonconfig is a python library that converts NetJSON DeviceConfiguration objects into real router configurations that can be installed on systems like OpenWRT, or OpenWisp Firmware.

Its main features are listed below for your reference:

  • OpenWRT / LEDE support
  • OpenWisp Firmware support
  • OpenVPN support
  • WireGuard support
  • ZeroTier support
  • Possibility to support more firmwares via custom backends
  • Based on the NetJSON RFC
  • Validation based on JSON-Schema
  • Templates: store common configurations in templates
  • Multiple template inheritance: reduce repetition to the minimum
  • File inclusion: easy inclusion of arbitrary files in configuration packages
  • Variables: reference variables in the configuration
  • Command line utility: easy to use from shell scripts or from other programming languages

Documentation | Change log | Support channels | Issue Tracker | License