-
Notifications
You must be signed in to change notification settings - Fork 45
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
HBlink-aprs issue #2
Open
kp4oo
wants to merge
57
commits into
kc1awv:master
Choose a base branch
from
iu7igu:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Docker support
Add support for linking to XLXd via MMDVMHost protocol, with module link on connect.
XLX needs LOOSE = True - making the sample reflect that.
Make the SAMPLE reflect the need for XLX to use LOOSE mode.
NO GUARANTEES. It still has some python2 code that needs updated, but it's here while I work on it.
May still have issues, definitley needs improvement.
Add support for configuration from directory instead a git repo
…y type conversion for _seq
…but avoids unecessary tracabacks.
this should make it easier to build new or test applications.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When I try to run the HBlink-aprs i received the following message:
root@SAFEHOSTNAME:/opt/HBlink3_aprs# python3 bridge.py
Traceback (most recent call last):
File "bridge.py", line 45, in
from hblink import HBSYSTEM, OPENBRIDGE, systems, hblink_handler, reportFactory, REPORT_OPCODES, mk_aliases
File "/opt/HBlink3_aprs/hblink.py", line 74, in
file_config=config.build_config('hblink.cfg')
File "/opt/HBlink3_aprs/config.py", line 297, in build_config
process_acls(CONFIG)
File "/opt/HBlink3_aprs/config.py", line 61, in process_acls
_config['SYSTEMS'][system][acl] = acl_build(_config['SYSTEMS'][system][acl], const.ID_MAX)
File "/opt/HBlink3_aprs/config.py", line 91, in acl_build
id = int(entry)
ValueError: invalid literal for int() with base 10: 'AL'
(How I fix this issue... Thanks
Carlos
KP4OO