This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
ostinato
Watch
1
Star
0
Fork
0
You've already forked ostinato
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
280
Commits
8
Branches
17
Tags
3.8
MiB
470d390658
Commit Graph
2 Commits
Author
SHA1
Message
Date
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.
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