Commit Graph

131 Commits

Author SHA1 Message Date
Cort Buffington 83d120c101 Revert "Update bridge.py"
This reverts commit 0a2edc09a5.
2019-12-04 18:59:55 -06:00
Cort Buffington 0a2edc09a5 Update bridge.py 2019-12-04 18:57:44 -06:00
Cort Buffington ab1a536147 Update bridge.py 2019-12-04 18:51:42 -06:00
Cort Buffington e6d25534b5 Update bridge.py 2019-12-04 18:48:51 -06:00
Cort Buffington 9219b4b2ee Update bridge.py 2019-12-04 18:45:22 -06:00
Cort Buffington da607cd542 inbound OBP Unit calls 2019-12-04 17:25:50 -06:00
Cort Buffington 83299312cc Inbound OBP Unit calls 2019-12-04 17:23:04 -06:00
Cort Buffington 8bbd9ee850 Adding inbound OBP Processing 2019-12-04 17:12:26 -06:00
n0mjs710 999bbbf5f7 Working Code - REPORT ERRORS! 2019-12-03 13:11:01 -06:00
Cort Buffington 76bb7f1140 fixed missing ) on logging line 2019-12-02 19:56:41 -06:00
Cort Buffington ece48f3a50 Merge branch 'private-call-dev' of https://github.com/n0mjs710/hblink3 into private-call-dev 2019-12-02 19:49:47 -06:00
Cort Buffington 1bc57b5ea4 add configuration to enable unit routing 2019-12-02 19:49:37 -06:00
n0mjs710 9e2d2315da untested OBP support added
Push is just to sync with a test system.
2019-12-02 08:30:25 -06:00
n0mjs710 3893e12fca 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.
2019-12-02 08:29:52 -06:00
Cort Buffington 8a45e927ae unit to unit calls, with contention working - HBSystems only
This appears to work, but no openbridge support yet.
2019-12-01 13:27:07 -06:00
Cort Buffington f98c12096c Works, but no contention handler
Private call forwarding works, with destionation routing cache, but no contention handler yet.
2019-12-01 11:20:14 -06:00
Cort Buffington e5eafeec3e 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.
2019-12-01 10:06:08 -06:00
Cort Buffington d8bfdc7068 Track subscribers
this is not yet really useable, just getting the mechanics started
2019-11-29 10:35:27 -06:00
Cort Buffington d689a876aa Separate UNIT from GROUP Calls
Initial framework for processing UNIT calls
2019-11-28 10:49:32 -06: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