HBLink-org / hblink3

HBlink for Python3
GNU General Public License v3.0
66 stars 69 forks source link

forward CSBK to destination TG #10

Closed kf7eel closed 3 years ago

kf7eel commented 3 years ago

I have found that HBlink will give group data calls (SMS, GPS, etc) type 'vcsbk' quite often. When this happens, HBlink drops those packets resulting in a partial transmission reaching the destination. I have inserted self.group under 'vcsbk' to forward vscbk packets to their destination TG. This has been working well for several months with testing on my fork. I haven't observed any adverse effects on anything. I thought this could help enhance HBlink in general.

Anyone have any thoughts or input?