summaryrefslogtreecommitdiffstats
path: root/customdhcpcd
Commit message (Collapse)AuthorAgeFilesLines
* put the NetworkDiscovery code into the src folder of the fbgui. made some ↵Niklas2011-10-193-41/+57
| | | | test, building a usb stick iso and running it on a maschine. did some bug fixes
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-076-23/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-052-3/+5
| | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
* remove another build dirSebastian Schmelzer2011-09-0639-3602/+0Star
|
* remove DebugSebastian Schmelzer2011-09-0620-405/+0Star
|
* fix cmake stuffSebastian Schmelzer2011-09-061-3/+3
|
* add version.hNiklas2011-09-061-0/+1
|
* fix gitignoreSebastian Schmelzer2011-09-061-1/+1
|
* fix compile errorsSebastian Schmelzer2011-09-062-5/+18
|
* finaly managed it to create a .so lib of the customdhcpcd files. the ↵Niklas2011-09-0521-524/+281Star
| | | | dhcpcd.c file is not included in this lib (it contains the main function)
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-0548-204/+3845
| | | | 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-024-59/+128
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* just minor changes. deltions of unuseful commentsNiklas2011-09-023-22/+2Star
|
* fix message lossSebastian Schmelzer2011-09-013-7/+19
|
* we tried some fixes for the messge loss problem, but we failed. Sebastian ↵Niklas2011-09-012-3/+4
| | | | will look at the code later. server is now a echo server which sends ack for every received message.
* bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-016-17/+66
| | | | 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-0164-0/+8789
customdhcpcd and LogReceiver to the fbgui folder