summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed bugs for calling part on sip.triatmoko2011-07-1812-721/+158Star
|
* 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-1640-0/+4702
|
* update sip handlertriatmoko2011-07-162-19/+5Star
|
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttriatmoko2011-07-164-154/+407
|\
| * 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
| |
| * final code for landlineCall.py. adjusted to be compatible with communication ↵aa1112011-07-151-7/+9
| | | | | | | | between Controller.
| * moving files.aa1112011-07-153-149/+312
| |
| * 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!
* | update sip handler code, delete some unneeded comment.triatmoko2011-07-165-127/+38Star
|/
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttriatmoko2011-07-152-29/+60
|\
| * 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-145-53/+218
| |\
| | * 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
| | |
| | * Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-07-144-51/+205
| | |\
| | * | Modified an error return number since it was the same as another error ↵Refik Hadzialic2011-07-141-1/+1
| | | | | | | | | | | | | | | | return code
| * | | Finally and finally landlineCall is working and can catch the situation that ↵aa1112011-07-131-18/+23
| | | | | | | | | | | | | | | | if the other is busy or if the connection was perfect without problems.
* | | | timeout for controller.triatmoko2011-07-152-45/+76
| | | |
* | | | insert line for test result.triatmoko2011-07-144-22/+39
| | | |
* | | | fix the controllertriatmoko2011-07-141-13/+2Star
| |_|/ |/| |
* | | Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttriatmoko2011-07-141-1/+1
|\ \ \ | | |/ | |/|
| * | commented one line, that is not neededRefik Hadzialic2011-07-141-1/+1
| |/
* / University SIP handlertriatmoko2011-07-144-51/+205
|/
* landlineCall is even better. Getting busy tone is challenging. Still working ↵aa1112011-07-131-21/+46
| | | | on that.
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestaa1112011-07-139-166/+639
|\
| * Created the GSMClass for controlling the GSM Phones, accepting, receiving ↵Refik Hadzialic2011-07-131-0/+293
| | | | | | | | calss, etc..
| * change the error codetriatmoko2011-07-133-33/+69
| |
| * edit error code to be general.triatmoko2011-07-133-66/+93
| |
| * edit sip handler.triatmoko2011-07-133-165/+52Star
| |
| * insert.php.insert test value to the test table.triatmoko2011-07-131-0/+21
| |
| * Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttriatmoko2011-07-121-30/+22Star
| |\
| * | index.php for temporary website interfacetriatmoko2011-07-125-5/+214
| | |
* | | make sure that everything is working with git.aa1112011-07-121-1/+1
| |/ |/|
* | landlineReceiver has arrived and it works. But only for manual input.Arda2011-07-121-26/+21Star
| |
* | trying to summit againArda2011-07-121-6/+3Star
|/
* Better working code for landlineCall. Still needs improvements.Arda2011-07-121-100/+37Star
|
* i hope this will workArda2011-07-121-1/+1
|
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestArda2011-07-1217-661/+731
|\
| * edit some part of code and expand controller part. you can test our software ↵triatmoko2011-07-1111-626/+268Star
| | | | | | | | on for weekly test folder. just download all the file put plug the device. have fun
| * expand controller script.triatmoko2011-07-117-64/+390
| |
| * I forgot to make the variable connected = 0 when you call the closeConnectionRefik Hadzialic2011-07-081-0/+1
| |