noactive=1

89 views
Skip to first unread message

Peter Li

unread,
Jul 7, 2025, 1:43:24 PMJul 7
to PSK Reporter
Hi,

I was interested to pull reception reports for my grid square, so I tried copying the query that the maps page sends to the server. However, I notice that although I have noactive=1 the response includes thousands of lines of activeReceiver XML in addition to the receptionReport lines I actually want. Is that works-as-intended?

Joni Kähärä

unread,
Jul 8, 2025, 1:27:48 AMJul 8
to PSK Reporter
Hi,

Maybe consider talking to the MQTT endpoint instead? This is a better approach in every possible way: http://mqtt.pskreporter.info/


    Joni OH2EWL

Tom M0LTE

unread,
Jul 8, 2025, 8:36:47 AMJul 8
to psk-re...@googlegroups.com
Peter

Not a direct answer to your question but rather than scrape the PSK reporter front-end, you can achieve this, on an ongoing and efficient basis, by utilising this service: 

Some work required, but not a great deal.

If you have further questions on it, please join us at https://groups.io/g/pskr-mqtt and ask away.

Best wishes
Tom 

On Mon, 7 Jul 2025 at 18:43, Peter Li <china...@gmail.com> wrote:
Hi,

I was interested to pull reception reports for my grid square, so I tried copying the query that the maps page sends to the server. However, I notice that although I have noactive=1 the response includes thousands of lines of activeReceiver XML in addition to the receptionReport lines I actually want. Is that works-as-intended?

--
You received this message because you are subscribed to the Google Groups "PSK Reporter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psk-reporter...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/psk-reporter/f35c8d76-d104-4dc8-ba5a-3d6517e98b88n%40googlegroups.com.

Peter Li

unread,
Jul 9, 2025, 3:02:58 AMJul 9
to psk-re...@googlegroups.com
Thanks, I'm not sure MQTT / pub-sub is a good fit. I'd like to be able to pull, on command, the spots for my grid square for the last 10-5 minutes.

Peter Li

unread,
Jul 9, 2025, 3:09:46 AMJul 9
to psk-re...@googlegroups.com
If there's some other endpoint I'm happy to try it. But aside from my project I just wonder; I'm looking at the response that the map UI is getting back from the server and more than 50% of the data is activeReceiver rows which don't actually seem needed to service the request.

Alan Robinson

unread,
Aug 14, 2025, 4:08:31 AMAug 14
to PSK Reporter
Hi Peter, I'm very interested to hear this because I have a similar interest, possibly? I'm interested in looking at spots to and from my 'local' area, because I like to see a comparison of my tx/rx performance versus that of other nearby stations. I'm using the method that Tom suggested above & ended up writing a JavaScript application around it. Do you want to say more about your use case & why pub/sub doesn't work for you? Either way it might be nice to share ideas.

73
Alan

Tom M0LTE

unread,
Aug 14, 2025, 6:30:28 AMAug 14
to psk-re...@googlegroups.com
Given the endpoint you need doesn’t exist, architecturally, my suggestion is to stand up a Redis instance (docker run redis) and stream MQTT spots into it, transforming / keying them as required for your query pattern, with a short TTL.

Then stand up a simple REST API around it that meets your needs.

Best wishes
Tom

Mike Karliner

unread,
Aug 14, 2025, 6:36:46 AMAug 14
to PSK Reporter
Tom's suggestion is an excellent one. However, I designed Spotty, https://spotty.modern-industry.com/ with pretty much the same brief to  myself, just using standard feed and displaying spots with a TTL, and I get a pretty good picture in the first minute or so.  I think it takes a while to move from a database mindset to a streaming one.

best
Mike

Tom M0LTE

unread,
Aug 14, 2025, 2:40:29 PMAug 14
to psk-re...@googlegroups.com
A most excellent tool, highly recommended :)



Reply all
Reply to author
Forward
0 new messages