openstf / minitouch

Minimal multitouch event producer for Android.
Other
639 stars 236 forks source link

How to use in remote phone #12

Closed hailianglone closed 7 years ago

hailianglone commented 7 years ago

Hello If no use "adb forward",how to use the lib?how to create the socket connection? For java or other Programing language

sorccu commented 7 years ago

You can use adbkit, which is what STF uses. It's only for Node, though. Anyway that's all I can say, we don't provide help with usage, the software and documentation (i.e. README) are provided as-is.

hailianglone commented 7 years ago

Thank you for your reply. If can I modify the socket's create method (use ip and port)

sorccu commented 7 years ago

You can, but you have to do it on your own. I would not recommend it, abstract sockets are much easier to use and have fewer edge cases to take care of.

On Tue, Jan 3, 2017 at 23:32 hailianglone notifications@github.com wrote:

Thank you for your reply. If can I modify the socket's create method (use ip and port)

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/openstf/minitouch/issues/12#issuecomment-270126437, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_a37NXZ6LsmDNr5F6FpSQBm9kkseks5rOlv6gaJpZM4LZpMq .

hailianglone commented 7 years ago

Thanks