We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I would like to send a json with my Qt application to a python server and then retrieve information from the same server.
I did a unit test where I could easily retrieve information but I don't see any example of how to send information.
Sincerely, thank you in advance for your answer
The text was updated successfully, but these errors were encountered:
Hi,
Does https://github.com/joncol/jcon-cpp#creating-a-client help?
Sorry, something went wrong.
Hi
I don't understand in this section where you send information to the server, you just receive information ?
Sincerely
The simplest example is https://github.com/joncol/jcon-cpp#invoking-a-remote-method-synchronously, where you send a call to the server (the call getRandomInt, with the parameter 10). Instead of 10 you could pass along any QVariantMap. I'm not sure I understand what your question is...?
getRandomInt
10
QVariantMap
No branches or pull requests
Hello,
I would like to send a json with my Qt application to a python server and then retrieve information from the same server.
I did a unit test where I could easily retrieve information but I don't see any example of how to send information.
Sincerely, thank you in advance for your answer
The text was updated successfully, but these errors were encountered: