chegewara / esp32-usbip-poc

ESP32 S2/S3 USBIP proof of concept app
82 stars 9 forks source link

Update README.md #7

Open pwqw opened 1 year ago

pwqw commented 1 year ago

I assume USB/IP is more advanced topic, not for beginners, so it requires at least basic knowledge about esp-idf and using esp32-S2/3 with USB. As i am no longer using windows (at least not for development) there is basic info as a reminder how to use usbip on linux. Here you can find few links, but uncle google can help you more: https://usbip.sourceforge.net/ https://docs.kernel.org/usb/usbip_protocol.html https://github.com/torvalds/linux/tree/master/drivers/usb/usbip

Originally posted by @chegewara in https://github.com/chegewara/esp32-usbip-poc/issues/6#issuecomment-1510437989

Ok, so for example the readme should state:

  1. It is a project tested on Linux.
  2. Requires prior knowledge of usbip

(ok, so far this is a bit obvious. In addition, it is already in the readme, clarified.)

gitOtonaut commented 7 months ago

Hi, all this points mentioned for adding to readme are vital, i started building and 1st issue was patching #include "usb/usb_host.h" which i took from esp-idf repository. Finally i was not able to compile without build errors.

I'd like to experiment transmitting usb over wifi from astronomy gear to astrophotgraphy computer, it would be extraordinary if you could provide more details to build and installation process, even i know how to build and flash via terminal, IDE or VSCode for beginners it would be great support.

cheers,