pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

usbmuxd: update TODO



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Sun Nov 9 13:32:02 2025 +0900
Changeset:	ad6af90b0f9cf9c08bd66dcec9ececbd54c1b1c0

Modified Files:
	usbmuxd/TODO

Log Message:
usbmuxd: update TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad6af90b0f9cf9c08bd66dcec9ececbd54c1b1c0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 usbmuxd/TODO | 10 ++++++++++
 1 file changed, 10 insertions(+)

diffs:
diff --git a/usbmuxd/TODO b/usbmuxd/TODO
index 26ba85f82d..9dc43d8ce4 100644
--- a/usbmuxd/TODO
+++ b/usbmuxd/TODO
@@ -1,5 +1,7 @@
 <!-- -*- markdown -*- -->
 
+# Doesn't work on NetBSD but it's not usbmuxd's fault
+
 We can compile usbmuxd on NetBSD but it doesn't actually work. I (pho@)
 tried hard but figured that it wasn't straightforward at all. Here are
 reasons:
@@ -24,3 +26,11 @@ In theory it *could* be possible to make `ugen(4)` steal only a specific
 interface from these devices, but I (pho@) don't know what interface to
 steal. Future travellers may find it useful to see what `usb_device_add()`
 in `${WRKSRC}/src/usb.c` does. I am bailing out, at least for now.
+
+
+# Tunneling
+
+If you have a machine running either Linux or macOS, you can run `usbmuxd`
+on that machine and connect to it from NetBSD by forwarding requests with
+an SSH tunnel. I wrote a shell script to automate the setup:
+https://github.com/depressed-pho/tunnel-usbmuxd


Home | Main Index | Thread Index | Old Index