g4klx / NXDNClients

A gateway and a parrot for NXDN.
GNU General Public License v2.0
43 stars 149 forks source link

Instructions/Documentation #261

Open kd9iaq opened 1 year ago

kd9iaq commented 1 year ago

October 21st 2022 So far I have found no way to contact the author or other users of these NXDN scripts to ask questions. Are there any instructions, documentation or guides available that can help me on how these scripts are supposed to get installed, setup and configured as well as hardware configuration? I am not sure if NXCore, NXDNReflector and NXDNGateway need to run on their own separate Raspberry Pi's or if they can all be run on the same Raspberry Pi? I have tried running them all on the same machine but I get port binding errors. I haven't figured out how to find and change the local ports. I have also tried running them on separate machines and I could only get traffic to flow from NXCore to the MMDVM but not MMDVM to NXCore. Any help would be greatly appreciated, especially from the author. Thank you, Doug P.S. I can be contacted directly via email at kd9iaq at outlook dot com.

dl9cma commented 9 months ago

It's not possible to host nxcore and nxdnreflector on the same host. nxcore needs UDP 41300 on both sides. It would only work if you could bind port 41300 with different local IPs (127.0.0.1 and 127.0.1.1), but the code would have to be changed because nxdnreflector and nxcore use 0.0.0.0 to bind port 41300