summaryrefslogtreecommitdiffstats
path: root/LogReceiver/networkdiscovery.h
Commit message (Collapse)AuthorAgeFilesLines
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-113/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-051-17/+25
| | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
* tried to solve the timing problem. but failed. it is also enough to test for ↵Niklas2011-09-291-0/+2
| | | | the isRunning flag in order to get informations about pluged state
* did some refactoring. added a user choice screen which is shown 2 seconds ↵Niklas2011-09-291-12/+9Star
| | | | before the magic begins. (press F5 to get a choice)
* added some more initial parametersNiklas2011-09-281-1/+3
|
* added a select field to the manual conf gui. also fixed some bugs in the ↵Niklas2011-09-281-1/+4
| | | | ip4_manualConf function
* manual config gui added. put the interfaceconfig map into networkDiscovery ↵Niklas2011-09-271-6/+9
| | | | and adopted the signals.
* renamed routemanager to networkmanagerNiklas2011-09-261-2/+2
|
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-231-0/+98
and chooseinterfacedialog since this is now implemented via html/css/jquery