All Projects → openwisp → Django Netjsongraph

openwisp / Django Netjsongraph

Licence: mit
Network Topology Visualizer & Network Topology Collector

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Netjsongraph

Netjsongraph.js
NetJSON NetworkGraph visualizer based on d3.js
Stars: ✭ 216 (+64.89%)
Mutual labels:  mesh, networking, mesh-networks, d3
Cjdns
An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
Stars: ✭ 4,766 (+3538.17%)
Mutual labels:  mesh, networking, mesh-networks
Openwisp Controller
Network and WiFi controller: provisioning, configuration management and updates, (pull via openwisp-config or push via SSH), x509 PKI management and more. Mainly OpenWRT, but designed to work also on other systems.
Stars: ✭ 377 (+187.79%)
Mutual labels:  django, networking
Ansible Openwisp2
Ansible role that installs and upgrades OpenWISP.
Stars: ✭ 403 (+207.63%)
Mutual labels:  mesh, mesh-networks
Flatend
Quickly build microservices using p2p networking in NodeJS/Go.
Stars: ✭ 600 (+358.02%)
Mutual labels:  networking, mesh-networks
Wg Meshconf
WireGuard full mesh configuration generator.
Stars: ✭ 319 (+143.51%)
Mutual labels:  networking, mesh-networks
Nsot
Network Source of Truth is an open source IPAM and network inventory database
Stars: ✭ 337 (+157.25%)
Mutual labels:  django, networking
Wesher
wireguard overlay mesh network manager
Stars: ✭ 461 (+251.91%)
Mutual labels:  networking, mesh-networks
vyatta-cjdns
A cjdns package for Ubiquiti EdgeOS and VyOS, allowing cjdns to be used on EdgeRouters
Stars: ✭ 39 (-70.23%)
Mutual labels:  mesh-networks, mesh
Quantumgate
QuantumGate is a peer-to-peer (P2P) communications protocol, library and API written in C++.
Stars: ✭ 62 (-52.67%)
Mutual labels:  networking, mesh-networks
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-53.44%)
Mutual labels:  mesh, mesh-networks
Openwisp Network Topology
Network topology collector and visualizer. Collects network topology data from dynamic mesh routing protocols or other popular networking software like OpenVPN, allows to visualize the network graph, save daily snapshots that can be viewed in the future and more.
Stars: ✭ 67 (-48.85%)
Mutual labels:  django, mesh-networks
everip
The Elastic Versatile Encrypted Relay for IP (EVER/IP) Networking Suite
Stars: ✭ 32 (-75.57%)
Mutual labels:  mesh-networks, mesh
yggmail
End-to-end encrypted email for the mesh networking age
Stars: ✭ 72 (-45.04%)
Mutual labels:  mesh-networks, mesh
Ergo
a Framework for creating mesh networks using technologies and design patterns of Erlang/OTP in Golang
Stars: ✭ 376 (+187.02%)
Mutual labels:  mesh, mesh-networks
netmaker
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Stars: ✭ 4,147 (+3065.65%)
Mutual labels:  mesh-networks, mesh
Markvis
make visualization in markdown. 📊📈
Stars: ✭ 1,509 (+1051.91%)
Mutual labels:  visualizer, d3
MeshNetSimulator
A simulator for sketching mesh network routing strategies
Stars: ✭ 71 (-45.8%)
Mutual labels:  mesh-networks, mesh
edgevpn
⛵ The immutable, decentralized, statically built p2p VPN without any central server and automatic discovery! Create decentralized introspectable tunnels over p2p with shared tokens
Stars: ✭ 223 (+70.23%)
Mutual labels:  mesh-networks, mesh
Yggdrasil Go
An experiment in scalable routing as an encrypted IPv6 overlay network
Stars: ✭ 1,007 (+668.7%)
Mutual labels:  mesh, mesh-networks

django-netjsongraph

WARNING: The development of this project has moved to openwisp-network-topology <https://github.com/openwisp/openwisp-network-topology>_, we advise all users of django-netjsongraph to follow the tutorial below to migrate their existing database:

  1. Take a backup of your database.
  2. Create JSON backup of data that's required for migration with the following command:

.. code-block:: shell

# Go to the django-netjsongraph repository (or installed app)
cd tests/
python manage.py dumpdata auth.user > user.json
python manage.py dumpdata auth.group > group.json
python manage.py dumpdata django_netjsongraph > netjsongraph.json
python manage.py dumpdata auth.permission > permission.json
python manage.py dumpdata contenttypes > contenttype.json
pwd # copy output of the command
  1. Setup openwisp-network-topology <https://github.com/openwisp/openwisp-network-topology#setup-integrate-in-an-existing-django-project>_

  2. Use the upgrader script <https://github.com/openwisp/openwisp-network-topology#upgrade-from-django-netjsongraph>_:

.. code-block:: shell

# In the openwisp-network-topology repository
python tests/manage.py upgrade_from_django_netjsongraph --backup <output-copied-in-step-2>

For any support, please reach out to us on the chat channel on gitter <https://gitter.im/openwisp/general>_ or use the mailing list <https://groups.google.com/forum/#!forum/openwisp>_.

The development of django-netjsongraph is discontinued and this repository is archived.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].