Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console command line improvements #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2023

  1. Remove encrypted kwarg that is unused, update logging.

    This makes sure that all encrypted received packets are debug-logged
    also unencrypted, as otherwise debugging is impossible.
    Flameeyes committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f993503 View commit details
    Browse the repository at this point in the history
  2. console: allow '-' to be used to open a product ID without path.

    This allows using the single command mode when open the device by
    product ID.
    Flameeyes committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    34c7a89 View commit details
    Browse the repository at this point in the history
  3. console: optimistically decide if the protocol should be encrypted.

    If the tool is being executed with the HID library and the product ID,
    then the code can decide by itself if it should use the encrypted
    communication protocol or not.
    Flameeyes committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c8253ea View commit details
    Browse the repository at this point in the history