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

HBlink-aprs issue #2

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
687ddf1
Docker support
millaguie Apr 13, 2019
8519f86
Improve english
millaguie Apr 13, 2019
f9abd05
Merge pull request #1 from millaguie/docker
n0mjs710 Apr 18, 2019
3218a5f
Update README.md
n0mjs710 May 7, 2019
b668130
Update README.md
n0mjs710 May 7, 2019
e47c2a3
Update README.md
n0mjs710 May 7, 2019
dce6674
Update README.md
n0mjs710 May 7, 2019
ad2813d
RadioID changes
n0mjs710 May 9, 2019
24c201f
Add basic XLX support
MW0MWZ Jun 19, 2019
aa7fea8
Add packet generation for XLX master module selection
MW0MWZ Jun 19, 2019
bce4e01
Randomisation of the Stream ID
MW0MWZ Jun 19, 2019
02c605d
Removed timers, add disconnect/reconnect to make the conntion more re…
MW0MWZ Jun 19, 2019
d973a7c
Merge pull request #3 from AndyTaylorTweet/master
n0mjs710 Jun 19, 2019
eba5174
Update hblink-SAMPLE.cfg
AndyTaylorTweet Jun 21, 2019
0b7a720
Merge pull request #5 from AndyTaylorTweet/master
n0mjs710 Jun 21, 2019
9291ff1
Fix typo
N4IRS Jul 18, 2019
d441e56
Merge pull request #6 from N4IRS/patch-1
n0mjs710 Jul 18, 2019
1117eb7
Update README.md
n0mjs710 Aug 23, 2019
be13083
Create bridge_all.py
n0mjs710 Sep 5, 2019
aefedca
1st attempt at an operational upload
n0mjs710 Sep 5, 2019
64a685c
1st Working Version
n0mjs710 Sep 6, 2019
55a546a
Added Contention Handler & Target Iteration to continue not return
n0mjs710 Sep 6, 2019
101a6e4
Fix typo in contention handler logging
n0mjs710 Sep 6, 2019
553bcba
Contention Handler logging error fixed (lots of them)
n0mjs710 Sep 6, 2019
557b21c
Remove unnecessary state variables
n0mjs710 Sep 6, 2019
d3a5ee2
Fixed reference to STRING_TO to be const.STRING_TO
n0mjs710 Sep 7, 2019
99d0b49
convert seq from bytes to int so we can actually use it
n0mjs710 Sep 11, 2019
e570adb
Remove print() used for debugging
n0mjs710 Sep 18, 2019
9ba975b
Add support for configuration from directory instead a git repo
millaguie Sep 22, 2019
84800d6
Merge pull request #8 from millaguie/docker
n0mjs710 Sep 22, 2019
1b265d8
Initial Upload -- seems to work.
n0mjs710 Sep 25, 2019
2ef0dfc
Fix ACL logging - SLOT specifig logging had quietly been broken
n0mjs710 Sep 25, 2019
96b029a
Cleaned up Processing and logging
n0mjs710 Sep 30, 2019
3878c82
Add ability to specify a rules file on the CLI
n0mjs710 Oct 7, 2019
31c23ae
Fixed unecessary bytes to int conversion of sequence field -- used fo…
n0mjs710 Nov 20, 2019
4292874
fix typo
kc1awv Dec 13, 2019
cdae79e
Merge pull request #11 from kc1awv/patch-1
n0mjs710 Dec 13, 2019
ef4514b
updated commented debugging message at line #355 to remove unnecessar…
n0mjs710 Dec 15, 2019
58c84cf
Changed initial state values for some reporting variables. Cosmetic, …
n0mjs710 Jan 13, 2020
b9dc33d
Update README.md
n0mjs710 Feb 6, 2020
383ba7e
Create an "app template"
n0mjs710 Feb 10, 2020
7f7f8bd
Adding Official Logo Images
n0mjs710 Mar 6, 2020
e8f838b
Update README.md
n0mjs710 Mar 7, 2020
e1174e6
Added IP address logging for denied registration
n0mjs710 Mar 9, 2020
d31c6f7
Update README.md
n0mjs710 Mar 11, 2020
8f0a3d0
Update README.md
n0mjs710 Mar 11, 2020
ac87c44
Update README.md
n0mjs710 Mar 11, 2020
8497bb1
Update README.md
n0mjs710 Mar 11, 2020
08f6669
Update README.md
n0mjs710 Mar 11, 2020
f70fc26
APRS IMPLEMENTATION
iu7igu Sep 18, 2020
5a1414d
APRSlib
iu7igu Sep 18, 2020
091f8bd
update repo
iu7igu Sep 18, 2020
4ba07ad
APRS Timing FIXED
iu7igu Nov 18, 2020
e7f5289
Update nom_aprs
iu7igu Nov 18, 2020
47489be
Delete composer.json
iu7igu Nov 18, 2020
06597e8
Delete composer.lock
iu7igu Nov 18, 2020
a2b76ec
Delete test.py
iu7igu Nov 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
APRSlib
iu7igu authored Sep 18, 2020
commit 5a1414d5d601c414e2f7fcaaadc953d5005587f1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -3,3 +3,4 @@ bitarray>=0.8.1
Twisted>=16.3.0
dmr_utils3>=0.1.19
configparser>=3.0.0
aprslib>=0.6.42