summaryrefslogtreecommitdiffstats
path: root/LogReceiver
Commit message (Collapse)AuthorAgeFilesLines
* gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-2135-102/+2022
| | | | not display anything.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-206-198/+86Star
| | | | the libnl.
* solved the stupid mistake. just forgot to add an additional header file. ↵Niklas2011-09-193-0/+13
| | | | rtnl.h. now it is added an it compiles
* routmanager doRoute: changed the retun value in case of an error to -1Niklas2011-09-191-2/+2
|
* added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-193-14/+118
| | | | working with libnl functions.but still there is an error: /usr/include/netlink/route/route.h:60:57: error: ‘realm_t’ has not been declared /usr/include/netlink/route/route.h:61:8: error: ‘realm_t’ does not name a type
* no build dirs in gitSebastian Schmelzer2011-09-0639-14389/+2Star
|
* Merge branch 'master' of openslx.org:lsfks/projekte/fbguiSebastian Schmelzer2011-09-0621-3510/+253Star
|\
| * some changes in the cmakelist file. only added and again removed the same ↵Niklas2011-09-0621-3510/+253Star
| | | | | | | | stuff also deleted some files in the debug folder
* | fix cmake stuffSebastian Schmelzer2011-09-062-11/+13
|/
* add requirement for qt 4.7Sebastian Schmelzer2011-09-061-1/+2
|
* fix cmake includesSebastian Schmelzer2011-09-061-1/+1
|
* transferSebastian Schmelzer2011-09-062-8/+12
|
* fix compile errorsSebastian Schmelzer2011-09-061-2/+3
|
* latest version of all files. cmake still doesn't workNiklas2011-09-0631-740/+4140
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-0553-12/+13729
| | | | 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-029-54/+240
| | | | 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-014-3/+60
| | | | 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-0116-0/+1768
customdhcpcd and LogReceiver to the fbgui folder