summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | new log file. just log fileMac-Linux2011-07-282-0/+34
| | | |
* | | | now testing include external GSMMac-Linux2011-07-289-540/+164Star
| | | |
* | | | take gsm handler from refik folder to being part of the testMac-Linux2011-07-2711-160/+1640
| | | |
* | | | changing testMac-Linux2011-07-276-31/+72
| | | |
* | | | gsm test file finaltt412011-07-274-0/+277
| | | |
* | | | delete import classchecktt412011-07-261-2/+0Star
| | | |
* | | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttt412011-07-2639-1799/+659Star
|\ \ \ \
| * | | | edit list problem, its have different method with refik have.Mac-Linux2011-07-264-734/+37Star
| | | | |
| * | | | new controller classMac-Linux2011-07-262-222/+186Star
| | | | |
| * | | | modified main controller.Mac-Linux2011-07-261-104/+74Star
| | | | |
| * | | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestMac-Linux2011-07-260-0/+0
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | Conflicts: notFinishedCode/dbClass.pyc
| | * | | No changes!Refik Hadzialic2011-07-261-0/+0
| | | | |
| * | | | fix bug on tasklist and unisipMac-Linux2011-07-2613-320/+820
| |/ / /
| * | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-07-261-4/+2Star
| |\ \ \
| | * \ \ Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestMac-Linux2011-07-262-1/+135
| | |\ \ \
| | * | | | modife controller with small changes for the print scriptMac-Linux2011-07-261-4/+2Star
| | | | | |
| * | | | | The deviceAddress function didn't work since I modified the table name ↵Refik Hadzialic2011-07-263-4/+20
| | |/ / / | |/| | | | | | | | | | | | | before or someone else and I had to change it! dbDemo.py shows how to use the function now!
| * | | | Added in the select statement to select the number of the device!Refik Hadzialic2011-07-261-1/+1
| | | | |
| * | | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-07-2625-796/+12Star
| |\| | |
| | * | | copy new db class to the test folderMac-Linux2011-07-262-1/+3
| | | | |
| | * | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestMac-Linux2011-07-263-7/+289
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: For Weekly Test/30-07-2011/ClientClass.pyc For Weekly Test/30-07-2011/ControllerClass.pyc For Weekly Test/30-07-2011/DbClass.pyc For Weekly Test/30-07-2011/LogFileClass.pyc For Weekly Test/30-07-2011/PingClass.pyc For Weekly Test/30-07-2011/classCheck.pyc notFinishedCode/dbClass.pyc
| | * | | | clean the folder test weekly for 30 JuneMac-Linux2011-07-2625-1067/+10Star
| | | | | |
| * | | | | Added a number field in the device address table.Refik Hadzialic2011-07-261-0/+134
| | |/ / / | |/| | |
| * | | | I made some changes, I added an attribute field if the task was done before ↵Refik Hadzialic2011-07-269-7/+18
| |/ / / | | | | | | | | | | | | so we dont have to remove items in tasksList where we had before the problem of shifting indexes.
| * | | delete bad fileMac-Linux2011-07-261-270/+0Star
| | | |
| * | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestMac-Linux2011-07-2624-90/+1675
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: For Weekly Test/30-07-2011/DbClass.py
| * | | | dont know what kind of change.Mac-Linux2011-07-261-0/+4
| | | | |
* | | | | no comtt412011-07-261-2/+2
| |/ / / |/| | |
* | | | for refiktt412011-07-252-0/+283
| | | |
* | | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttt412011-07-252-6/+11
|\ \ \ \
| * | | | Changed the the deleting in an reverse order, so no bugs appear.Refik Hadzialic2011-07-252-6/+11
| | | | |
* | | | | no commenttt412011-07-2513-40/+350
|/ / / /
* / / / Made some changes to the DB class, and a modification to make the deleting ↵Refik Hadzialic2011-07-2510-61/+1034
|/ / / | | | | | | | | | of tasks work!
* | | main controller is done. just need to test it. but still have problem with ↵Mac-Linux2011-07-2518-220/+447
| | | | | | | | | | | | database class. hope can fix it soon.
* | | Changed some lines so it doesn't enter the other state after disconnecting ↵Refik Hadzialic2011-07-251-32/+32
| | | | | | | | | | | | of servers!
* | | Testing code and added another resetState variable to make sure it always ↵Refik Hadzialic2011-07-252-71/+85
| | | | | | | | | | | | goes to a start state when interrupted by connection error or something else.
* | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-07-2548-764/+2802
|\ \ \
| * | | fix error on Controller. Now main controller is done. and work with charm. ;)tt412011-07-2512-202/+246
| | | |
| * | | puting new file for testtt412011-07-2414-26/+556
| | | |
| * | | second type of sip handler (not tested yet)tt412011-07-233-1/+246
| | | |
| * | | generalitation controller message to all handlertt412011-07-233-190/+180Star
| | | |
| * | | rename class namett412011-07-232-0/+0
| | | |
| * | | add Controllertt412011-07-231-0/+54
| | | |
| * | | managing files.tt412011-07-2314-604/+1189
| | | |
| * | | add new file.Mac-Linux2011-07-234-0/+603
| | | |
| * | | editing file for weekly test.Mac-Linux2011-07-2210-160/+147Star
| | | |
* | | | Tested the code, made some tiny changes to the code (not functional changes ↵Refik Hadzialic2011-07-252-15/+16
|/ / / | | | | | | | | | but that it looks better)
* | | deleted some old filesRefik Hadzialic2011-07-222-190/+0Star
| | |
* | | old files so I deleted them!Refik Hadzialic2011-07-222-198/+0Star
| | |
* | | Created new clientController and serverHandler!Refik Hadzialic2011-07-224-162/+422
| |/ |/|