summaryrefslogtreecommitdiffstats
path: root/LogReceiver/logreceiver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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