-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about RF query #176
Comments
I'm not sure what you are referring to? Is this a setting in the config file? |
yes OM |
You have to set callsign to the callsign you want APRSD to send packets as. |
So i need to have a tcpkiss server to listen to any callsign who send query?
…On Wed, 2 Oct 2024, 03:24 Walter A. Boring IV, ***@***.***> wrote:
You have to set callsign to the callsign you want APRSD to send packets as.
If you want to listen to any packets coming from a tcpkiss connection, then
run the aprsd listen command, after you have configured aprsd.conf to
point to the tcpkiss server.
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHSA6PWEA5643CJALH7I3LZZLZGBAVCNFSM6AAAAABNAKAI56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBWG44DGOBYHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You mentioned aprsd listening to RF. There are 2 ways to do that, via a TCPKISS connection or a SerialKISS connection. The other options is if aprsd has internet access, then it can connect to an aprs server over a tcp socket which is in the You need a valid legal ham callsign to use aprsd to connect to aprs as it will transmit acks for packets recieved for the configured callsign. |
Thanks OM. But if i'm using the internet, will the aprsd reply to any
callsign who sends a query to it or just callsign that i have listed on the
config only?
…On Wed, Oct 2, 2024 at 4:27 AM Walter A. Boring IV ***@***.***> wrote:
You mentioned aprsd listening to RF. There are 2 ways to do that, via a
TCPKISS connection or a SerialKISS connection.
The other options is if aprsd has internet access, then it can connect to
an aprs server over a tcp socket which is in the
aprs_network section of the config file. It's up to you to decide which is
best for you and what you are trying to accomplish.
You need a valid legal ham callsign to use aprsd to connect to aprs as it
will transmit acks for packets recieved for the configured callsign.
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHSA6MX634W2LQ3XSM3LT3ZZMATDAVCNFSM6AAAAABNAKAI56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBXGAYDKNRWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If there is an igate within listening distance of your radio, yes APRSD will get the message and respond to it accordingly Like I said before, the callsign configured in your config is the callsign of the APRSD instance. |
Ok, thanks for the clarification. but how about this line
# The Ham callsign to allow access to the query plugin from RF.
# (string value)
callsign =
means any listed callsign in the (callsign = X0XXX) should accept a
response from aprsd ?
…On Wed, Oct 2, 2024 at 8:15 PM Walter A. Boring IV ***@***.***> wrote:
If there is an igate within listening distance of your radio, yes APRSD
will get the message and respond to it accordingly
Like I said before, the callsign configured in your config is the callsign
of the APRSD instance.
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHSA6PUFZM634JROBPWEMLZZPPVBAVCNFSM6AAAAABNAKAI56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBYGQ4TMNZQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No. It's exactly what the comment says.
The query plugin allowed the admin/owner of the APRSD instance to take actions on the running aprsd instance. |
Hello OM,
If I add callsign = *, will aprsd listen to any callsign from RF ?
The text was updated successfully, but these errors were encountered: