Cort Buffington
0f38427f2f
Works, but no contention handler
...
Private call forwarding works, with destionation routing cache, but no contention handler yet.
2020-02-09 19:51:58 -06:00
Cort Buffington
112143ec05
incremental update - Not Working
...
the program runs at ths point, logging is updated for group calls, no errors in unit sectinon, but no contention handler and send routines not yet built.
2020-02-09 19:51:58 -06:00
Cort Buffington
887657aa16
Track subscribers
...
this is not yet really useable, just getting the mechanics started
2020-02-09 19:51:58 -06:00
Cort Buffington
7bf0a77e16
Separate UNIT from GROUP Calls
...
Initial framework for processing UNIT calls
2020-02-09 19:51:58 -06:00
Cort Buffington
b9dc33dae5
Update README.md
2020-02-06 15:30:53 -06:00
Cort Buffington
58c84cf43a
Changed initial state values for some reporting variables. Cosmetic, but avoids unecessary tracabacks.
2020-01-13 14:45:17 +00:00
Cort Buffington
ef4514b8e0
updated commented debugging message at line #355 to remove unnecessary type conversion for _seq
2019-12-15 16:55:19 +00:00
Cort Buffington
cdae79e0ee
Merge pull request #11 from kc1awv/patch-1
...
fix typo
2019-12-13 10:00:16 -06:00
Steve Miller
429287452a
fix typo
...
missing bracket on line 89
2019-12-13 10:54:04 -05:00
Cort Buffington
31c23ae7a0
Fixed unecessary bytes to int conversion of sequence field -- used for loss reporting
2019-11-20 14:52:24 +00:00
n0mjs710
3878c82513
Add ability to specify a rules file on the CLI
2019-10-07 09:52:33 -05:00
n0mjs710
96b029a927
Cleaned up Processing and logging
2019-09-30 14:10:40 -05:00
n0mjs710
2ef0dfcd74
Fix ACL logging - SLOT specifig logging had quietly been broken
2019-09-25 14:36:20 -05:00
n0mjs710
1b265d8368
Initial Upload -- seems to work.
2019-09-25 09:56:03 -05:00
Cort Buffington
84800d690a
Merge pull request #8 from millaguie/docker
...
Add support for configuration from directory instead a git repo
2019-09-22 11:29:05 -05:00
Millaguie
9ba975bfff
Add support for configuration from directory instead a git repo
2019-09-22 18:17:10 +02:00
Cort Buffington
e570adbef0
Remove print() used for debugging
2019-09-18 23:45:32 +00:00
Cort Buffington
99d0b49559
convert seq from bytes to int so we can actually use it
2019-09-11 09:24:54 -05:00
Cort Buffington
d3a5ee2221
Fixed reference to STRING_TO to be const.STRING_TO
2019-09-07 13:31:37 +00:00
n0mjs710
557b21c022
Remove unnecessary state variables
2019-09-06 13:43:24 -05:00
n0mjs710
553bcba3a2
Contention Handler logging error fixed (lots of them)
2019-09-06 13:02:39 -05:00
n0mjs710
101a6e4a11
Fix typo in contention handler logging
2019-09-06 12:49:13 -05:00
n0mjs710
55a546a239
Added Contention Handler & Target Iteration to continue not return
2019-09-06 10:18:24 -05:00
n0mjs710
64a685cd80
1st Working Version
...
May still have issues, definitley needs improvement.
2019-09-06 09:06:37 -05:00
n0mjs710
aefedca6ee
1st attempt at an operational upload
2019-09-05 12:51:29 -05:00
n0mjs710
be13083729
Create bridge_all.py
...
NO GUARANTEES. It still has some python2 code that needs updated, but it's here while I work on it.
2019-09-05 08:46:28 -05:00
Cort Buffington
1117eb7022
Update README.md
2019-08-23 09:07:08 -05:00
Cort Buffington
d441e5649f
Merge pull request #6 from N4IRS/patch-1
...
Fix typo
2019-07-17 21:46:04 -05:00
Steve Zingman
9291ff175a
Fix typo
2019-07-17 22:26:35 -04:00
Cort Buffington
0b7a72044e
Merge pull request #5 from AndyTaylorTweet/master
...
Make the SAMPLE reflect the need for XLX to use LOOSE mode.
2019-06-21 11:20:35 -05:00
Andy Taylor
eba5174dc1
Update hblink-SAMPLE.cfg
...
XLX needs LOOSE = True - making the sample reflect that.
2019-06-21 17:14:16 +01:00
Cort Buffington
d973a7c226
Merge pull request #3 from AndyTaylorTweet/master
...
Add support for linking to XLXd via MMDVMHost protocol, with module link on connect.
2019-06-19 12:50:47 -05:00
Andy Taylor
02c605dab7
Removed timers, add disconnect/reconnect to make the conntion more reliable
2019-06-19 15:03:29 +00:00
Andy Taylor
bce4e01775
Randomisation of the Stream ID
2019-06-19 14:49:52 +00:00
Andy Taylor
aa7fea86ba
Add packet generation for XLX master module selection
2019-06-19 12:15:21 +00:00
Andy Taylor
24c201ffc2
Add basic XLX support
2019-06-19 07:32:44 +00:00
Cort Buffington
ad2813db58
RadioID changes
2019-05-09 09:31:21 -05:00
Cort Buffington
dce6674875
Update README.md
2019-05-06 22:20:15 -05:00
Cort Buffington
e47c2a328d
Update README.md
2019-05-06 22:19:44 -05:00
Cort Buffington
b668130727
Update README.md
2019-05-06 21:37:23 -05:00
Cort Buffington
3218a5f6bb
Update README.md
2019-05-06 21:34:15 -05:00
Cort Buffington
f9abd051a8
Merge pull request #1 from millaguie/docker
...
Docker support
2019-04-18 09:02:55 -05:00
Millaguie
8519f86fd3
Improve english
2019-04-13 20:03:40 +02:00
Millaguie
687ddf11a9
Docker support
2019-04-13 19:59:03 +02:00
Cort Buffington
ffd6d56dad
update copyrights
2019-03-05 19:01:07 -06:00
Cort Buffington
777de11ff6
Change ID file format to JSON
2019-03-02 13:25:37 -06:00
Cort Buffington
f46e4001ac
non-programatic updates
2019-03-01 11:30:45 -06:00
Cort Buffington
7e3bf4f16c
development computer sync
2019-02-27 11:27:11 -06:00
Cort Buffington
4b90dc7a8c
update copyright
2019-02-22 16:30:16 -06:00
Cort Buffington
bb4e24ab86
Merge branch 'master' of https://github.com/n0mjs710/hblink3
2019-02-22 16:27:59 -06:00