Commit Graph

13 Commits

Author SHA1 Message Date
Spacehuhn d01bd2bfc4 Updated copyright in code 2021-01-11 18:14:55 +01:00
Stefan Kremser fba18d7c66 New CLI commands for getting and setting settings 2019-05-28 20:33:31 +02:00
Stefan Kremser bd332d533e Beautified stuff 2018-10-12 21:16:06 +02:00
Stefan Kremser 7242543017 New string functions & better seperation of display functions 2018-10-12 13:41:26 +02:00
Stefan Kremser 4589592a30 Select APs and STs by SSID name 2018-10-11 09:15:35 +02:00
Stefan Kremser 8a0f48bb4b v2.0.6
Rewritten LED classes and simplified config files
2018-06-05 11:50:38 +02:00
Stefan Kremser 396d8e69fe Improved the way stations save their AP
There was the problem that when the AP list get's sorted (when starting an attack for example), the pointers to the stations would become messed up.
2018-04-09 12:24:36 +02:00
Stefan Kremser fab38e7c3f Updated inlcudes
The one thing my Java prof is right about when he hates against C, is that its includes are super annoying...
2018-04-01 16:42:30 +02:00
Stefan Kremser 224636f021 Used SimpleList for Accesspoints
I've wrote my own linked-list library. It can do a few things more than the Arduino LinkedList lib. The code is a bit cleaner and it doesn't collide with other LinkedList libraries (i.e. ESP32-IDF)
2018-04-01 11:49:35 +02:00
Stefan Kremser 7bd14a6bda Further improvements on Accesspoints class
Only go through the whole list again if needed
2018-03-29 16:40:23 +02:00
Stefan Kremser 36bd59f5cd Removed LinkedList library from Accesspoints
I wrote a simple linked list myself. This should save a bit of RAM. The goal is to eventually replace all lists with structures like this to be independent from the LinkedList library.
2018-03-29 14:40:28 +02:00
Stefan Kremser ea85d45af0 Improved Accesspoints class 2018-03-29 12:43:47 +02:00
Stefan Kremser 24d9043988 Version 2.0 2018-03-24 18:15:59 +01:00