Giter Site home page Giter Site logo

vdp's People

Contributors

sheph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vdp's Issues

Implement USB gadget API

vdp_usb is a low-level API, it basically handles port electrical events and URBs. Need to implement higher level API on top of vdp_usb that'll be more device-oriented. Let's call it vdp_usb_gadget, it can be partially modeled after linux's kernel usb gadget API...

Implement python binding

  • must be a separate python module that anyone can use
  • for now, only make a binding for vdp usb gadget api
  • make some test python script that'll demonstrate that the whole thing works

Implement USB proxy sample app

the idea is simple:

* take over some real device, get its description and configurations
* make a virtual device with same description and configurations
* proxy all usb requests from our virtual device to this real device

run the proxy with some complicated devices such as USB cameras, it'll help
us test existing libvdpusb functionality and implement missing pieces, after
that we can move on to more complicated things such as usb<->ip

Implement vdpusb-ip

Implement this using python binding, this should work as good as usbip project does. And it should be easily implemented to showcase that entire usbip functionality is just a simple script in case of vdp.

Remaining USB related fixes

  • need to remove VDP_USB_URB_ZERO_PACKET, need to simulate it somehow
  • support audio endpoints, i.e. the ones with larger descriptor size
  • device features (remote wakeup and selfpower)... are these properly supported ?
  • power on/off signals - not tested, need to find a way to trigger them
  • qualifier descriptor - don't use when in high speed mode
  • something else...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.