Page 1 of 1

NXDN and pi-star remote

Posted: Wed Sep 26, 2018 1:50 am
by W0RMT
Is there any way to enable pi-star remote commands from NXDN? Specifically I'd like to be able to shutdown the hotspot from my NXDN radio, but I don't see a block of NXDN commands in the pi-star remote editor. Is it possible to add those?

Re: NXDN and pi-star remote

Posted: Fri Nov 09, 2018 1:27 pm
by MW0MWZ
I could add the remote commands for NXDN, BUT, there are 65535 IDs on NXDN, its not enough to be able to dedicate some just for use as remote commands, this is why I never added it.

Re: NXDN and pi-star remote

Posted: Fri Nov 09, 2018 3:57 pm
by VK7HSE
MW0MWZ wrote:I could add the remote commands for NXDN, BUT, there are 65535 IDs on NXDN, its not enough to be able to dedicate some just for use as remote commands, this is why I never added it.
You might want to add support for P25 as well.. Image

Sent from my Pixel 2 XL using Tapatalk


Re: NXDN and pi-star remote

Posted: Fri Nov 09, 2018 5:45 pm
by MW0MWZ
P25 is in there :)

Code: Select all

[banner]
# Pi-Star Remote config file
# This config file is desiged for the Pi-Star Keeper remote control
# The remote control system is designed to give repeater keepers an
# RF KillSwitch for their repeaters.

[enable]
# Is the Pi-Star Remote Enabled? (true|false)
enabled=false

[keeper]
# Keepers Information
callsign=M1ABC

[d-star]
# UR fields
svckill=SVCKILL
svcrestart=SVCRSTRT
reboot=REBOOTPI
#shutdown=SHUTDOWN
#8Ball=8BALL

[dmr]
# TG commands
svckill=9999999
svcrestart=9999998
reboot=9999997
#shutdown=9999996

[ysf]
# ROOM commands
svckill=99999
svcrestart=99998
reboot=99997
#shutdown=99996

[p25]
# P25 Talkgroups are limited to 1->65535
svckill=65531
svcrestart=65532
reboot=65533
#shutdown=65534

Re: NXDN and pi-star remote

Posted: Fri Nov 09, 2018 10:36 pm
by VK7HSE
Oops!

Sent from my Pixel 2 XL using Tapatalk