Cort Buffington
30ed93aa30
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
508b9c7197
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
ed2a1ca549
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
e6949e65ec
Revert "Update bridge.py"
...
This reverts commit ab1a536147
.
2020-02-09 19:51:58 -06:00
Cort Buffington
9ac426aa2d
Revert "Update bridge.py"
...
This reverts commit 0a2edc09a5
.
2020-02-09 19:51:58 -06:00
Cort Buffington
94afc15d7a
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
b5e77e64b1
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
8c2b35ece0
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
bb4356e027
Update bridge.py
2020-02-09 19:51:58 -06:00
Cort Buffington
63604a5b38
inbound OBP Unit calls
2020-02-09 19:51:58 -06:00
Cort Buffington
4643ea47b7
Inbound OBP Unit calls
2020-02-09 19:51:58 -06:00
Cort Buffington
877e1c6c65
Adding inbound OBP Processing
2020-02-09 19:51:58 -06:00
n0mjs710
364ead81ec
Working Code - REPORT ERRORS!
2020-02-09 19:51:58 -06:00
Cort Buffington
717e802b9b
fixed missing ) on logging line
2020-02-09 19:51:58 -06:00
n0mjs710
857c4d09d0
untested OBP support added
...
Push is just to sync with a test system.
2020-02-09 19:51:58 -06:00
n0mjs710
2e09350ad2
OBP Support Added -- CURRENTLY UNTESTED
...
OpenBridge support added, but not yet tested. This push is so that I can pick up my updates on another computer to test.
2020-02-09 19:51:58 -06:00
Cort Buffington
836c655739
add configuration to enable unit routing
2020-02-09 19:51:58 -06:00
Cort Buffington
281860db0b
unit to unit calls, with contention working - HBSystems only
...
This appears to work, but no openbridge support yet.
2020-02-09 19:51:58 -06:00
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