You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your USBip_setup and USBip_start are borderline non-trivial and seem specific to your hardware.
I can guess why you made the network dnsmasq and interface, but I am a bit lost about why you did some of the things in USBip_setup and USBip_start.
This script in general looks a little different than a basic Pi running usbip.
It seems like the MacOS is integrally tied in to the setup.
Why? Are you just piping IP over the USB between the Mac and Pi4 to make the Pi4 act like a NIC to the Mac?
As you say in the readme.md:
shell script for setup IP protocol running over USB port on rpi platform 4
Is this literally just "IP over USB"? (which is a big difference from "USB over IP")
It might also help if you pull out any hard coded strings specific to your hardware and define it at the top as constants that others can easily change if they want to reuse this script.
Thanks!
The text was updated successfully, but these errors were encountered:
Your USBip_setup and USBip_start are borderline non-trivial and seem specific to your hardware.
I can guess why you made the network dnsmasq and interface, but I am a bit lost about why you did some of the things in USBip_setup and USBip_start.
This script in general looks a little different than a basic Pi running usbip.
It seems like the MacOS is integrally tied in to the setup.
Why? Are you just piping IP over the USB between the Mac and Pi4 to make the Pi4 act like a NIC to the Mac?
As you say in the readme.md:
Is this literally just "IP over USB"? (which is a big difference from "USB over IP")
It might also help if you pull out any hard coded strings specific to your hardware and define it at the top as constants that others can easily change if they want to reuse this script.
Thanks!
The text was updated successfully, but these errors were encountered: