CSV -> JSON for SDR++.

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}}}
 

krizanek

Member
Premium Subscriber
Joined
Sep 16, 2020
Messages
12
Location
Willow Spring, NC
Anybody got a logging program/ module for SDR++. I do not want to compile some library and code. I just want to install it to the Sdr directory, a few setting changes and start logging when I press a button. I used to do programming in c and c++ and got to frustrating and annoying. Now I want a precompiled add in that works. Is that asking to much?
 
Top