KF7EEL
d7afa94a5a
added user settings, added speed and course
2020-11-27 09:31:38 -08:00
KF7EEL
00e3ea840c
update readme, sample, and functions
2020-11-26 19:40:43 -08:00
KF7EEL
9dc7ce12e1
fix another bug
2020-11-26 17:44:19 -08:00
KF7EEL
a21393313f
revert change, remove UNIT_MAP changes
2020-11-26 15:23:33 -08:00
KF7EEL
e736893543
time for static unit now generated at start
2020-11-26 11:50:28 -08:00
KF7EEL
e88d545955
add hooks in code for shell commands
2020-11-25 15:53:42 -08:00
KF7EEL
eca8619153
Merge branch 'gps' of https://github.com/kf7eel/hblink3 into gps
2020-11-25 14:52:41 -08:00
KF7EEL
8e8836057b
fix typo for unit calls
2020-11-25 14:50:49 -08:00
KF7EEL
471feee9c3
implement static routes for unit calls
2020-11-25 14:39:28 -08:00
KF7EEL
d4e1ebd4ec
Update README.md
2020-11-25 12:35:06 -08:00
KF7EEL
ee40ad1e34
Update README.md
2020-11-25 12:17:51 -08:00
KF7EEL
37521fc7f1
implement custom UNIT time
2020-11-25 12:02:58 -08:00
KF7EEL
64ee23788a
Update README.md
2020-11-24 11:56:40 -08:00
KF7EEL
c07edcdc91
ensure lat and lon are float
2020-11-23 13:43:54 -08:00
KF7EEL
29fb602fcb
Update README.md
2020-11-23 13:19:04 -08:00
KF7EEL
6b9ae44256
add info to README
2020-11-23 13:15:22 -08:00
KF7EEL
72a9bd015b
fix typo again
2020-11-23 12:54:44 -08:00
KF7EEL
0ffd119994
implement basic SMS processing
2020-11-23 12:52:40 -08:00
KF7EEL
0056e1e09e
moved config to file
2020-11-23 10:08:31 -08:00
KF7EEL
84dee59b37
fix typo
2020-11-22 22:03:02 -08:00
KF7EEL
696e0bc128
fix typo
2020-11-22 21:58:45 -08:00
KF7EEL
f233e50516
fix old data bug
2020-11-22 20:39:45 -08:00
KF7EEL
6293497b61
decode motorola type sms
2020-11-22 18:51:46 -08:00
KF7EEL
6c3cab0827
added debug stuff
2020-11-22 13:55:06 -08:00
KF7EEL
0c6912c55f
fix typo
2020-11-22 12:44:52 -08:00
KF7EEL
e838fc3423
now using NMEA parser
2020-11-22 12:43:38 -08:00
KF7EEL
6224c84772
initial commit of GPS/Data application
2020-11-21 22:54:01 -08:00
KF7EEL
bfff0abacd
fix typo
2020-11-21 22:42:05 -08:00
Randy Hall
04e220de86
Merge pull request #2 from K2IE/master
...
Restored XLXPEER Functionality. Not actually cruft after all.
2020-10-24 21:58:42 -07:00
Dan Srebnick (K2IE)
948a2a7bbc
Cosmetics
2020-10-24 21:20:22 -04:00
Dan Srebnick (K2IE)
951f39f3db
Re-add needed code removed when diffing to restore XLX
2020-10-24 21:14:06 -04:00
Dan Srebnick (K2IE)
4b9864671e
Restore XLXPEER functionality
2020-10-24 20:53:48 -04:00
Cort Buffington
d0d496b232
Add necessary pieces for Talker Alias DMRA
2020-10-15 16:23:55 -05:00
n0mjs710
51ecece8dc
Add DMRA Framework
2020-10-13 18:59:28 -05:00
n0mjs710
ce494a4a18
Delete hblink-800.cfg
2020-10-12 08:30:42 -05:00
n0mjs710
819c3bae30
remove cruft
2020-10-12 08:29:50 -05:00
n0mjs710
a16e426c55
Merge branch 'master' of https://github.com/n0mjs710/hblink3
2020-10-12 08:27:07 -05:00
n0mjs710
a12b144c7c
Options added
2020-10-12 08:27:03 -05:00
Cort Buffington
c8e1d88ecc
Merge branch 'master' of https://github.com/n0mjs710/hblink3
2020-10-12 06:37:40 -05:00
Cort Buffington
89040e7c14
Remove Cruft
2020-10-12 06:37:21 -05:00
Cort Buffington
d68241918b
Merge pull request #18 from n0mjs710/private-call-dev
...
Private call dev
2020-10-11 07:54:40 -05:00
Cort Buffington
ccfd862a0a
Fixed Private Call Bridging when BOTH_SLOTS selected
...
This is the problem where bridge.py is told to send private calls marked with EITHER timeslot over openbridge. Packets weren't assembled correctly when the BOTH_SLOTS option was set True in the hblink configuraiton file.
d:
# modified: bridge.py
# modified: hblink.py
#
# Changes not staged for commit:
# modified: .gitattributes
# modified: Dockerfile
# modified: voice_lib.py
#
2020-04-27 11:01:54 -05:00
n0mjs710
24dca2e6ad
Fixed assignment typos
...
[_stream_id]['ACTIVE']: False
to
[_stream_id]['ACTIVE'] = False
Thanks, Steve!
2020-03-18 09:32:32 -05:00
Cort Buffington
8c1e9e5185
update coypright years
2020-03-16 14:35:28 +00:00
Cort Buffington
a2c0bb54c6
Fixed typo in call state tracking.
2020-03-16 08:38:16 -05:00
Cort Buffington
03f9c81d3a
Merge branch 'private-call-dev' of https://github.com/n0mjs710/hblink3 into private-call-dev
2020-03-15 21:23:05 -05:00
Cort Buffington
fdbfbf2362
READY FOR TESTING
...
unit calls should be working on HBP and OBP systems. Also adds the ability to send TS data in OBP for unit calls to preserve timeslot routing for unit calls.
2020-03-15 21:23:03 -05:00
Cort Buffington
b48e522f85
Now working version of private call routing, on a per-system basis, with the ability to overload OBP with TS information for unit calls.
2020-03-16 02:20:24 +00:00
Cort Buffington
f00d29e8a0
Update to sync dev system
...
message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch private-call-dev
# Your branch is ahead of 'origin/private-call-dev' by 1 commit.
# (use "git push" to publish your local commits)
#
2020-03-14 10:56:16 -05:00
Cort Buffington
08f6669bd3
Update README.md
2020-03-11 09:47:39 -05:00