openwisp-controller
===================
.. image:: https://github.com/openwisp/openwisp-controller/actions/workflows/ci.yml/badge.svg
:target: https://github.com/openwisp/openwisp-controller/actions/workflows/ci.yml
:alt: CI build status
.. image:: https://coveralls.io/repos/openwisp/openwisp-controller/badge.svg
:target: https://coveralls.io/r/openwisp/openwisp-controller
:alt: Test Coverage
.. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-controller
:target: https://libraries.io/github/openwisp/openwisp-controller#repository_dependencies
:alt: Dependency monitoring
.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
:target: https://gitter.im/openwisp/general
:alt: Chat
.. image:: https://badge.fury.io/py/openwisp-controller.svg
:target: http://badge.fury.io/py/openwisp-controller
:alt: Pypi Version
.. image:: https://pepy.tech/badge/openwisp-controller
:target: https://pepy.tech/project/openwisp-controller
:alt: Downloads
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://pypi.org/project/black/
:alt: code style: black
.. image:: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs/docs/controller_demo.gif
:target: https://github.com/openwisp/openwisp-controller/tree/docs/docs/controller_demo.gif
:alt: Feature Highlights
----
**Need a quick overview?** `Try the OpenWISP Demo
<https://openwisp.org/demo.html>`_.
OpenWISP Controller is a configuration manager that allows to automate
several networking tasks like adoption, provisioning, management VPN
configuration, X509 certificates automatic generation, revocation of x509
certificates and a lot more features.
OpenWISP is not only an application designed for end users, but can also
be used as a framework on which custom network automation solutions can be
built on top of its building blocks.
Other popular building blocks that are part of the OpenWISP ecosystem are:
- `openwisp-monitoring <https://openwisp.io/docs/stable/monitoring/>`_:
provides device status monitoring, collection of metrics, charts,
alerts, possibility to define custom checks
- `openwisp-firmware-upgrader
<https://openwisp.io/docs/stable/firmware-upgrader/>`_: automated
firmware upgrades (single devices or mass network upgrades)
- `openwisp-radius <https://openwisp.io/docs/stable/radius/>`_: based on
FreeRADIUS, allows to implement network access authentication systems
like 802.1x WPA2 Enterprise, captive portal authentication, Hotspot 2.0
(802.11u)
- `openwisp-network-topology
<https://openwisp.io/docs/stable/network-topology/>`_: provides way to
collect and visualize network topology data from dynamic mesh routing
daemons or other network software (e.g.: OpenVPN); it can be used in
conjunction with openwisp-monitoring to get a better idea of the state
of the network
- `openwisp-ipam <https://openwisp.io/docs/stable/ipam/>`_: allows to
manage the assignment of IP addresses used in the network
- `openwisp-notifications
<https://openwisp.io/docs/stable/notifications/>`_: allows users to be
aware of important events happening in the network.
**For a more complete overview of the OpenWISP modules and architecture**,
see the `OpenWISP Architecture Overview
<https://openwisp.io/docs/stable/general/architecture.html>`_.
.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg
:target: http://openwisp.org
:alt: OpenWISP
Documentation
-------------
- `Usage documentation <https://openwisp.io/docs/stable/controller/>`_
- `Developer documentation
<https://openwisp.io/docs/stable/controller/developer/>`_
Contributing
------------
Please refer to the `OpenWISP contributing guidelines
<http://openwisp.io/docs/developer/contributing.html>`_.
Changelog
---------
See `CHANGES
<https://github.com/openwisp/openwisp-controller/blob/master/CHANGES.rst>`_.
License
-------
See `LICENSE
<https://github.com/openwisp/openwisp-controller/blob/master/LICENSE>`_.
Support
-------
See `OpenWISP Support Channels <http://openwisp.org/support.html>`_.
Raw data
{
"_id": null,
"home_page": "http://openwisp.org",
"name": "openwisp-controller",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django, netjson, openwrt, networking, openwisp",
"author": "OpenWISP",
"author_email": "support@openwisp.io",
"download_url": "https://files.pythonhosted.org/packages/25/b2/819e77fb83008f367c581eedb43301437c9ebd021ff17ec987ba9aafa025/openwisp_controller-1.2.tar.gz",
"platform": "Platform Independent",
"description": "openwisp-controller\n===================\n\n.. image:: https://github.com/openwisp/openwisp-controller/actions/workflows/ci.yml/badge.svg\n :target: https://github.com/openwisp/openwisp-controller/actions/workflows/ci.yml\n :alt: CI build status\n\n.. image:: https://coveralls.io/repos/openwisp/openwisp-controller/badge.svg\n :target: https://coveralls.io/r/openwisp/openwisp-controller\n :alt: Test Coverage\n\n.. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-controller\n :target: https://libraries.io/github/openwisp/openwisp-controller#repository_dependencies\n :alt: Dependency monitoring\n\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg\n :target: https://gitter.im/openwisp/general\n :alt: Chat\n\n.. image:: https://badge.fury.io/py/openwisp-controller.svg\n :target: http://badge.fury.io/py/openwisp-controller\n :alt: Pypi Version\n\n.. image:: https://pepy.tech/badge/openwisp-controller\n :target: https://pepy.tech/project/openwisp-controller\n :alt: Downloads\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://pypi.org/project/black/\n :alt: code style: black\n\n.. image:: https://raw.githubusercontent.com/openwisp/openwisp-controller/docs/docs/controller_demo.gif\n :target: https://github.com/openwisp/openwisp-controller/tree/docs/docs/controller_demo.gif\n :alt: Feature Highlights\n\n----\n\n**Need a quick overview?** `Try the OpenWISP Demo\n<https://openwisp.org/demo.html>`_.\n\nOpenWISP Controller is a configuration manager that allows to automate\nseveral networking tasks like adoption, provisioning, management VPN\nconfiguration, X509 certificates automatic generation, revocation of x509\ncertificates and a lot more features.\n\nOpenWISP is not only an application designed for end users, but can also\nbe used as a framework on which custom network automation solutions can be\nbuilt on top of its building blocks.\n\nOther popular building blocks that are part of the OpenWISP ecosystem are:\n\n- `openwisp-monitoring <https://openwisp.io/docs/stable/monitoring/>`_:\n provides device status monitoring, collection of metrics, charts,\n alerts, possibility to define custom checks\n- `openwisp-firmware-upgrader\n <https://openwisp.io/docs/stable/firmware-upgrader/>`_: automated\n firmware upgrades (single devices or mass network upgrades)\n- `openwisp-radius <https://openwisp.io/docs/stable/radius/>`_: based on\n FreeRADIUS, allows to implement network access authentication systems\n like 802.1x WPA2 Enterprise, captive portal authentication, Hotspot 2.0\n (802.11u)\n- `openwisp-network-topology\n <https://openwisp.io/docs/stable/network-topology/>`_: provides way to\n collect and visualize network topology data from dynamic mesh routing\n daemons or other network software (e.g.: OpenVPN); it can be used in\n conjunction with openwisp-monitoring to get a better idea of the state\n of the network\n- `openwisp-ipam <https://openwisp.io/docs/stable/ipam/>`_: allows to\n manage the assignment of IP addresses used in the network\n- `openwisp-notifications\n <https://openwisp.io/docs/stable/notifications/>`_: allows users to be\n aware of important events happening in the network.\n\n**For a more complete overview of the OpenWISP modules and architecture**,\nsee the `OpenWISP Architecture Overview\n<https://openwisp.io/docs/stable/general/architecture.html>`_.\n\n.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg\n :target: http://openwisp.org\n :alt: OpenWISP\n\nDocumentation\n-------------\n\n- `Usage documentation <https://openwisp.io/docs/stable/controller/>`_\n- `Developer documentation\n <https://openwisp.io/docs/stable/controller/developer/>`_\n\nContributing\n------------\n\nPlease refer to the `OpenWISP contributing guidelines\n<http://openwisp.io/docs/developer/contributing.html>`_.\n\nChangelog\n---------\n\nSee `CHANGES\n<https://github.com/openwisp/openwisp-controller/blob/master/CHANGES.rst>`_.\n\nLicense\n-------\n\nSee `LICENSE\n<https://github.com/openwisp/openwisp-controller/blob/master/LICENSE>`_.\n\nSupport\n-------\n\nSee `OpenWISP Support Channels <http://openwisp.org/support.html>`_.\n",
"bugtrack_url": null,
"license": "GPL3",
"summary": "OpenWISP Controller",
"version": "1.2",
"project_urls": {
"Download": "https://github.com/openwisp/openwisp-controller/releases",
"Homepage": "http://openwisp.org"
},
"split_keywords": [
"django",
" netjson",
" openwrt",
" networking",
" openwisp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5ebb7eaa1bc9f22d37c3f3c8df0e01b3c431744cb57deadf7c0b73bfed32246b",
"md5": "d849c86ae1684178d9a05ea989b06dee",
"sha256": "7e05a92e7b9f38e972d93bfa691d83bcc9641b4498e324b7f84063bbf70903fb"
},
"downloads": -1,
"filename": "openwisp_controller-1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d849c86ae1684178d9a05ea989b06dee",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 731855,
"upload_time": "2025-10-24T11:53:39",
"upload_time_iso_8601": "2025-10-24T11:53:39.838500Z",
"url": "https://files.pythonhosted.org/packages/5e/bb/7eaa1bc9f22d37c3f3c8df0e01b3c431744cb57deadf7c0b73bfed32246b/openwisp_controller-1.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25b2819e77fb83008f367c581eedb43301437c9ebd021ff17ec987ba9aafa025",
"md5": "e64d9ee2e3321b6bbd99e23139be1767",
"sha256": "4bc8700f0e2b74ac3b913e7cb739170fef413b5d1c58101b75bb31d06ca61274"
},
"downloads": -1,
"filename": "openwisp_controller-1.2.tar.gz",
"has_sig": false,
"md5_digest": "e64d9ee2e3321b6bbd99e23139be1767",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 623295,
"upload_time": "2025-10-24T11:53:41",
"upload_time_iso_8601": "2025-10-24T11:53:41.659933Z",
"url": "https://files.pythonhosted.org/packages/25/b2/819e77fb83008f367c581eedb43301437c9ebd021ff17ec987ba9aafa025/openwisp_controller-1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-24 11:53:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openwisp",
"github_project": "openwisp-controller",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "django-sortedm2m",
"specs": [
[
"~=",
"4.0.0"
]
]
},
{
"name": "django-reversion",
"specs": [
[
"~=",
"6.0.0"
]
]
},
{
"name": "django-taggit",
"specs": [
[
"~=",
"6.1.0"
]
]
},
{
"name": "netjsonconfig",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "django-x509",
"specs": [
[
"~=",
"1.3.0"
]
]
},
{
"name": "django-loci",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "django-flat-json-widget",
"specs": [
[
"~=",
"0.4.0"
]
]
},
{
"name": "openwisp-users",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "openwisp-utils",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "openwisp-notifications",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "openwisp-ipam",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "djangorestframework-gis",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "paramiko",
"specs": [
[
"~=",
"4.0.0"
]
]
},
{
"name": "scp",
"specs": [
[
"~=",
"0.15.0"
]
]
},
{
"name": "django-cache-memoize",
"specs": [
[
"~=",
"0.2.1"
]
]
},
{
"name": "shortuuid",
"specs": [
[
"~=",
"1.0.13"
]
]
},
{
"name": "netaddr",
"specs": [
[
"~=",
"1.3.0"
]
]
},
{
"name": "django-import-export",
"specs": [
[
"~=",
"4.3.10"
]
]
}
],
"lcname": "openwisp-controller"
}