Bastian Schroll
06549b8e26
some improvements
2019-10-20 19:07:16 +02:00
Bastian Schroll
056e7857e5
simplify server/client exception handling
2019-10-20 18:55:02 +02:00
Bastian Schroll
ae36cf8045
changes in client
2019-10-20 17:56:40 +02:00
Bastian Schroll
0445dc38cc
fix test_serverStopsWhileConnected
2019-10-20 17:37:37 +02:00
Bastian Schroll
6f364b8e6a
fix server client issues
...
- add test for server stops until clients connected
- add header for data packets
- check header on read and read only data size in
- make readings non blocking
2019-10-20 17:21:03 +02:00
Bastian Schroll
d87247783d
fix in TCPClient
2019-09-20 18:19:46 +02:00
Bastian Schroll
43674989b9
little change in server test
2019-03-03 20:14:46 +01:00
Bastian Schroll
c76c179225
various pylint fixes
2019-03-03 19:39:53 +01:00
Bastian Schroll
e372fb75b4
fix some classes for testing
2019-03-03 09:56:36 +01:00
Bastian Schroll
39d88f3e3d
implement new router system in server
2019-03-02 09:17:20 +01:00
Bastian Schroll
3fa10911c9
remove generall exception handling
2019-03-02 09:15:40 +01:00
Bastian Schroll
f487bfc104
some refactoring
2019-03-01 22:12:29 +01:00
Bastian Schroll
9371b71ee0
add isRunning/isConnected Props to server and client
2019-02-28 08:57:41 +01:00
Bastian Schroll
e2ca436e5d
make client ready for broadcast function
2019-02-27 12:08:55 +01:00
Bastian Schroll
e8c43fc124
Merge branch 'fixes' into develop
2018-09-25 19:10:32 +02:00
Bastian Schroll
bbf71a34a7
Merge branch 'develop' into broadcast
2018-09-25 19:06:56 +02:00
Bastian Schroll
ffb8bba460
fix some small pep8 err
2018-09-25 19:00:07 +02:00
Bastian Schroll
22588caac5
add unittest
2018-09-25 18:50:52 +02:00
Bastian Schroll
26af2ef18b
fix in runningState management
2018-09-23 21:27:40 +02:00
Bastian Schroll
59f6ec0732
check running state, add prop for running state
2018-09-23 21:22:22 +02:00
Bastian Schroll
71065672a7
some improvements
2018-09-23 18:44:58 +02:00
Bastian Schroll
16c5388d3d
some improvements
2018-09-23 18:19:48 +02:00
Bastian Schroll
9c091fb1f7
add more docu
2018-09-22 22:58:19 +02:00
Bastian Schroll
1b7341c07e
resolve todo and add some docu
2018-09-22 08:39:41 +02:00
Bastian Schroll
bec034827f
some improvements
...
- run server in thread
- improve some logging msg
2018-09-21 22:36:11 +02:00
Bastian Schroll
1837ba46af
Merge branch 'develop' into ping
2018-09-21 22:09:30 +02:00
Bastian Schroll
deee515b15
broadcasting func - get conn infos from server
2018-09-21 22:02:07 +02:00
Bastian Schroll
9a3c28744b
fix a error in server
2018-09-21 16:37:23 +02:00
Bastian Schroll
24083ad6e8
little improvements
2018-09-21 16:05:48 +02:00
Bastian Schroll
cecde86005
insert logging
2018-09-21 15:27:02 +02:00
Bastian Schroll
11eab418ed
improve exc handling and tests
2018-09-21 14:21:33 +02:00
Bastian Schroll
c2b3093bb5
Merge branch 'develop' into server_queue
2018-09-21 12:53:06 +02:00
Bastian Schroll
11dab44098
Merge branch 'develop' into ping
2018-09-21 12:50:08 +02:00
Bastian Schroll
b300d0c578
add docu to NetCheck class
2018-09-21 12:39:36 +02:00
Bastian Schroll
c7e301317f
add timer and netCheck
2018-09-21 12:35:23 +02:00
Bastian Schroll
5c6039ef71
rework server class (added python queue support)
2018-09-20 23:35:56 +02:00
Bastian Schroll
1252a953a8
add doc to server.py
2018-09-20 07:58:26 +02:00
Bastian Schroll
3f1eac88be
fixes for pyLint
2018-09-18 05:59:38 +02:00
Bastian Schroll
e97b97640b
little changes in server
2018-09-09 16:16:55 +02:00
Bastian Schroll
a1e8393627
little changes + tests
2018-02-22 07:34:42 +01:00
Bastian Schroll
fd501c23dc
some little improvements
2018-02-03 22:32:28 +01:00
Bastian Schroll
c89e6ef28c
add intern list of all connected clients in server
2018-02-02 23:43:05 +01:00
Bastian Schroll
34ed9c3d5b
edit server and client class
...
- server: bind not only to local - bind to all
- client improve error handling
2018-01-13 13:22:28 +01:00
Bastian Schroll
f0d19eaba0
some little changes
2018-01-13 09:56:46 +01:00
Bastian Schroll
03e2f6091e
add a countPacketsInQueue() method to server
2018-01-12 18:58:14 +01:00
Bastian Schroll
4cd7dd183a
edit server and plugin
2018-01-12 12:33:41 +01:00
Bastian Schroll
7662f05f0c
do lock with the with statement
2018-01-12 09:50:46 +01:00
Bastian Schroll
4dad6bc414
edit lock mechanism
2018-01-12 09:14:22 +01:00
Bastian Schroll
a955058edd
insert lock-methods into server
2018-01-12 09:02:26 +01:00
Bastian Schroll
d08e11e17e
add timeout msg to client
2018-01-12 09:02:07 +01:00