adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
476 stars 127 forks source link

RNDIS/USB network example #403

Closed i-am-shodan closed 6 months ago

i-am-shodan commented 6 months ago

Is your feature request related to a problem? Please describe. The TinyUSB project has an example of USB networking in the examples dir but this isn't available as a class here

Describe the solution you'd like An example of creating a RNDIS device with this library

Describe alternatives you've considered I've tried to create a class from the MIDI implementation but I can't get it working as the interface doesn't appear. This is on an ESP32-S3 which it should work on.

Additional context No

hathach commented 6 months ago

we have no plan to add C++ class for rndis, you can use the native tinyusb API. PRs are welcome.

i-am-shodan commented 6 months ago

Do you have a link to your plan?

hathach commented 6 months ago

issue & pr list is the plan.