Code Monkey home page Code Monkey logo

chryusb_configurator's Introduction

Cherry USB Configurator

Cherry USB Configurator 是一个简单的易于上手的用于生成 USB 描述符的图形化配置工具.

功能简介

Cherry USB Configurator 基于Electron11 + Vue3.2 + Vite2 + TypeScript开发。 在Cherry USB Configurator里USB描述符被分割成了两种文件 一种是chrybase工程文件, 包含设备描述符、配置描述符和多组功能描述符的配置 另一种是chry文件, 包含了一组功能的接口关联描述符, 接口描述符, 类特定描述符, 端点描述符的配置 参考 test/demo文件内容

Cherry USB Configurator 预计实现一下功能:

  • 支持 USB2.0 全速和高速设备描述符配置
  • 支持设备描述符生成
  • 支持配置描述符生成
  • 支持字符串描述符生成
  • 支持接口描述符生成
  • 支持接口关联描述符生成
  • 支持端点描述符生成
  • 支持 HID 类描述符生成
  • 支持 MSC 类描述符生成
  • 支持 CDC ACM 类描述符生成
  • 支持 UAC 1.0 描述符生成
  • 支持 UAC 2.0 描述符生成
  • 支持 UVC 描述符生成
  • 支持多组配置描述符生成



构建

# python 2.7
# electron 11.4.12
# nodejs 14.18.0
# vue 3.2.29
# vite ^2.7.13

# install dependencies~
yarn

# reinstall dependencies~
rm -rf node_modules
yarn

# serve with hot reload at localhost:9080
yarn dev

# build electron application for production
yarn build



chryusb_configurator's People

Contributors

egahp avatar

Watchers

 avatar

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.