-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:jkcoxson/netmuxd
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# netmuxd | ||
|
||
To change the daemon to netmuxd, change the environment variable to something like this | ||
```bash | ||
export USBMUXD_SOCKET_ADDRESS=127.0.0.1:27015 | ||
``` | ||
A replacement/addition to usbmuxd which is a reimplementation of Apple's usbmuxd on MacOS | ||
|
||
# Building | ||
Clone [rusty_libimobiledevice](https://github.com/jkcoxson/rusty_libimobiledevice), [plist_plus](https://github.com/jkcoxson/plist_plus) | ||
and make sure both are buildable. Instructions are in their respective readme's. | ||
|
||
Run ``cargo build`` to generate binaries. It is located at ``target/debug/netmuxd`` | ||
|
||
Good luck, you'll need it | ||
|
||
# Usage | ||
Run with root, options can be listed with ``-help`` |