A good tutorial for libusb

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

A good tutorial for libusb

Post by coolkehon »

I'm wanting to learn how to create something similar to usbhostfs_pc that is used between the psp and the pc on linux. Are there any good tutorials on how to do this.
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post by cory1492 »

Basics. Beyond that it's just a matter of understanding USB packets and the USB modes PSP can support, and possibly tinkering with a sniffer while trying things if you don't know usb that well ~ it's actually fairly simple once you have libusb's back stand on and some sample code, though the PSP side tends to look more complex at a low level (without firmware function source.)

As to an actual tutorial to do exactly what it is you want to do, I doubt one exists (mainly because this is the only app of it's kind for PSP) and (generally) the source (pspjoy/psplink/usbhostfs etc.) speaks for itself.
Post Reply