I need to connect android/iPhone device via USB with a PC. An program written in NodeJS should be able to detect the device and get information and perform some operation on the device like reboot
and reset
.
Anyway, I've tried some libraries like node-usb but I'm not able to send command to the device or perform any task like that.
For iOS there's some library libimobiledevice but couldn't find any nodeJs wrapper.
Maybe I'm missing something here, any help will be appreciated.
Thanks is advance.