Sebastian Denz
4 years ago
13 changed files with 192 additions and 77 deletions
@ -0,0 +1,38 @@ |
|||||
|
pjsg-pskmapn@nospam.gladstonefamily.net |
||||
|
|
||||
|
|
||||
|
Dear OM Philip, |
||||
|
|
||||
|
first let me thank youu for your awesome project! I am using pskreporter since 2 years and i really like using |
||||
|
it and i really appreciate the additional value you provide to the hamradio community with your project! :) |
||||
|
|
||||
|
At the moment i am building tools to export wsjt-x received messages and even the results from your pskreporter service into mysql and prometheus. |
||||
|
|
||||
|
The idea is to have a tool which you can use to analyse at which time you were able to send and receive a specifix dxcc or even callsign. |
||||
|
Basically it is as service as your pskreporter, but with long time history and very flexible queries and visualisations :) |
||||
|
And it allow storing data from multiple stations, so your are to compare the situation from your station with your friends over the last year for a single band for example.. |
||||
|
|
||||
|
Right now this already doing pretty nice and i plan to publish it on github in the next days/weeks. |
||||
|
But before publishing it i would like to hear your opinion on the integration of your service. |
||||
|
|
||||
|
Right now every connected station polls your API every 5 minutes. (at the moment there are only 2 active stations) |
||||
|
I already try to keep the traffic minimal by using the parameters rronly=true and tracking the lastseqno and use it for further requests. |
||||
|
|
||||
|
But when running locally on each station i am afraid of generating too much traffic which could maybe affect applications like GridTracker which also query your API and so maybe hit your servers rate limit. |
||||
|
|
||||
|
So i am thinking about centralizing the lookups against your API. |
||||
|
So instead of having 2 polling instance which query only their own callsign i am thinking about one instance polling 2 callsigns for example. |
||||
|
But with my current state of knowledge i think i have to run 2 single queries. |
||||
|
|
||||
|
-> Is that correct? Or is there a way to ask for more than one callsign with a single query? |
||||
|
|
||||
|
-> I also plan to add the parameter appcontact. The idea is to provide my mailaddress as i am the maintainer of the code and not the address of the user right? |
||||
|
|
||||
|
If i could make a wish for a feature it would be a way to suscribe for callsigns to 'livestream' incoming events from pskreporter into my application without the 5 minute delay.. but i can imagine that is not trivial! |
||||
|
I just wanted to mention it ;) |
||||
|
|
||||
|
I would be very happy if you could say something to my questions and if you have any other feedback i would really appreciate it! |
||||
|
Thanks again for your awesome service! :) |
||||
|
|
||||
|
Best regards from germany and stay healthy, |
||||
|
73 de DL3SD / Sebastian Denz |
@ -0,0 +1,19 @@ |
|||||
|
190825_181900 14.074 Rx FT8 -20 0.2 1080 CQ DX E78IW JN93 |
||||
|
190825_181900 14.074 Rx FT8 3 0.3 1175 PD5A G4WWG RRR |
||||
|
190825_181900 14.074 Rx FT8 -17 0.9 1227 RU3DF 7X2TT -17 |
||||
|
201129_000400 7.074 Rx FT8 12 -0.2 1159 KC2QJB TNX 73 |
||||
|
201128_233615 7.074 Rx FT8 -13 0.9 1991 68D5EEF7FD76D3AB1E |
||||
|
201128_222145 7.074 Rx FT8 -14 0.1 2656 TU 73 KD4RH |
||||
|
201128_222145 7.074 Rx FT8 -14 0.1 2656 TU 73 KD4RH |
||||
|
201128_220600 7.074 Rx FT8 -7 0.3 2450 OK1NF <...> -10 |
||||
|
x |
||||
|
|
||||
|
|
||||
|
201128_215015 7.074 Rx FT8 -24 1.7 1781 T48JOI RR73; L06SE <UA3ZCQ> -12 |
||||
|
201128_214530 7.074 Rx FT8 -16 -0.9 1498 RT3OAY CI7KFH/P PP07 |
||||
|
201128_212245 7.074 Rx FT8 -3 0.2 1296 RR TNX 73 GL |
||||
|
191011_143115 0.000 Rx FT8 -16 0.1 2499 CQ SV1VS KM18 |
||||
|
201129_122430 7.074 Rx FT8 0 0.1 2047 CQ S57NRC JN75 |
||||
|
201129_122430 7.074 Rx FT8 -7 0.2 1014 PD3BW IR3MD JN55 |
||||
|
201129_122430 7.074 Rx FT8 -8 -0.5 947 IQ8BI S52UF JN76 |
||||
|
201129_122430 7.074 Rx FT8 -14 0.5 2396 UA9CJM UR0UP KO50 |
Before Width: | Height: | Size: 447 KiB After Width: | Height: | Size: 447 KiB |
Reference in new issue