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

Rework timeout logic to try to address the problems described in #5 #6

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Oct 6, 2022

  1. Rework timeout logic to try to address the problems described in #5

    * If the input connection is forced to Radarcape mode, then Radarcape
      status messages are expected immediately; beast-splitter does not
      wait to see a status message before starting the timer that expects
      at least one status message per 15 seconds.
    
    * New option, --beast-input-timeout, sets a timeout for non-Radarcape
      connections (in seconds). If no valid message is received within
      that timeout, beast-splitter disconnects/reconnects.
    
    + some internal cleanups
    mutability committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8323711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87bb0a3 View commit details
    Browse the repository at this point in the history