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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -