summaryrefslogtreecommitdiffstats
path: root/LogReceiver/logreceiver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-231-518/+0Star
| | | | and chooseinterfacedialog since this is now implemented via html/css/jquery
* added some more js functions. abortBootDialog() and chooseInterfaceDialog()Niklas2011-09-221-3/+7
|
* the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-221-11/+58
| | | | 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-2/+2
| | | | not display anything.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-201-107/+4Star
| | | | the libnl.
* fix compile errorsSebastian Schmelzer2011-09-061-2/+3
|
* latest version of all files. cmake still doesn't workNiklas2011-09-061-18/+2Star
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-051-2/+18
| | | | 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-41/+22Star
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* some comments to the LogReceiver methodsNiklas2011-09-011-0/+34
|
* some comments to the LogReceiver methodsNiklas2011-09-011-2/+53
|
* bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-011-1/+56
| | | | 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/+448
customdhcpcd and LogReceiver to the fbgui folder