Commit graph

259 commits

Author SHA1 Message Date
Geoffrey Merck b41be0702f Apply Scale to energy, value still needs to be tweaked 2020-04-07 18:14:21 +09:00
Geoffrey Merck f94106f1f8 Well, forgot some basic maths .... 2020-04-07 18:14:21 +09:00
Geoffrey Merck 1ee722c9a7 Clamp Gain, Scale input sample
Add gain clamping +-dB
Scale input Sample
2020-04-07 18:14:21 +09:00
Geoffrey Merck df94f4c0dc Avoid Exxposing a reference to the internal AGC, improve debug info 2020-04-07 18:14:21 +09:00
Geoffrey Merck 49c81593c3 Add AGC 2020-04-07 18:14:21 +09:00
Geoffrey Merck b7e34f991e Test gain set to -3/+3 2020-04-07 18:14:21 +09:00
LX3JL b5ffe8b2c9 xlxd 2.3.5
Updated YSF server status protocol
2020-04-07 18:14:21 +09:00
LX3JL e0d9ea3026 xlxd 2.3.4
added support for YSF reflector status protocol
2020-04-07 18:14:21 +09:00
LX1IQ 266d64a3e2 Update xlxd 2020-04-07 18:14:21 +09:00
LX1IQ 699857518d Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 66fae9c06a Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 2c8f5528ab db v2.4.0 2020-04-07 18:14:21 +09:00
LX3JL 2399a6c0d5 xlxd 2.3.3
corrected bug
2020-04-07 18:14:21 +09:00
LX1IQ f62ca022f2 Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 167ba7d4d1 Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 0755d3bff1 Update README.md 2020-04-07 18:14:21 +09:00
LX1IQ 0a15fa9cb2 Update README.md 2020-04-07 18:14:21 +09:00
LX3JL 0170b41275 xlxd 2.3.2
Added YSF 'auto-link' feature
2020-04-07 18:14:21 +09:00
SASANO Takayoshi e091d2e666 to create StreamId, use random number generator instead of IP address 2020-04-07 18:14:21 +09:00
LX1IQ c3f444175b Update README.md 2020-04-07 18:14:21 +09:00
LX1IQ f070490cea Add files via upload 2020-04-07 18:14:21 +09:00
LX1IQ 75f7e82056 Update README.md 2020-04-07 18:14:21 +09:00
LX1IQ 88bbe8d210 Update README.md 2020-04-07 18:14:21 +09:00
LX3JL 6c51162b84 xlxd 2.3.1
added support for YSF and Wires-X
2020-04-07 18:14:21 +09:00
Florian Wolters 538f65a2f0 Fix typo 2020-04-07 18:14:21 +09:00
Florian Wolters 1ed919ea25 Merge countries.csv to dashboard2 2020-04-07 18:14:21 +09:00
Florian Wolters bc4a3295a7 Be more specific with callsigns from Antarctica 2020-04-07 18:14:21 +09:00
LX1IQ c23b5906a5 db v2.4.0 2020-04-07 18:14:21 +09:00
LX3JL 54cec014da ambed 1.3.4
Solved issue when pairing a 3003 with a 3000.
Solved issue when aggregating more than 2 devices
2020-04-07 18:14:21 +09:00
LX1IQ 92047be420 db v2.4.0
purge the "-"  if the reapter/hotspot call has no suffix. (YSF)
2020-04-07 18:14:21 +09:00
SASANO Takayoshi 368e4ecd1f add IPv6 address display 2020-04-07 18:14:21 +09:00
SASANO Takayoshi cc92f37a05 add IPv6 UDP transport support (downloading DMR-ID via http still IPv4) 2020-04-07 18:14:21 +09:00
SASANO Takayoshi 1958afca33 isdigit() returns zero or "non-zero" value, not zero or "one".
This causes building xlxd with gcc makes no problem, but with clang makes
"Read 0 DMR id" message at boot.
2019-04-07 14:04:29 +09:00
SASANO Takayoshi 6d85e1382b On OpenBSD, we have to add <netinet/in.h> to define sockaddr_in,
and <sys/socket.h> for AF_INET.

This change does not affect compiling on Linux.
2019-03-21 15:58:54 +09:00
SASANO Takayoshi 68cfe5bbe3 Use system default compiler. At least there is no difference under Linux.
OpenBSD's gcc is old (4.2) so we have to use clang-6.0.0 compiler.
2019-03-21 15:49:01 +09:00
LX3JL f643fc512a ambed 1.3.3
Corrected bug crashing ambed
2019-03-16 18:53:31 +01:00
LX3JL 640f7c5c9c Revert "Merge pull request #120 from nonoo/master"
This reverts commit 2c902aad20, reversing
changes made to b3360b66e2.
2019-03-16 15:57:24 +01:00
LX3JL 3e8d910cb0 Revert "xlxd 2.2.3"
This reverts commit 63a41d5c88.
2019-03-16 15:56:54 +01:00
LX3JL 63a41d5c88 xlxd 2.2.3
Prevent sending stream close frames back to the sender
2019-02-25 09:01:31 +01:00
LX3JL 2c902aad20
Merge pull request #120 from nonoo/master
Prevent sending stream close frames back to the sender
2019-02-25 08:59:15 +01:00
Nonoo 6b281b9fdb Prevent sending stream close frames back to the sender
The OnDvLastFramePacketIn() function closed the current stream before
HandleQueue() was called, so the stream's client lost it's stream master status
and HandleQueue() sent the client's last (stream closing) frame back to the
sender.

Applying this commit closes the stream only after HandleQueue() has been
called so no unnecessary call end frame reflection happens to the transmitting
client.
2019-02-19 12:39:48 +01:00
LX1IQ b3360b66e2
db v2.4.0 2018-12-02 11:00:41 +01:00
LX1IQ 1b143dd2b0
db v2.4.0 2018-11-28 14:38:27 +01:00
LX1IQ 9442e52084
db 2.4.0 2018-11-28 14:36:53 +01:00
LX1IQ ddc262677a
Add files via upload 2018-11-28 14:27:38 +01:00
LX1IQ ed41d06e65
Update country.csv 2018-10-26 07:04:18 +02:00
LX1IQ 436fefd2ce
Update country.csv 2018-10-26 07:02:02 +02:00
LX1IQ 7dd6b848c6
db 2.4.0
fix, HTML1420: Unexpected quote after "PUBLIC" or "SYSTEM" keyword. Expected whitespace.
2018-10-24 14:13:38 +02:00
LX1IQ d720f1eb55
db v2.4.0 2018-10-24 10:04:06 +02:00
LX1IQ 75a19316e5
db v2.4.0 2018-10-24 10:03:07 +02:00