summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Modified an error return number since it was the same as another error ↵Refik Hadzialic2011-07-141-1/+1
| | | | | | | | return code
| * commented one line, that is not neededRefik Hadzialic2011-07-141-1/+1
| |
* | 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.
* 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-132-1/+294
|\
| * Created the GSMClass for controlling the GSM Phones, accepting, receiving ↵Refik Hadzialic2011-07-131-0/+293
| | | | | | | | calss, etc..
| * Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftesttriatmoko2011-07-121-30/+22Star
| |\
| * | index.php for temporary website interfacetriatmoko2011-07-121-1/+1
| | |
* | | 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-123-14/+8Star
|\
| * edit some part of code and expand controller part. you can test our software ↵triatmoko2011-07-111-0/+0
| | | | | | | | on for weekly test folder. just download all the file put plug the device. have fun
| * I forgot to make the variable connected = 0 when you call the closeConnectionRefik Hadzialic2011-07-081-0/+1
| |
| * Changed in the client class some returning functions, deleted the ping ↵Refik Hadzialic2011-07-081-14/+7Star
| | | | | | | | function. Made the ClientClass use similar returning messages as the server class.
* | I can now continuously call my mobile. That means bad but at least I made ↵Arda2011-07-111-2/+2
| | | | | | | | the registration perfect.
* | a not-finished-landlineCall codeArda2011-07-111-0/+175
|/
* The files have been split up in seperate classes. LogFileClass is a class ↵Refik Hadzialic2011-07-075-0/+346
| | | | for logging all the events or errors!
* We created a ping class that can be used for pinging, it doesn't write the ↵Refik Hadzialic2011-07-071-0/+28
| | | | error output on the terminal anymore if the host is unknown!
* pasword for dbtt412011-07-071-1/+1
|
* I modifed the dbClass and added a function for inserting results into the ↵Refik Hadzialic2011-07-061-4/+35
| | | | ResultTable on the DB.
* I modified the dbClass, I added a function for deleting a task from the ↵Refik Hadzialic2011-07-061-20/+47
| | | | temporary task table. And I added checking if the updates or insertions were successful!
* In the meantime I created the client with a client class, later on it will ↵Refik Hadzialic2011-07-063-0/+376
be used on the controller side, the testServer is the basic idea how the handlers will work. dbClass is the testing code and class for the DB connection and data handling between the controller and the handlers.