summaryrefslogtreecommitdiffstats
path: root/LogReceiver/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* no build dirs in gitSebastian Schmelzer2011-09-061-307/+0Star
|
* latest version of all files. cmake still doesn't workNiklas2011-09-061-10/+11
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-051-8/+23
| | | | 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-7/+20
| | | | 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/+1
| | | | 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/+278
customdhcpcd and LogReceiver to the fbgui folder