Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: argilo/secplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: asjoyner/secplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 7, 2024

  1. Add some documentation about RaspberryPi setup

    This details how to use both a HackRF One and RTL-SDR Blog v4 on a
    RaspberryPi.
    asjoyner committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4460de4 View commit details
    Browse the repository at this point in the history
  2. Add initial version of minimial opener software

    This is based on secplus_reader.py, but strips away all the QT Gui and
    just operates as a local CLI application, printing the detected results
    to the console.
    
    There is some minor re-organization of the Connections to make it more
    readable, and hard-coding of the frequency appropriate for my use case.
    asjoyner committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    322f013 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Add callback on event and authorization logic

    This sets up a baseline to be able to have one door, opened by one
    rolling code opener, that must present a code in the right range.  I
    have only tested it with a Security 1.0 opener so far, and it does not
    yet have code for actually opening a door via any mechanism.
    asjoyner committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    be588aa View commit details
    Browse the repository at this point in the history
Loading