Srivats P.
|
09a79a010d
|
Fixing compiler warning
|
2014-07-06 19:28:30 +05:30 |
|
Srivats P.
|
470d390658
|
fix gcc warnings
|
2014-07-06 18:36:01 +05:30 |
|
Srivats P.
|
9955d31b77
|
Added RPC for version compatibility check between client and server; both GUI and DroneProxy call this as the first RPC before proceeding ahead; if client is inompatible, drone additionally closes the connection; drone won't handle any RPCs untiil version check is performed and client is found compatible; fixed DroneProxy bug which did not allow to connect again after disconnect; fixed RPC bug which failed to detect unsupported method id; RPC-server now returns RPC error in case of failure; added a bunch of RPC tests for version compat
|
2014-07-06 11:19:22 +05:30 |
|
Srivats P.
|
1ea635bcfb
|
Renamed RPCs start/stopTx as start/stopTransmit
|
2014-06-30 19:49:17 +05:30 |
|
Srivats P.
|
3b546637e4
|
Updated About Dialog with copyright date and web URLs
|
2014-06-29 21:04:19 +05:30 |
|
Srivats P.
|
7bfb146284
|
Fixed StreamConfigDialog Tab Order
|
2014-06-29 20:31:34 +05:30 |
|
Srivats P.
|
3b4b5a19b9
|
Moved generation of pkg_info from setup.py to qmake/make - version.pri refactored suitably. Reimplemented sdist_clean as a new setuptools command
|
2014-06-08 19:10:49 +05:30 |
|
Srivats P.
|
f7c3c06845
|
Converted some static vars in RpcConnection:on_clientSock_dataAvail() into member vars to avoid contention across connections; fixed condition which causes a portgroup to never query for stats (it assumes a GetStats is already outstanding) caused by a timing condition (repeated connect/disconnect); improved debug output for RPCs on both client and server side
|
2014-05-19 18:26:20 +05:30 |
|
Srivats P.
|
1a6b23e31d
|
Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems.
|
2014-05-17 10:12:29 +05:30 |
|