BucksGuyUSA
Member
- Joined
- Oct 14, 2022
- Messages
- 23
Before I start writing code for something that already exists...
.
I use SDR++ quite a bit and like it.
The "Frequency Manager" module is a bit "lumpy" in the way it handles things, but it works well enough.
It uses JSON files for categories and frequencies.
I've been building importable JSON files from CSV exports from RR semi-manually via a short visit to a spreadsheet (don't judge) and other semi-manual processes, but would like to take a crack at pulling direct from RR to output the correct JSON format that I can import to SDR+
FWIW - this is the way the Frequency Manager module in SDR++ structures JSON by category.
{"bookmarks":{"GUARD/EMERGENCY":{"bandwidth":10000.0,"frequency":121500000.0,"mode":2},"KABE ATIS":{"bandwidth":10000.0,"frequency":126975000.0,"mode":2},"KABE Approach":{"bandwidth":10000.0,"frequency":124450000.0,"mode":2},"KABE Departure":{"bandwidth":10000.0,"frequency":119650000.0,"mode":2},"KABE Tower":{"bandwidth":10000.0,"frequency":120500000.0,"mode":2},"KCKZ Pennridge WX":{"bandwidth":10000.0,"frequency":126325000.0,"mode":2}}}
.
I use SDR++ quite a bit and like it.
The "Frequency Manager" module is a bit "lumpy" in the way it handles things, but it works well enough.
It uses JSON files for categories and frequencies.
I've been building importable JSON files from CSV exports from RR semi-manually via a short visit to a spreadsheet (don't judge) and other semi-manual processes, but would like to take a crack at pulling direct from RR to output the correct JSON format that I can import to SDR+
FWIW - this is the way the Frequency Manager module in SDR++ structures JSON by category.
{"bookmarks":{"GUARD/EMERGENCY":{"bandwidth":10000.0,"frequency":121500000.0,"mode":2},"KABE ATIS":{"bandwidth":10000.0,"frequency":126975000.0,"mode":2},"KABE Approach":{"bandwidth":10000.0,"frequency":124450000.0,"mode":2},"KABE Departure":{"bandwidth":10000.0,"frequency":119650000.0,"mode":2},"KABE Tower":{"bandwidth":10000.0,"frequency":120500000.0,"mode":2},"KCKZ Pennridge WX":{"bandwidth":10000.0,"frequency":126325000.0,"mode":2}}}