summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/ClientClass.py
Commit message (Collapse)AuthorAgeFilesLines
* I added timeout to the receiving data procedure!Refik Hadzialic2011-07-171-1/+28
|
* 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-161-1/+1
|
* I improved the classes for testing if there is a connection or there is no ↵Refik Hadzialic2011-07-161-14/+43
| | | | 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.
* 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.
* The files have been split up in seperate classes. LogFileClass is a class ↵Refik Hadzialic2011-07-071-0/+74
for logging all the events or errors!