Giter VIP home page Giter VIP logo

jitter_usb_py's Introduction

This is a python library + some example programs to work wit Jitter-USB devices.

Demo programs

  • console_app.py: A basic PyQt5 app that communicates with USB devices.

    • Supports multiple connected devices
    • Show a simple command terminal / debug log for one device at a time
    • update server accepting (firmware) file uploads from a separate client program running on the same host

    This is a fairly basic application, the main purpose is to give an example of how to build an application around an USB device. The terminal console + debug output are the main functionality of this application.

    When building a new application, this demo can serve as a guidance. The recommended way is to depend on this repository and import USB into your application, along with gui element you want to re-use such as the console.

  • update_server.py: Standalone demo version of the update server

    • allows connections from a separate client (see firmware_update_client.py for an example)
    • can update multiple devices with one command
    • when running it standalone, the demo runs with dummy devices: you can test it without actual USB devices. To try it with real devices, run console_app.py (which runs update_server in the background)
  • firmware_update_client.py: Example client for the firmware update server.

    Make sure you have an update server running on the same host (console_app.py or update_server.py). This client will send firmware updates to that running server.

jitter_usb_py's People

Contributors

sjorsdewit avatar ijager avatar

Watchers

James Cloos avatar  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.