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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -