summaryrefslogtreecommitdiffstats
path: root/LogReceiver/LogReceiver.pro
Commit message (Collapse)AuthorAgeFilesLines
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-22/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-051-2/+4
| | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
* renamed routemanager to networkmanagerNiklas2011-09-261-4/+4
|
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-231-10/+6Star
| | | | and chooseinterfacedialog since this is now implemented via html/css/jquery
* gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-211-1/+1
| | | | not display anything.
* latest version of all files. cmake still doesn't workNiklas2011-09-061-4/+5
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-051-2/+4
| | | | of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...
* added a new container class which holds config informations about an ↵Niklas2011-09-021-2/+4
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* tried to clean the git. deleted old unused files and folders. moved ↵Niklas2011-09-011-0/+19
customdhcpcd and LogReceiver to the fbgui folder