junkew Posted August 17, 2015 Share Posted August 17, 2015 Build first a basic tcp ip chat on a local machine java to local machine autoit.Based on above you learn some basics on communicating directly app to app instead of complicating stuff with db in betweeen. Then from there use html5 with websocket on your phone and a http listener in autoit. FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
junkew Posted August 17, 2015 Share Posted August 17, 2015 Here is the example https://www.autoitscript.com/forum/topic/165983-autoit-and-javascript-passing-information/?do=findComment&comment=1212431 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
PanStefan Posted August 18, 2015 Author Share Posted August 18, 2015 Thank you, and I'll try and let you know. Link to comment Share on other sites More sharing options...
PanStefan Posted August 20, 2015 Author Share Posted August 20, 2015 Okay guys, it's too hard to me to connect phone using TCP. Link to comment Share on other sites More sharing options...
junkew Posted August 20, 2015 Share Posted August 20, 2015 did you try the example given first on a local pc?If you have done that take the next step to modify the example to work on your phone (just plain HTML5) and connecting to your PC in the same local network.When you have that working the next step is to configure port forwarding in your firewall FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
PanStefan Posted August 21, 2015 Author Share Posted August 21, 2015 I've tried, but my programming skill aren't so high :/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now