From 07bbaec3dbe64d1aa2db2c60824909b1942bec4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Fri, 9 Sep 2022 08:14:09 -0600 Subject: [PATCH] Update README.md --- v1.2/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/v1.2/README.md b/v1.2/README.md index a3a01ce7..a601ca28 100644 --- a/v1.2/README.md +++ b/v1.2/README.md @@ -19,3 +19,13 @@ New minimums apply to upload and download parameters: * Upload maximum must be 3Mbps or more ShapedDevices.csv now has a field for Circuit ID. If the listed Circuit ID is the same between two or more devices, those devices will all be placed into the same queue. If a Circuit ID is not provided for a device, it gets its own circuit. Circuit Name is optional, but recommended. The client's service loction address might be good to use as the Circuit Name. + +## UISP Integration +This integration fully maps out your entire UISP network. + +To use: +1. Delete network.json and, if you have it, integrationUISPbandwidths.csv +2. run ```python3 integrationUISP.py``` + +It will create a network.json with approximated bandwidths for APs based on UISP's reported capacities, and fixed bandwidth of 1000/1000 for sites. +You can modify integrationUISPbandwidths.csv to correct bandwidth rates. It will load integrationUISPbandwidths.csv on each run and use those listed bandwidths to create network.json. It will always overwrite ShapedDevices.csv on each run by pulling devices from UISP.