Ember
e18fc47845
Fix uninitialized m_netId in MMDVMNetwork outgoing packets
...
m_netId was allocated but never written to, sending 4 bytes of heap
garbage in the repeater ID field of every outgoing DMRD packet. Derive
the bytes from m_id (which is properly set from incoming DMRC config
packets) and remove the unused m_netId member entirely.
2026-04-05 17:52:07 -07:00
Daniel Caujolle-Bert
d9a09a9364
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
2021-04-25 07:44:55 +02:00
Jonathan Naylor
f4d9895842
More IPv6 upgrades.
2020-09-05 20:49:30 +01:00
Jonathan Naylor
5e3e9f10b9
Merge branch 'IPv6' into SimpleDMR
2020-09-03 11:16:10 +01:00
Jonathan Naylor
b344248e0a
Simplify the Host to DMR Gateway protocol.
2020-08-26 14:20:04 +01:00
SASANO Takayoshi
249bae1e7b
replace sockaddr_in -> sockaddr_storage to support IPv6
2019-10-23 12:04:06 +09:00
Jonathan Naylor
0c31af146c
Pass through the MMDVM's home position to all connected networks.
2018-10-30 07:42:04 +00:00
Jonathan Naylor
efbf42ff83
Allow for passing of beacon requests from the networks to the repeater.
2017-06-02 16:29:01 +01:00
Jonathan Naylor
90f5e17be9
Pass through new GPS and TA data.
2017-05-17 18:58:46 +01:00
Jonathan Naylor
503af50070
Virtualise the repeater protocol class.
2017-04-30 11:13:35 +01:00
Jonathan Naylor
80ef1757c0
Fix compiler warnings.
2017-04-28 17:01:53 +01:00
Jonathan Naylor
5941d983ac
First round of bug fixes and cleanups.
2017-04-23 20:17:25 +01:00
Jonathan Naylor
c04c3e1aef
Initial commit.
2017-04-20 20:51:30 +01:00