summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
Commit message (Collapse)AuthorAgeFilesLines
* Added a comment how to make an RSA key and how to use it for logging without ↵Refik Hadzialic2011-08-181-2/+3
| | | | a password!
* SSHTunnelClass works now. One needs to create RSA keys on the machine that ↵Refik Hadzialic2011-08-181-30/+22Star
| | | | starts the SSH tunnel port forwarding and to copy its public key to the machines it is connecting :)
* SSH Tunneling works with killing!Refik Hadzialic2011-08-171-10/+26
|
* Changed the SSHTunneling script classRefik Hadzialic2011-08-171-4/+20
|
* Changed the display messages!Refik Hadzialic2011-08-151-2/+2
|
* new icons added, the output result image extended.Refik Hadzialic2011-08-109-15/+92
|
* Added new icons for the output result image generation. Changed the not ↵Refik Hadzialic2011-08-108-15/+50
| | | | complete output image
* Libraries and start code for the output results imageRefik Hadzialic2011-08-09261-0/+27516
|
* SSH Tunneling class was started!Refik Hadzialic2011-08-031-0/+22
|
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-08-022-10/+18
|\
| * fix the bug for repeat testMac-Linux2011-07-291-0/+0
| |
| * fix bug on tasklist and unisipMac-Linux2011-07-262-10/+18
| |
* | Modiefied the code to work with ssh tunnelingRefik Hadzialic2011-08-021-1/+11
| |
* | No changes!Refik Hadzialic2011-07-261-0/+0
|/
* 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-261-0/+0
|\
| * Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestMac-Linux2011-07-262-7/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-0/+0
| | |
* | | 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-263-7/+18
|/ | | | so we dont have to remove items in tasksList where we had before the problem of shifting indexes.
* Changed the the deleting in an reverse order, so no bugs appear.Refik Hadzialic2011-07-252-6/+11
|
* Made some changes to the DB class, and a modification to make the deleting ↵Refik Hadzialic2011-07-2510-61/+1034
| | | | of tasks work!
* 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.
* 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
|
* fic landline handler to be the same with sip part.triatmoko2011-07-182-363/+0Star
|
* the file was open while we commited a change, therefore it was automatically ↵Refik Hadzialic2011-07-181-0/+0
| | | | deleted.
* Tri needed these files!Refik Hadzialic2011-07-183-0/+363
|
* Changed the code to make it more smoothly working.Refik Hadzialic2011-07-182-12/+45
|
* Just two scripts that test the GSM2GSM system!Refik Hadzialic2011-07-172-0/+165
|
* I added timeout to the receiving data procedure!Refik Hadzialic2011-07-172-9/+63
|
* Since someone deleted the ping class I had to move it back here!Refik Hadzialic2011-07-171-0/+28
|
* Addded an error handling code for the Server class, for other side disconnect!Refik Hadzialic2011-07-161-0/+3
|
* Added an error handling for other side disconnecting and this side trying to ↵Refik Hadzialic2011-07-161-5/+5
| | | | receive data
* Added just a comment for the error 107Refik Hadzialic2011-07-162-2/+2
|
* I improved the classes for testing if there is a connection or there is no ↵Refik Hadzialic2011-07-162-26/+87
| | | | connection from the other side. Error messages are better handled now! No more crashing if one side disconnects, the other side knows that it has disconnected by the return message NO DATA for the receive case.
* managing file.triatmoko2011-07-162-28/+427
|
* debugged the function responsible for inserting new tasks in the temporary ↵Refik Hadzialic2011-07-151-9/+32
| | | | and normal task table!
* changed it to make it workRefik Hadzialic2011-07-151-41/+15Star
|
* moving files.aa1112011-07-151-149/+0Star
|
* Added a function that searches for a task inside the task list!Refik Hadzialic2011-07-151-11/+26
|
* I added two new functions that were requested by Tri, for checking is there ↵Refik Hadzialic2011-07-151-3/+79
| | | | a test between two devices and if not to insert the test!
* The final code for landlineCall. However, this code works only for manual ↵aa1112011-07-141-24/+39
| | | | input. Communication between Controller and code will be implemented soon.
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestaa1112011-07-141-2/+13
|\
| * Modiefied a return message in currentCall()Refik Hadzialic2011-07-141-1/+1
| |
| * Extended the currentCall() function with more return valuesRefik Hadzialic2011-07-141-0/+11
| |