CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
openwisp_network_topology/__init__.py
openwisp_network_topology/admin.py
openwisp_network_topology/apps.py
openwisp_network_topology/consumers.py
openwisp_network_topology/contextmanagers.py
openwisp_network_topology/models.py
openwisp_network_topology/routing.py
openwisp_network_topology/settings.py
openwisp_network_topology/signals.py
openwisp_network_topology/tasks.py
openwisp_network_topology/urls.py
openwisp_network_topology/utils.py
openwisp_network_topology.egg-info/PKG-INFO
openwisp_network_topology.egg-info/SOURCES.txt
openwisp_network_topology.egg-info/dependency_links.txt
openwisp_network_topology.egg-info/not-zip-safe
openwisp_network_topology.egg-info/requires.txt
openwisp_network_topology.egg-info/top_level.txt
openwisp_network_topology/api/__init__.py
openwisp_network_topology/api/filters.py
openwisp_network_topology/api/parsers.py
openwisp_network_topology/api/serializers.py
openwisp_network_topology/api/urls.py
openwisp_network_topology/api/views.py
openwisp_network_topology/base/__init__.py
openwisp_network_topology/base/link.py
openwisp_network_topology/base/node.py
openwisp_network_topology/base/snapshot.py
openwisp_network_topology/base/topology.py
openwisp_network_topology/fixtures/test_users.json
openwisp_network_topology/integrations/device/__init__.py
openwisp_network_topology/integrations/device/admin.py
openwisp_network_topology/integrations/device/apps.py
openwisp_network_topology/integrations/device/models.py
openwisp_network_topology/integrations/device/overrides.py
openwisp_network_topology/integrations/device/settings.py
openwisp_network_topology/integrations/device/tasks.py
openwisp_network_topology/integrations/device/base/__init__.py
openwisp_network_topology/integrations/device/base/models.py
openwisp_network_topology/integrations/device/management/commands/__init__.py
openwisp_network_topology/integrations/device/management/commands/create_device_nodes.py
openwisp_network_topology/integrations/device/migrations/0001_initial.py
openwisp_network_topology/integrations/device/migrations/0002_wifimesh.py
openwisp_network_topology/integrations/device/migrations/0003_wifimesh_permissions.py
openwisp_network_topology/integrations/device/migrations/__init__.py
openwisp_network_topology/integrations/device/tests/__init__.py
openwisp_network_topology/integrations/device/tests/test_integration.py
openwisp_network_topology/integrations/device/tests/test_wifi_mesh.py
openwisp_network_topology/integrations/device/tests/utils.py
openwisp_network_topology/management/__init__.py
openwisp_network_topology/management/commands/__init__.py
openwisp_network_topology/management/commands/save_snapshot.py
openwisp_network_topology/management/commands/update_topology.py
openwisp_network_topology/management/commands/upgrade_from_django_netjsongraph.py
openwisp_network_topology/migrations/0001_initial.py
openwisp_network_topology/migrations/0002_snapshot.py
openwisp_network_topology/migrations/0003_link_status_and_openvpn_parser.py
openwisp_network_topology/migrations/0004_fixed_target_link_set.py
openwisp_network_topology/migrations/0005_default_operator_permission.py
openwisp_network_topology/migrations/0006_reformat_addresses.py
openwisp_network_topology/migrations/0007_create_new_address_field.py
openwisp_network_topology/migrations/0008_migrate_addresses_data.py
openwisp_network_topology/migrations/0009_remove_old_addresses.py
openwisp_network_topology/migrations/0010_properties_json.py
openwisp_network_topology/migrations/0011_fix_link_properties.py
openwisp_network_topology/migrations/0012_update_openvpn_netjson_ids.py
openwisp_network_topology/migrations/0013_add_user_defined_properties_field.py
openwisp_network_topology/migrations/0014_remove_snapshot_organization.py
openwisp_network_topology/migrations/0015_shareable_topology_node_link.py
openwisp_network_topology/migrations/0016_alter_topology_parser.py
openwisp_network_topology/migrations/__init__.py
openwisp_network_topology/static/netjsongraph/css/admin.css
openwisp_network_topology/static/netjsongraph/css/style.css
openwisp_network_topology/static/netjsongraph/css/lib/jquery-ui.min.css
openwisp_network_topology/static/netjsongraph/css/lib/images/ui-icons_444444_256x240.png
openwisp_network_topology/static/netjsongraph/css/lib/images/ui-icons_555555_256x240.png
openwisp_network_topology/static/netjsongraph/css/src/loading.gif
openwisp_network_topology/static/netjsongraph/css/src/netjsongraph-theme.css
openwisp_network_topology/static/netjsongraph/css/src/netjsongraph.css
openwisp_network_topology/static/netjsongraph/js/strategy-switcher.js
openwisp_network_topology/static/netjsongraph/js/topology-history.js
openwisp_network_topology/static/netjsongraph/js/visualize.js
openwisp_network_topology/static/netjsongraph/js/lib/jquery-ui.min.js
openwisp_network_topology/static/netjsongraph/js/src/netjsongraph.min.js
openwisp_network_topology/templates/admin/topology/visualize.html
openwisp_network_topology/templates/admin/topology/node/change_form.html
openwisp_network_topology/templates/admin/topology/topology/change_form.html
openwisp_network_topology/templates/netjsongraph/base.html
openwisp_network_topology/templates/netjsongraph/detail.html
openwisp_network_topology/templates/netjsongraph/list.html
openwisp_network_topology/templates/netjsongraph/netjsongraph-script.html
openwisp_network_topology/tests/__init__.py
openwisp_network_topology/tests/test_admin.py
openwisp_network_topology/tests/test_api.py
openwisp_network_topology/tests/test_link.py
openwisp_network_topology/tests/test_node.py
openwisp_network_topology/tests/test_selenium.py
openwisp_network_topology/tests/test_snapshot.py
openwisp_network_topology/tests/test_topology.py
openwisp_network_topology/tests/test_upgrader_script.py
openwisp_network_topology/tests/test_users_integration.py
openwisp_network_topology/tests/test_utils.py
openwisp_network_topology/tests/test_visualizer.py
openwisp_network_topology/tests/test_websockets.py
openwisp_network_topology/tests/utils.py
openwisp_network_topology/tests/static/issue-58.json
openwisp_network_topology/tests/static/netjson-1-link.json
openwisp_network_topology/tests/static/netjson-2-links.json
openwisp_network_topology/tests/static/netjson-invalid.json
openwisp_network_topology/tests/static/openvpn-0-links.txt
openwisp_network_topology/tests/static/openvpn.txt
openwisp_network_topology/tests/static/split-network.json
openwisp_network_topology/tests/static/very-long-addresses.json
openwisp_network_topology/tests/static/upgrader_script/contenttype.json
openwisp_network_topology/tests/static/upgrader_script/group.json
openwisp_network_topology/tests/static/upgrader_script/netjsongraph.json
openwisp_network_topology/tests/static/upgrader_script/permission.json
openwisp_network_topology/tests/static/upgrader_script/user.json
openwisp_network_topology/visualizer/__init__.py
openwisp_network_topology/visualizer/urls.py
openwisp_network_topology/visualizer/views.py
tests/openwisp2/__init__.py
tests/openwisp2/celery.py
tests/openwisp2/local_settings.example.py
tests/openwisp2/settings.py
tests/openwisp2/urls.py
tests/openwisp2/sample_integration_device/__init__.py
tests/openwisp2/sample_integration_device/apps.py
tests/openwisp2/sample_integration_device/celery.py
tests/openwisp2/sample_integration_device/models.py
tests/openwisp2/sample_integration_device/tests.py
tests/openwisp2/sample_integration_device/migrations/0001_initial.py
tests/openwisp2/sample_integration_device/migrations/__init__.py
tests/openwisp2/sample_network_topology/__init__.py
tests/openwisp2/sample_network_topology/admin.py
tests/openwisp2/sample_network_topology/apps.py
tests/openwisp2/sample_network_topology/models.py
tests/openwisp2/sample_network_topology/tests.py
tests/openwisp2/sample_network_topology/api/__init__.py
tests/openwisp2/sample_network_topology/api/urls.py
tests/openwisp2/sample_network_topology/api/views.py
tests/openwisp2/sample_network_topology/management/__init__.py
tests/openwisp2/sample_network_topology/management/commands/__init__.py
tests/openwisp2/sample_network_topology/management/commands/save_snapshot.py
tests/openwisp2/sample_network_topology/management/commands/update_topology.py
tests/openwisp2/sample_network_topology/management/commands/upgrade_from_django_netjsongraph.py
tests/openwisp2/sample_network_topology/migrations/0001_initial.py
tests/openwisp2/sample_network_topology/migrations/0002_json_properties.py
tests/openwisp2/sample_network_topology/migrations/__init__.py
tests/openwisp2/sample_network_topology/visualizer/__init__.py
tests/openwisp2/sample_network_topology/visualizer/views.py