Skip to content
New issue

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

iOS support #1

Open
Jamlpr opened this issue Mar 15, 2016 · 2 comments
Open

iOS support #1

Jamlpr opened this issue Mar 15, 2016 · 2 comments

Comments

@Jamlpr
Copy link

Jamlpr commented Mar 15, 2016

Hey! I have absolutely no idea how to contact you on github and it looks like your reddit account has been out of it for a while. Either way, I was wondering if there is anyway to play your Private TPP system with iphones? I've tried several programs similar to Max Remote but I am having no luck!

Hopefully I hear from you!

v/r,

Chris

@jbvsmo
Copy link
Owner

jbvsmo commented Mar 16, 2016

Hi,
Max Remote was the android app I chose to reverse engineer because it looked simple to do. I do not own nor have anything to do with the development of Max Remote.

That being said, you would need to do the same thing to some iOS app (either reverse engineer the protocol or find one which has that information available). For the Android app, It talks UDP to do some handshake and then use both TCP and UDP to click buttons depending if the button click is long or short.

The part of the code you need to change is server.py. Make it talk to your iOS app and then (I believe) it is simple to keep sending data to Max Remote Server because it is the one sending actual button presses to your emulator.

Keep me posted if you manage to add iOS support.

@jbvsmo jbvsmo changed the title Have no idea how to contact you otherwise! iOS support Mar 16, 2016
@Jamlpr
Copy link
Author

Jamlpr commented Mar 16, 2016

Thank you! I will get to work on it and keep you updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants