Confirmed users
586
edits
| Line 20: | Line 20: | ||
Once this is running lets test it from your desktop (host): | Once this is running lets test it from your desktop (host): | ||
* telnet <ip> 20701 | * telnet <ip> 20701 | ||
On some WiFi android devices, the agent might report an IPv6 address that you might not be able to telnet to. You should be able to get an IPv4 address by going to the android network settings screen and clicking on the WiFi network you're connected to. | |||
Now that you have verified you can connect, the next step is to start writing python code. We have a library (devicemanager.py) which allows you to do common (file and process) operations across the telnet interface. | Now that you have verified you can connect, the next step is to start writing python code. We have a library (devicemanager.py) which allows you to do common (file and process) operations across the telnet interface. | ||