Bryan Biedenkapp
2893ed20d4
ensure multiple instances of a peer-link FNE don't clobber each other when receiving peer-link ACL;
1 year ago
Bryan Biedenkapp
f810351847
use non-blocking IO for the SecureTcpClient accept routine;
1 year ago
Bryan Biedenkapp
e263507024
breifly describe grant demands;
1 year ago
Bryan Biedenkapp
ebb8669c0d
disable watchdog checking while the modem is transmitting CW;
1 year ago
Bryan Biedenkapp
15656dcdbf
don't assume 04F11-only peers will be present, and check for voiceChannel array viability;
1 year ago
Bryan Biedenkapp
39ba2e8e5f
update FNE network doc;
1 year ago
Bryan Biedenkapp
406160428e
add concepts section to FNE Network document;
1 year ago
Bryan Biedenkapp
397a40c899
continued modem protocol documentation;
1 year ago
Bryan Biedenkapp
6094c4dec0
continued modem protocol documentation;
1 year ago
Bryan Biedenkapp
520847a0bf
add flash read documentation;
1 year ago
Bryan Biedenkapp
fcaa468a25
fix modem protocol doc number;
1 year ago
Bryan Biedenkapp
cc030fedb6
continued modem protocol documentation;
1 year ago
Bryan Biedenkapp
7b6cfe82f6
begin documenting modem protocol (this is incomplete);
1 year ago
Bryan Biedenkapp
0e3b557537
copy tuning documentation from README.md to its own ADOC file;
1 year ago
Bryan Biedenkapp
69b0334a0c
correct doc typos;
1 year ago
Bryan Biedenkapp
bd3301d8ba
add my ham callsign;
1 year ago
Bryan Biedenkapp
8591f95116
add some beginnings of techincal documentation;
1 year ago
Bryan Biedenkapp
f40e6c6af0
Merge Peer Link Enhancement Changes ( #73 )
...
* add support for Peer-Link CFNEs to pass activity and peer status messages to the prime/master CFNE; add support for Peer-Link CFNEs to transmit their currently active peer list to the prime/master CFNE; add support on the master/prime CFNE to support reporting Peer-Link peer IDs in the /peer/query REST API request; add support to pass affiliation updates from Peer-Link CFNEs to the prime/master CFNE (Note: this passing does not preserve the original peer ID the affiliation came from, from the prime/master perspective, currently, the affiliation will appear as if it came from the Peer-Link CFNE); correct a bug with buffer overflow for Peer-Link configuration transfers;
* hide debug messages;
* remove debug print;
1 year ago
Bryan Biedenkapp
8c00c7b81c
add missing peer link parameter when saving peer list;
1 year ago
Bryan Biedenkapp
2e2e8bf957
fix all instances of (uint32_t) for calcTxOffset;
1 year ago
jsb5151
e41fec1253
fixed calcTxOffset to use a signed integer; ( #72 )
...
(uint32_t)calcTxOffset would result in the offset being 0 if the value was negative in iden_table.dat
1 year ago
Bryan Biedenkapp
3ed87d4f89
slim down the embedded zlib library;
1 year ago
Bryan Biedenkapp
3740b33d8c
make sure Connection: close is explicitly used for InfluxDB;
1 year ago
Bryan Biedenkapp
a009d3345f
disable linger for InfluxDB;
1 year ago
Bryan Biedenkapp
b637a14f2d
whoops;
1 year ago
Bryan Biedenkapp
d61c1cd57f
return actual NAK for uninitialized affiliations tables; use SO_REUSEADDR on InfluxDB to reduce the number of idiotic TIME_WAIT TCP sockets;
1 year ago
Bryan Biedenkapp
71462628a0
update README.md;
1 year ago
Bryan Biedenkapp
3eb066b7b3
update README.md;
1 year ago
Bryan Biedenkapp
5f601247b7
add zlib 1.3.1 dep (included in common); implement Peer-Link feature, this allows a master CFNE, when configured by peer list, to transmit complete talkgroup, RID and peer list data to subordinate CFNEs;
1 year ago
Bryan Biedenkapp
cc274ba78e
add support to selectively revert to previous logic ignoring affiliation checks;
1 year ago
Bryan Biedenkapp
b0369d272a
if for some reason, you have grant demands, and are a conventional/DVRS site, don't handle any grant demands if traffic is in progress;
1 year ago
Bryan Biedenkapp
7736e03aef
add ability to disable NON-AUTHORITATIVE log warnings (functionality is made optional as it makes diagnostics easier); remove redundant error message from grant demands;
1 year ago
Bryan Biedenkapp
ff6658cae7
how did no one find this, like how was this missed? add missing affiliated flag being sent from FNE to host;
1 year ago
Bryan Biedenkapp
cee2995389
throttle peer_status a little bit, send an update every 175ms (similar to the TUI update speed);
1 year ago
Bryan Biedenkapp
b190ce3628
add new net_event websocket data type that occurs when a valid CSBK or TSBK is decoded;
1 year ago
Bryan Biedenkapp
61a7a108ad
ignore subsequent grant demands for a TG with a call in progress;
1 year ago
Bryan Biedenkapp
7dc9522d7f
add support for V.24 modem connection state reporting;
1 year ago
Bryan Biedenkapp
c7ff885c72
replace spinbox with line edit; correct issue where AffListWnd and PeerListWnd would steal focus preventing input;
1 year ago
Bryan Biedenkapp
b0b8a42a2c
change default "identity" name in SysView example configuration to something more meaningful;
1 year ago
Bryan Biedenkapp
264738cb53
add some configuration notes for useAlternatePortForDiagnostics and allowActivityTransfer;
1 year ago
Bryan Biedenkapp
426a903ead
add log message for when peer status messages are being forwarded to a SysView client;
1 year ago
Bryan Biedenkapp
a65cdb1de2
fix incorrect display of VC count;
1 year ago
Bryan Biedenkapp
45d3b01b13
disable transfer of SysView's diag logs back to the FNE; add support to dump whether or not peer status was Rx when in debug mode;
1 year ago
Bryan Biedenkapp
fc6f199c37
peer status doesn't require influx;
1 year ago
Bryan Biedenkapp
f6f2ec36d5
remove unused variables;
1 year ago
Bryan Biedenkapp
bf8938766e
port newer changes for RPTC JSON message handling from dvmhost to other apps;
1 year ago
Bryan Biedenkapp
ab32e8c8be
implement getDefault for json::value, this helps correct a flaw in picojson that causes get to fail with an assertion;
1 year ago
Bryan Biedenkapp
304163ef8b
stablize the Peer Status display for SysView; refactor rendering of peers for SysView Peer Status; make dvmmon's peer display more similar to SysView;
1 year ago
Bryan Biedenkapp
4f5369a582
because I just made this error, lets make sure debug builds are clearly labeled [and as such we'll label them in a cheeky way ;)];
1 year ago
Bryan Biedenkapp
285e45c0e2
add freq display to peer list;
1 year ago