summaryrefslogtreecommitdiffstats
path: root/src/sysinfolibsysfs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* corrected some errorsNiklas2011-10-101-145/+0Star
|
* url status handling, 5sec delay before closing gui when exiting with failure ↵Jonathan Bauer2011-04-241-9/+6Star
| | | | (not actually returning 1 atm), lots of formatting...
* uniformed ident 3-spaced....joe2011-04-211-110/+110
|
* uniformed formatting...Jonathan Bauer2011-04-181-121/+119Star
|
* inserted the sysinfolibsysfs methods intho the sysinfo classNiklas Goby2011-04-091-1/+1
| | | | | | added the mainboard serial number to the hardwarehash computation in the fbgui class (method generatePOSTData). just appended the serial to the mac address without separating char
* some changes in the sysinfolibfs clas. we can now get the mainboard serialNiklas Goby2011-04-081-0/+55
| | | | number for the hardware hash
* just some commentsNiklas Goby2011-04-011-0/+3
| | | | Please enter the commit message for your changes. Lines starting
* some changes in the sysinfolibsysfs class. json supportNiklas Goby2011-03-301-2/+42
| | | | problem: can not get the ip and mac address until now
* a new classes sysinfolibsysfsNiklas Goby2011-03-231-0/+52
it uses the libsysfs.c to gater informations about the system not finished yet