rick51231
rick51231
There is a problem when compiling with MacOS built-in curl. A temporary workaround is to install curl from brew and use it. - `brew install curl` - `export PATH=/usr/local/Cellar/curl/7.87.0/bin/:$PATH` -...
Hi, @alwinhb Everything related to DMR is in this folder: https://github.com/rick51231/node-dmr-lib/tree/master/src/DMR The best source of information about DMR is the ETSI standard: https://www.dmrassociation.org/dmr-standards.html
@alwinhb , definitely not. It contains only what is needed for basic work with sending data. In the near future I plan to launch a beta of voice decoding.
@alwinhb , short data and gps - yes. Audio - partially, just released beta
Hello The number of preambles (CSBK) can be configured in `DMRIPGateway.sendIPPacket` method (third parameter). So in the `IPSC-client.js` example it can be done this way: ``` ... ip.src_port = 4007;...
Same here. 6 host vSphere + vSAN cluster, 13 agent 2 (linux/windows), 33 SNMP. Zabbix server 7.0.3 + MySQL in docker on the separate VM. Log from the Debian 12...
Same on Intel i9 + Radeon 5500M MBP. In bootcamp everything works fine on ultra settings even from an external USB drive.
Same here, used workaround to skip error: ` proxy_set_header Accept-Encoding "" ` Tried `server.compression.enabled=false` via docker environment variable `-e SERVER_COMPRESSION_ENABLED=false` without success.