reneboer / python-carnet-client

python script that emulated the VW WE Connect (formerly CarNet) web site
GNU General Public License v3.0
21 stars 9 forks source link

Code ist great and working. Can someone translate it to C++? #3

Closed JimKnopf1503 closed 5 years ago

JimKnopf1503 commented 6 years ago

Hello!

Thank you for this great code! I am not able to write python code and want to use this in a c++ project. Can someone translate it to C++? I can't even get the # Request landing page and get CSFR: part working in C++.

Thank your for any help. Burkhard Venus

reneboer commented 6 years ago

Sorry, I cannot. But anyone feel free to help.

birgersp commented 5 years ago

Which OS? Windows?

JimKnopf1503 commented 5 years ago

Hello! I have written the C++ code for Linux, which was working til We-Connect came up. I am now trying to get what has changed.

Burkhard

reneboer commented 5 years ago

@JimKnopf1503 if you have a repo I can link to for you C++ version, let me know and I can include it in the readme. For now I'll close this issue as it is not related to the python version.

JimKnopf1503 commented 5 years ago

Thanks Rene! But the C++ version dont work anymore couse of the WeConnect change. The App Version seems much more complex. Scrambling wit different keys (code challange). I stopped working on it, it is too high for me. Burkhard

birgersp commented 5 years ago

Jim,

I'm working on a kotlin port myself (also broken by the change), which I think will be working again with just a couple more hours of coding. The code here is very much cleaned up in terms of readability now. If there are any parts of the code where the steps are unclear, you can probably just create an issue about it and someone will improve it even more :)

JimKnopf1503 commented 5 years ago

Thanks for that hint, but I am using the app protocol, not the one of the web portal. That seems much more different.