We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54543db commit fe05a7aCopy full SHA for fe05a7a
contrib/load-tester/README.md
@@ -0,0 +1,10 @@
1
+## Wifidog Load Tester ##
2
+
3
+* generate\_interfaces.sh: Sets up pseudo interfaces and creates a fake ARP
4
+ table in /tmp/arp. Make sure that the IP addresses used do not collide with
5
+ your real network
6
+* mock\_auth.py: A mock auth server. Randomly grants or denies access
7
+* fire\_requests.py: Hammers Wifidog with requests. talks to wifidog, never
8
+ to the auth server.
9
+* run.sh: Ties it all together. Make sure to run as root.
10
0 commit comments