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

Make beacon options configurable on the command line #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

larsks
Copy link

@larsks larsks commented Nov 10, 2023

This PR adds the following options to axdigi2018:

  • --enable-beacon, -b -- enable a periodic beacon every --beacon-interval seconds
  • --beacon-text, -t text -- set beacon text
  • --beacon-dest, -d callsign -- set beacon destination
  • --beacon-interval, -i seconds -- set beacon interval (default 300)
  • --beacon-path, -p digi1,digi2,... -- set beacon path

I have also run the code through clangd-format for consistent formatting, and added github workflows to check formatting and confirm the code builds for each pull request and push to master.

- Run the code through clang-format

- Teach axdigi about the following options:
  - --enable-beacon (-b)
  - --beacon-dest (-d)
  - --beacon-text (-t)
  - --beacon-interval (-i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant