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?

you can ssh library (you'll need ssh details server) such libssh2 or 1 of objc wrappers such nmssh.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -