summaryrefslogtreecommitdiffstats
path: root/LogReceiver/logreceiver.h
Commit message (Collapse)AuthorAgeFilesLines
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-231-98/+0Star
| | | | and chooseinterfacedialog since this is now implemented via html/css/jquery
* added some more js functions. abortBootDialog() and chooseInterfaceDialog()Niklas2011-09-221-1/+2
|
* the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-221-1/+4
| | | | started to early. so javascript jquery was not usable. also put the js code into the html file. it seems that qt has a problem using the code if it is not in the html file. also implemented the fast version. if one interface is usable we now go on directly to the continue boot screen
* gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-211-3/+3
| | | | not display anything.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-201-4/+2Star
| | | | the libnl.
* transferSebastian Schmelzer2011-09-061-3/+4
|
* latest version of all files. cmake still doesn't workNiklas2011-09-061-12/+29
|
* added a new container class which holds config informations about an ↵Niklas2011-09-021-1/+3
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-011-1/+3
| | | | delete and add the default route. for this i am writing the gateways for every interface into a new file. located at /var/tmp/gateways_<interfaceName>
* tried to clean the git. deleted old unused files and folders. moved ↵Niklas2011-09-011-0/+74
customdhcpcd and LogReceiver to the fbgui folder