YO8RXP LIVE SCORE - N1MM BROADCAST DATA

Contest Only ! YO8RXP Live N1MM score broadcast
N1MM broadcast datagrams are sent to python3 server, processed and delivered to web browser as AJAX code.
- CQ YO-DX HF CONTEST -
SOSB 20 Meters / Aug 27 - 28, 2022 12:00 UTC-
IC-7300 TCVR
-
Homemade QRO and 21 x Crystals preselector
-
3 Elements Flip Inverted Vee @ 10 mtrs. height
-
50 mtrs long beverage + 15 dB preamp and bandpass filter
QSO Number
JavaScript - read JSON from URL
Multipliers
JavaScript - read JSON from URL
Points
JavaScript - read JSON from URL
Score
JavaScript - read JSON from URL
IC-7300 Live Audio Streaming
Contest Only
Audio stream stopped!
-
Source - IC-7300 KN36PJ
-
audio live stream : CQ YO-DX HF 2022 - YP0K operator YO8RXP

JavaScript - read JSON from URL
WordPress and Icom IC-7300
Audio signal is taken from USB IC-7300 virtual sound card.
Frequency value is shown as AJAX via json file, custom UDP server and N1MM radio broadcast. Tried to set text size relative to root element but depending by screen resolution, this can be a bit offset.
Frequency value is shown as AJAX via json file, custom UDP server and N1MM radio broadcast. Tried to set text size relative to root element but depending by screen resolution, this can be a bit offset.
25 May 2022
To get rid of Chrome caching json files, I had to add a dummy variable timestamp value to the request.
Old code
New code
In this way, Crome is forced to load a different file for each set Interval
- $.getJSON('https://yo8rxp.com/json1'
- $.getJSON('https://yo8rxp.com/json1?a=' + (new Date()).getTime()