Christian Clauss
cfb42895d0
Use requirements.txt
2023-01-10 16:49:27 +01:00
Christian Clauss
98f415ec10
Update lint_python.yml
2023-01-10 09:31:47 +01:00
Christian Clauss
e93b3091c5
Update lint_python.yml
2023-01-10 09:29:15 +01:00
Christian Clauss
b6b504f2b4
codespell --skip="./.*,old/*"
2023-01-10 09:26:25 +01:00
Christian Clauss
8569080978
GitHub Action to lint Python code
2023-01-10 09:24:33 +01:00
Robert Chacón
b2bc5c12d6
Merge pull request #186 from cclauss/undefined-names
...
Fix undefined names in Python code
2023-01-09 17:41:36 -07:00
Dave Täht
cbac60cc26
Merge pull request #185 from cclauss/codespell
...
Fix typos discovered by codespell
2023-01-09 16:02:52 -08:00
Christian Clauss
c4ac2e45c9
Fix undefined names in Python code
2023-01-08 09:28:15 +01:00
Christian Clauss
3be73d3da2
Fix typos discovered by codespell
2023-01-08 09:09:37 +01:00
Dave Täht
2dc4e21e52
Merge pull request #182 from cclauss/patch-1
...
Fix typos - thank you!
2023-01-07 12:01:11 -08:00
Christian Clauss
b44afb7654
Fix typos
2023-01-07 08:50:28 +01:00
Robert Chacón
7165b1ff6b
Fix partial relaod bug
2022-12-17 09:29:58 -07:00
Robert Chacón
0e21123b05
Merge pull request #178 from LibreQoE/issue_177_uisp_duplicate_ips
...
Issue 177 uisp duplicate ips
2022-12-17 07:21:22 -07:00
Herbert Wolverson
85becbd5c6
Do not permit duplicate IP addresses for device
...
FIXES #177
Apply the change suggested in the issue body: UISP can report
devices with duplicate IP addresses across interfaces. Check
that an IP address is unique before applying it.
Changed for both Flat and Hierarchy networks.
2022-12-17 08:16:35 -06:00
Herbert Wolverson
b9b344464c
Change path to network.example.json.
...
When the repo was rearranged, it broke a unit test that expected
to find network.json.example in the "1.3" folder. It now looks
in the src/ folder, and the test passes.
2022-12-17 08:09:50 -06:00
Robert Chacón
fc00a25c16
Update README.md
2022-12-11 10:58:07 -07:00
Dave Täht
fef70b7029
More test tools
2022-12-11 09:05:09 -08:00
Dave Täht
9c27aae7a6
TCP cong controls
2022-12-11 08:14:18 -08:00
Dave Täht
b0e3c5e289
Some more plans
2022-12-11 08:09:00 -08:00
Dave Täht
113a3f7c96
More gitignore fixes
2022-12-10 21:37:52 -08:00
Dave Täht
88d191604d
Jitter plot
2022-12-10 21:37:23 -08:00
Dave Täht
b1b6605b37
More notes about RTT monitoring
2022-12-10 21:19:55 -08:00
Dave Täht
a6ab2a7ecf
Added RTT example
2022-12-10 21:04:25 -08:00
Dave Täht
e4a86107e8
Simulation Notes
...
A rather too-large overview of what the world might look like in a
testbed.
2022-12-10 20:43:44 -08:00
Dave Täht
a1d779f2d4
Clean up .gitignore
2022-12-10 20:43:29 -08:00
Dave Täht
9e984b1216
Major move around of every thing
...
Clean up old versions
2022-12-07 11:04:54 -08:00
Dave Täht
a45b6aebaa
killed v1.2
2022-12-07 10:06:26 -08:00
Dave Täht
ea276db542
Got rid of "beta" everywhere
...
The v1.3 release features fast latency tracking, partial queue reload,
IPv6 and IPv4 trie support, huge scalability improvements (30k subs
per core now), a Circuit ID identifier and other improvements across the
board.
2022-12-07 10:02:18 -08:00
Dave Täht
afa4bb0556
Fixed rchac backlinks
2022-12-07 10:01:41 -08:00
Dave Täht
e381d22bac
Updated readme for some backward compatability notes
2022-12-07 10:00:01 -08:00
Robert Chacón
f3a629c427
Merge pull request #171 from LibreQoE/sqm
...
Replace fqOrCAKE with sqm as per https://github.com/LibreQoE/LibreQoS/issues/168
2022-12-01 21:27:29 -07:00
Robert Chacón
4fc9dc9350
Update graphInfluxDB.py
2022-12-01 21:22:17 -07:00
Robert Chacón
d02a9be270
Update LibreQoS.py
2022-12-01 21:20:26 -07:00
Robert Chacón
297d66cb56
Update ispConfig.example.py
2022-12-01 21:18:55 -07:00
Robert Chacón
1ae0a2d568
Swtich from using schedule module (unreliable) to simple scheduling . Make sure to add crontab described in wiki
2022-12-01 09:00:30 -07:00
Robert Chacón
a58757839c
Fix bug in partial reload - "argument of type 'int' is not iterable"
2022-12-01 08:51:01 -07:00
Robert Chacón
00c0222c5f
Version of InfluxDB template for InfluxDB v2.5.1.
2022-11-28 14:52:46 -07:00
Robert Chacón
53c945e25c
Merge pull request #166 from interduo/patch-6
...
bugfix: ShapedDevices.csv needs to have CircuitID in all rows - default file validation failed in v1.3
2022-11-23 06:27:12 -07:00
Interduo
55174dcfe2
bugfix: ShapedDevices.csv needs to have CircuitID in all rows
2022-11-23 11:04:55 +01:00
Robert Chacón
1bd4b46c8e
Revert to version compatible with InfluxDB 2.4 and prior
2022-11-20 20:02:25 -07:00
Robert Chacón
067ec1f1f2
Update logo
2022-11-20 09:28:39 -07:00
Robert Chacón
f9d773a876
Update screenshot
2022-11-20 09:19:46 -07:00
Robert Chacón
3859aad663
Add CPU graphing
2022-11-20 09:18:39 -07:00
Robert Chacón
445ad0fedb
Make cpumap-pping unchangeable again
2022-11-20 09:15:30 -07:00
Robert Chacón
8c7cb38dcb
Make cpumap-pping unchangable again
2022-11-20 09:14:50 -07:00
Robert Chacón
a3a839d803
Standardize timestamps. Add CPU graphing
2022-11-20 09:13:38 -07:00
Robert Chacón
5d2ff90c54
Fix partial reload bug. Also make cpumap-pping unchangable again
...
There was previously an issue where during the partial reload, LibreQoS.py would fail to parse the network structure correctly. Now resolved.
2022-11-20 09:12:10 -07:00
rchac
d206eda4d8
Pulled newest eversion of cpumap-pping
2022-11-20 01:28:34 -07:00
Dave Täht
d85d2e9996
Cleanup bullets
2022-11-17 14:11:41 -08:00
Dave Täht
a594a47ffb
More spelling and grammar fixes
2022-11-17 14:09:16 -08:00