On Fri, Jan 8, 2016 at 1:39 AM, <
sm7...@gmail.com> wrote:
> Thanks
>
> Sorry about these stupid questions, but anyway.
>
> Below is my APRX.conf
>
> Q: I have put filter 200km on aprsis section. Shoudl this be on the
> digipeater section or? I really see no use of me sending out beacons on RF
> about stations a gazillion of miles away. Nor digipeating it (if there are
> conds).
With the filter in the aprsis section, you instruct the internet
server to send aprx only packets from stations that have transmitted a
position report within 200 km of your location. Once these packets
arrive at aprx, it continues to the other sections to decide what to
do with them. In your digipeater source aprsis section, you have it
set for messages only (default), so all but messages are being
discarded within aprx. You're asking the server to send you a bunch of
data and then discarding most of it.
Neither section needs a filter. The default (don't define a filter)
will only send messages for stations you have heard. For normal igates
(and combination igate+digipeaters), this is perfect.
> Q: Compared to my previous WX3IN1 and UIVIEW setups, this setup sends out
> very little beacons. Why? (Which might not be a bad thing really, but
> anyway)
You have it set to send one beacon every 20 minutes. What did you have
the WX3IN1 set to? How often do you want to beacon?
Note that beacons are only sent to RF interfaces, so you rely on other
igates to relay your beacons to the Internet. If you are the only
igate in the area, you will not see your beacons on the Internet.
Everybody in range on RF will see your beacon, however.
> Q: When I send a beacon in my car with SM7SJR-9 I do not get a response on
> RF from this SM7SJR-2. Which I did with my previous setups. Why?
I don't know, but there could be lots of factors. If you share the RF
log (from /var/log/aprx/aprx-rf.log), we may be able to see what is
going on.
> Yes the passcode is blanked out and I do have one callsign which I want to
> filter out completely since he is using WIDE 7-7. I have named it CALLSIGN
> below.
By default, aprx will not digipeat packets with more than 4 requested
hops. You don't need to manually police this by callsign. See section
2.3 for more information:
http://ham.zmailer.org/oh2mqk/aprx/aprx-manual.pdf
Correct, this is unnecessary. There's an example aprx interface config
in the TNC-Pi manual:
http://tnc-x.com/TNCPi.pdf (page 23)
It is very simple and shows all you need is:
serial-device /dev/ttyAMA0 19200 8n1 KISS
The TNC-Pi is always in KISS mode, so no initstring is required.
Tom KD7LXL