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: P25 North America reflector
Miguel,
toggle quoted messageShow quoted text
The 3 P25 reflectors on dvswitch.org are running code from late April. I see you have some updates I'll apply when I get a chance. Thanks, Steve
On 8/25/2021 11:36 AM, Miguel wrote:
|
|
Re: P25 North America reflector
Miguel
Hi Steve, I have been playing/learning with P25 reflector code lately while on vacation and found a couple of things... Perhaps this one is related to the Aug 17 issues? https://github.com/g4klx/P25Clients/pull/220 (PS, the other one is purely about logging the IP address correctly... https://github.com/g4klx/P25Clients/pull/219)
|
|
Re: server hacked
If you were installing iptables and fail2ban from the menu, you may want to look again and be sure it installed.
I had to install manually. There are plenty of worms out there looking for asterisk without protection.
|
|
Re: All-star to dmr bridge
#analog_bridge
That Actually worked.... Kinda Bummed though I wanted to be able to bridge to my local state group from time to time to bring some of the local amateurs together with the DMR crowd.
|
|
Re: All-star to dmr bridge
#analog_bridge
Test it on TG3166 If 3154 is a State wide TG, then the TG is not
"owned" by BrandMeister. It is owned by external groups and they do
not allow bridging to the State wide TGs.
toggle quoted messageShow quoted text
Steve N4IRS
On 8/24/2021 10:37 AM, Roger via
groups.io wrote:
I have it on BrandMeister on talk group 3154
|
|
Re: All-star to dmr bridge
#analog_bridge
I have it on BrandMeister on talk group 3154
|
|
Re: All-star to dmr bridge
#analog_bridge
What network? what TG?
toggle quoted messageShow quoted text
On 8/24/2021 10:01 AM, Roger via
groups.io wrote:
Okay well I tried that and still no dice. It goes from DMR to analog just fine but the other direction is a no go.
|
|
Re: All-star to dmr bridge
#analog_bridge
Okay well I tried that and still no dice. It goes from DMR to analog just fine but the other direction is a no go.
|
|
Re: All-star to dmr bridge
#analog_bridge
Komkit Listisard
|
|
Re: All-star to dmr bridge
#analog_bridge
Komkit Listisard
Worth a shot since you are still logging on BM server, there were posts about simplex operation that BM server getting bent out of shape when frequencies offset is in used.
It may have nothing to do with your issue but that was something caught my eyes when I saw your mmdvm ini. 73, Kit
|
|
Re: All-star to dmr bridge
#analog_bridge
No I had not thought about that being an issue since it is a radioless node. Its running the Allstar beta version I downloaded the other day on a virtual server.
|
|
Re: All-star to dmr bridge
#analog_bridge
Komkit Listisard
Roger, have you try making TXFrequency and RXFrequency the same without an offset?
73, Kit
|
|
Re: I'm stumped....
Roger Davies
Thanks Jorge. Made a difference.
Here's what I get when I run systemsctl start stfu (lowcase): dvswitch@dvswitch-server:~ $ systemctl start stfu ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to start 'stfu.service'.
Authenticating as: ,,, (dvswitch)
Password:
==== AUTHENTICATION COMPLETE === Does this look right? Do I need to enter my password to run it? Also, after running it, the mode changes right back to DMR when I choose STFU mode. I think I'm getting closer.....
|
|
Re: I'm stumped....
systemsctl start stfu (lowcase)
|
|
Re: I'm stumped....
Roger Davies
Hi Steve,
Thanks for you patience. I appreciate your help. Thought I'd give this a go on my own to learn. I've been trying to get STFU to work, but I must be missing something. When I select STFU as a mode, it changes right back to DMR. Here what I've done so far: 1. Ran apt update and apt install stfu 2. Edited DVSwitch.ini STFU section: [STFU] ; Brandmeister Open DMR Terminal (ODMRT) Protocol
BMAddress = 3102.repeater.net ; Brandmeister ODMRT server address
BMPort = 54006 ; Brandmeister ODMRT port
BMPassword = XXXXX ; Your Brandmeister password
Address = 127.0.0.1 ; Address to send AMBE TLV frames to (export)
txPort = 36100 ; Port to send AMBE TLV frames to (export)
rxPort = 36103 ; Port to listen on (import)
UserID = 3149001 ; Your DMR ID + SSID (I did not add SSID)
TalkerAlias = N0CALL Name City ; Max 27 characters
StartTG = 3149 ; Startup talk group
LogLevel = 3 ; STFU log level (0=No logging, 1=Debug, 2=Message, 3=Info, 4=Warning, 5=Error) 3. Here is my STFU.log: I: 2021-08-23 19:06:55.733 STFU is starting I: 2021-08-23 19:06:55.734 Connecting to STFU server at address: 3102.repeater.net:54006
I: 2021-08-23 19:06:56.009 Successful connection to BM server at ip address:
I: 2021-08-23 19:18:20.166 Signal 15 received, exiting STFU
I: 2021-08-23 19:18:20.166 exitApp
M: 2021-08-23 19:18:26.263 DMR, Setting [STFU] BMAddress -> 3102.repeater.net
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] BMPort -> 54006
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] BMPassword -> XXXXXX
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] Address -> 127.0.0.1
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] txPort -> 36100
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] rxPort -> 36103
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] UserID -> 3149001
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] TalkerAlias -> N0CALL Name City (could this be my problem?)
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] StartTG -> 3149
M: 2021-08-23 19:18:26.264 DMR, Setting [STFU] LogLevel -> 3
I: 2021-08-23 19:18:26.264 STFU Version 0.3.3
I: 2021-08-23 19:18:26.264 Copyright (C) 2021 DVSwitch, INAD.
I: 2021-08-23 19:18:26.264 Created by Mike N4IRR and Steve N4IRS
I: 2021-08-23 19:18:26.264 STFU comes with ABSOLUTELY NO WARRANTY
I: 2021-08-23 19:18:26.264
I: 2021-08-23 19:18:26.264 This software is for use on amateur radio networks only,
I: 2021-08-23 19:18:26.264 it is to be used for educational purposes only. Its use on
I: 2021-08-23 19:18:26.264 commercial networks is strictly prohibited.
I: 2021-08-23 19:18:26.264
I: 2021-08-23 19:18:26.264 STFU is starting
I: 2021-08-23 19:18:26.265 Connecting to STFU server at address: 3102.repeater.net:54006
I: 2021-08-23 19:18:26.525 Successful connection to BM server at ip address:
I: 2021-08-23 19:38:33.164 DMR, ODMR Begin Tx: src = 3149170, dst = 3149 (GROUP)
I: 2021-08-23 19:38:39.740 DMR, ODMR End Tx:DMR frame count was 111 frames
3. When I run sudo systemctl start STFU, I get Failed to start STFU.service: Unit STFU.service not found. Thanks again for your help, Roger N6DVZ
|
|
Re: server hacked
Kevin Halton
Yes
|
|
Re: I'm stumped....
I had a similar problem connecting to the weekly 3142 net from my ClearNode- tried a Canadian server and could hear them
Ok but couldn’t transmit. I’m not familiar with STFU; would that break the normal operation of the ClearNode?
|
|
Re: I'm stumped....
David - W9DWH
That's the same name of the file that I used.
|
|
Re: I'm stumped....
David,
What is the name of the log file is the one you posted above? I looked at MMDVM_Bridge-2021-08-22.log and it looks different.
|
|
Re: I'm stumped....
Roger Davies
David,
I was able to connect to the Mexico master. I checked for my info on the master list and I showed up there. I'll take a look at setting the password again. Thanks
|
|