Commit Graph

13 Commits

Author SHA1 Message Date
N0vaPixel
acc0cf83c2 Added a list of the contributors in the "info" web page 2017-05-14 03:08:44 +02:00
N0vaPixel
a1b7a0640d NameList fix 2017-05-14 02:24:47 +02:00
N0vaPixel
ec0d4fb2f2 Fixed NameList bug
This change the NameList class in order to fix the bug when you try to
edit the name of sniffed clients.

Now NameList::get  return the id of the namelist when receiving a mac
adress (return -1 if the mac adress is not found)

Now NameList::getName return the name when received an id (return
nothing if the id is not found)
2017-05-14 01:54:38 +02:00
N0vaPixel
4c069a53bd Add select / deselect all functionality
Add select / deselect all functionality for appscan and client scan

Pass -1 to the "select" methods to pick all the results.
Pass any other negative number (in the range of a signed int) to
deselect all.

+ Added "select all" and "deselect all" buttons to apscan.html and
stations.html
2017-05-13 22:30:56 +02:00
Stefan Kremser
6cd3a46144 version 1.4
- changed webinterface design
- improved error handling
- can add clients manually
- added settings reset via console command "reset" and GPIO 4
- improved default settings for more stability
- added warning at the beginning
- added info page
2017-05-01 20:05:41 +02:00
Stefan Kremser
e93b5dc8ba Update readme.md 2017-04-21 09:36:23 +02:00
SaltyViper
9a22e16f2b Add files via upload 2017-04-09 11:46:47 -07:00
SaltyViper
2bcb9bc0f8 Delete data.h 2017-04-09 11:46:29 -07:00
SaltyViper
45239714ee Add files via upload 2017-04-09 11:46:07 -07:00
Stefan Kremser
cb03c3eac3 Added copyright infos and fixed oled scan bug 2017-04-07 15:55:31 +02:00
Stefan Kremser
0caac2698d fixed spelling error 2017-04-01 23:06:08 +02:00
Stefan Kremser
ea17fa423c little html file changes 2017-03-31 20:57:18 +02:00
N0vaPixel
6a52e70ea7 Splitted JS part of the HTML files 2017-03-12 23:31:16 +01:00