Welcome to DVSwitch
Purpose
1) Allows “local” networking during an outage of the regional national/international network server.
2) Allows a local network operator to “blend” upstream feeds from different Networks (capital N on purpose). These Networks can’t get their act together and learn how to play nice with each other (everyone guilty as far as we are concerned). They may not like people doing this, but the solution is to grow up and work with each other, and not keep trying to force people to take sides.
3) Allows local segregation of localized traffic with more flexibility.
4) Allows experimentation with linking and how it’s done (part 97 specifies experimentation and advancement of the radio art are a core part of amateur radio).
Mission Statement/Position
WHEREAS the Networks continue to be largely islands and are not working together to create a unified network of Networks.
WHEREAS no firm reason has been given by any of the Networks why a *competent* local network operator cannot make this work effectively.
(US ONLY)
WHEREAS 47 CFR 97 (Amateur Radio Service) specifies that a core component of amateur radio is experimentation and advancement of the radio art [97.1(b)].
BE IT RESOLVED the core group of US amateur radio operators and experimenters organized around the DVSwitch project, and in the spirit of USA 47 CFR 97 and its intentions, support the *responsible* and *thoughtful* use of digital voice networking tools to create localized networks that will interconnect to the national/international Networks, and will support users of its tools in order to do this in the most effective and sustainable way possible.
Re: ASL_node_list.txt
I tried your suggestion … but still getting rx only.
tried 42328 *3|VE3KKF|Baslam Lake and also 42328*3|VE3KKF|Baslam Lake did I misunderstand your recommendation? -- Tom VE3NY
|
|
Re: ircddbgateway install command line only
va3dxv
Thank you Steve, yep that's what I've been doing here too. libwxbase3.0-dev is installed. Building on rasbian 4.9.8
toggle quoted messageShow quoted text
the previous posted output was of the g4lkx compile. this is of dl5di's, failing at the same file :(
GUICommon/AddressTextCtrl.cpp:21:111: error: ‘wxSize’ does not name a type
|
|
Re: ASL_node_list.txt
Hmmm, I have not look at that code in a while. Yes, I did make the decision to use monitor rather than transceive. You can just do a *3 at the end of the node number to fix it I guess. The proper solution is to have a dial prefix for ASL in the account setup, but that will not be something I do in the short term.
If you use the AD-Hoc menu it should not add a prefix, so I might suggest that is a good solution for a while
|
|
Re: attenuating USRP gain post-AGC processing
I added the gain block after the AGC processing, so this should address your needs. Steve will release soon as there are some other changes in the pipeline as well.
|
|
Re: DVSWITCH in Pi Zero
ea7jcl@...
Perfect, this is the solution.
Many thanks
|
|
Re: Where is the DVSM_Update.sh scripts?
EA5GVK Joaquin
Ok. Thx.
El lun., 1 jun. 2020 20:16, Steve N4IRS <szingman@...> escribió:
|
|
Re: ircddbgateway install command line only
I build the G4LKX repo with:
toggle quoted messageShow quoted text
apt-get install libwxbase3.0-dev make I have built on arm and intel/amd. Steve N4IRS
On 6/1/2020 2:28 PM, va3dxv wrote:
|
|
Re: DVSWITCH in Pi Zero
Run it with quem-arm
qemu-arm /opt/md380-emu -S 2470 &
|
|
Re: ircddbgateway install command line only
va3dxv
Hello I realize it may be off topic for this group but... How are you getting ircddbgateway to compile with no X/GUI environment?
make[1]: Leaving directory '/home/repeater/ircDDBGateway/ircDDBGateway'
|
|
Re: Analog Bridge Binds to the same port
Matthew 2E0SIP
Awesome, thanks all!
|
|
Re: Analog Bridge Binds to the same port
I have addressed the issue. We will need to test in-house for a while to make sure it is solid (more changes than a simple listener). Steve will release when it is solid
|
|
Re: Where is the DVSM_Update.sh scripts?
I have not decided it I'm going to use that systemd unit file or
not.
toggle quoted messageShow quoted text
<https://github.com/DVSwitch/DVSwitch-System-Builder/blob/master/Directories/usr/local/sbin/DVSM_Update.sh>
On 6/1/2020 2:13 PM, EA5GVK Joaquin
wrote:
Steve please, where is the DVSM_Update.sh script, in the new service update_data_files.system
|
|
Where is the DVSM_Update.sh scripts?
EA5GVK Joaquin
Steve please, where is the DVSM_Update.sh script, in the new service update_data_files.system
Thank you.
|
|
DVSWITCH in Pi Zero
ea7jcl@...
If I try to run dvswitch on a pi zero, mmdvm_bridge and analog_bridge, they work apparently fine, but the md380-emu boots, but upon starting the conversion it returns an error.
root@raspberrypi:/opt/md380-emu# ./md380-emu -v -S 2470
Listening on port 2470, entering while loop
data ready
got 7 bytes
Illegal instruction
Could it be because of the pi zero processor? any ideas?
Thanks
|
|
Re: Analog Bridge Binds to the same port
If you are running the ambeserver on the same device.
address = 127.0.0.1 ; IP address of AMBEServer
rxPort = 2460 ; Port of AMBEServer
address = /dev/ttyUSB0 ; Device of DV3000U on this machine
baud = 460800 ; Baud rate of the dongle (230400 or 460800)
serial = false ; Use serial=true for direct connect or serial=false for AMBEServer I found that I needed the bottom three lines as well.
|
|
Re: Analog Bridge Binds to the same port
Matthew 2E0SIP
Cheers Steve. In the short term I've shifted AMBEServer to another Pi. In the medium term I might experiment with running it in Docker, but I'm not an expert on that front.
|
|
Re: Analog Bridge Binds to the same port
You are correct. The change that was made recently had to do with
the emulator. Mike is looking at making the same type of change for
AMBE_Server. I'll keep you informed.
toggle quoted messageShow quoted text
Steve
On 6/1/2020 9:23 AM, Matthew 2E0SIP
wrote:
|
|
Re: Analog Bridge Binds to the same port
Matthew 2E0SIP
Hi Steve, I pulled the latest and had the same issue. If I start AMBEServer and it binds to 2460, then start Analog_Bridge, AB tries to bind to the same port and can't. Thanks
|
|
Re: Analog Bridge Binds to the same port
Yes, grab the latest from github and re-test
toggle quoted messageShow quoted text
On 6/1/2020 8:35 AM, Matthew 2E0SIP
wrote:
Architecture is armhf
|
|
Re: Analog Bridge Binds to the same port
Matthew 2E0SIP
Architecture is armhf
I'm using the latest version from the repo. Should I be pulling from Github? Thanks
|
|