iOS: Issue shell commands to an IP address -
i have ssh app on iphone (this one) can ssh server , issue shell commands. there app called fing can discover devices connected network (not dns-sd ones, of them). guess done issueing traceroute
, telnet
requests router's ip (192.168.0.1) , subsequent requests other ip's discovered.
my question is, how issue shell command ip address programmatically ios?
Comments
Post a Comment