Data skimming off pskreporter.info

Reviews and other little ventures that don't quite fit into the other forums
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Data skimming off pskreporter.info

Post by Daniel Wee »

Format of direct query is:-

https://pskreporter.info/cgi-bin/pskque ... ation=1207

This breaks down to:-

Code: Select all

encap=1
callback=doNothing
statistics=1
noactive=1
nolocator=1
flowStartSeconds-900 (last 15-minutes = -900 seconds)
senderCallsign=9V1ZV
lastseqno=19638010758 (this is the number of reception records)
lastDuration=1207 (this should be
lastseqno and lastDuration appears to be optional.

Code: Select all

https://pskreporter.info/cgi-bin/pskquery5.pl?encap=1&callback=doNothing&statistics=1&noactive=1&nolocator=1&flowStartSeconds=-900&senderCallsign=9V1ZV
https://pskreporter.info/cgi-bin/pskque ... sign=9V1ZV
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: Data skimming off pskreporter.info

Post by Daniel Wee »

Code: Select all

https://pskreporter.info/cgi-bin/pskquery5.pl?encap=1&callback=doNothing&statistics=1&noactive=1&nolocator=1&flowStartSeconds=-900&modify=country&senderCallsign=9V1ZV&lastDuration=1224

Code: Select all

encap=1
callback=doNothing
statistics=1
noactive=1
nolocator=1
flowStartSeconds=-900
modify=country
senderCallsign=9V1ZV
lastDuration=1224
Post Reply