Search found 19 matches

by W0CHP
Mon Jul 10, 2023 10:17 pm
Forum: ZUMSpot (Hat / Libre / USB)
Topic: zumspot elite fan
Replies: 1
Views: 4246

Re: zumspot elite fan

It’s 30x30x7.6.

https://a.co/d/c0YC4vn
by W0CHP
Fri May 05, 2023 10:57 pm
Forum: DMR Specific Support
Topic: Modem replies NAK to the SET_CONFIG command
Replies: 6
Views: 4628

Re: Modem replies NAK to the SET_CONFIG command

You mentioned in your very first post, that you have a duplex/dual hat modem. However, it looks like you may have flashed the modem with the single hat firmware; as the modem version string does not contain the “dual hat” version signature. Try flashing the dual hat firmware onto the modem and see i...
by W0CHP
Sun Mar 12, 2023 1:47 pm
Forum: Pi-Star General Support
Topic: SSH Command line for NXDN
Replies: 4
Views: 783

Re: SSH Command line for NXDN

Try a space after the word “TalkGroup”.

Also notice the case sensitivity/camel case, and use no quotes.

Should ultimately look like:

Code: Select all

RemoteCommand 6075 TalkGroup 31010
by W0CHP
Sat Mar 11, 2023 2:28 pm
Forum: Pi-Star General Support
Topic: SSH Command line for NXDN
Replies: 4
Views: 783

Re: SSH Command line for NXDN

Code: Select all

 RemoteCommand <nxdngateway remote port #> TalkGroup <TG/refl. #>
The NXDNGateway remote port is typically 6075. You’ll want to verify that in your config, as well as ensuring Remote Commands Enabled=1 is defined/set in your NXDNgateway config file.
by W0CHP
Sun Oct 09, 2022 12:14 pm
Forum: DMR Specific Support
Topic: BrandMeister and tgim dmr network passwors
Replies: 3
Views: 1235

Re: BrandMeister and tgif dmr network passwors

I really wish people that posted DMRGateway stuff like that above would specify whether or not they are running simplex or duplex hotspots as the configuration is totally different. [...] Read the OP's question...again. I then showed him where to place his password. Your diatribe was not germane to...
by W0CHP
Sat Oct 08, 2022 1:27 pm
Forum: POCSAG Specific Support
Topic: Not Transmitting / Error 404
Replies: 3
Views: 7763

Re: Not Transmitting / Error 404

Your problem is emphasized below... pi-star@gb7ei-pi-star(ro):~$ sudo pistar-dapnetapi m0sia "test ignore" debug `m0isa` does not exist as a valid recipient in hampager.de, likely. Conversely, if I send to a valid, hampager-registered recipient, it works fine for me... sudo pistar-dapnetap...
by W0CHP
Sat Oct 08, 2022 1:17 pm
Forum: DMR Specific Support
Topic: BrandMeister and tgim dmr network passwors
Replies: 3
Views: 1235

Re: BrandMeister and tgim dmr network passwors

In your DMRGateway config. My example below, using the expert quick editor for DMRGateway:
Image
by W0CHP
Fri May 20, 2022 2:51 pm
Forum: DMR Specific Support
Topic: DMRGateway RemoteControl
Replies: 2
Views: 1011

Re: DMRGateway RemoteControl

No docs. The MMDVMhost `RemoteCommand` binary is the client/interface. But here's how it all works, with the syntax/options/args... General Syntax: RemoteCommand <DMR GW Remote control port> <option> [arg] Get connection status to DMR networks: (returns "conn" or "n/a"): RemoteCo...
by W0CHP
Sat Apr 30, 2022 12:44 am
Forum: DMR Specific Support
Topic: XLX Connection on startup
Replies: 2
Views: 1010

Re: XLX Connection on startup

Yes. The “@“ symbol for the Module. E.g,:

Module=@
by W0CHP
Mon Apr 11, 2022 9:31 am
Forum: Pi-Star General Support
Topic: Embed dashboard to webpage?
Replies: 1
Views: 540

Re: Embed dashboard to webpage?

There's a json api interface at <your hotspot URI>/api/last_heard.php If you're adept at PHP, you can open a file_get_contents function to the api, do a json_decode, format it and include it in a page. The api interface also accepts an argument/query string to specify the number of last heard transm...