Hi,
I need to connect my iPhone to the freebsd. I have already installed the usbmuxd and it definitely works. As soon as I connect the iPhone to my freebsd host, (while the usbmuxd is running) the messages pop up indicating that the Apple iPhone is connected and its ID and serial number etc are printed out.
However, I want to develop a small application to start with which will just register for notification and print out the details when a iPhone is connected.
1. How do I add the libraries (libusbmuxd, libimobiledevice etc) in my C code? What is the path to the libusbmux.h etc?
2. How do I find out where the libraries are installed? or if they are in the default path for the g++ compiler?
I need to connect my iPhone to the freebsd. I have already installed the usbmuxd and it definitely works. As soon as I connect the iPhone to my freebsd host, (while the usbmuxd is running) the messages pop up indicating that the Apple iPhone is connected and its ID and serial number etc are printed out.
However, I want to develop a small application to start with which will just register for notification and print out the details when a iPhone is connected.
1. How do I add the libraries (libusbmuxd, libimobiledevice etc) in my C code? What is the path to the libusbmux.h etc?
2. How do I find out where the libraries are installed? or if they are in the default path for the g++ compiler?