Closed dlasher closed 6 months ago
Hey! Did you happen to check the documentation on the GitHub Wiki for the project? It has a bunch of worked examples, documents some of the filter file formats and gives some theory of operation.
🤦 🤦 🤦 🤦 🤦 🤦
When I look at the wiki page on my phone, it puts the menu on the BOTTOM of the page, which is where I finally saw the clickable links for "using decoder" and "using multiFM". Going back to the PC/desktop view - it's on the RIGHT side of the wiki page, and looks like this...
^^^ you want those last two items.
However, if you approach it like I did, you never see this...
Main page -- click on WIKI - scroll down on wiki to "MultiFM" look for help. None found.. Scroll more up and down - don't see the RIGHT sidebar.. never find help. Click in circles never finding help. :(
When I finally ended up at the right pages: MultiFM : https://github.com/pvachon/tsl-sdr/wiki/Using-MultiFM Decoder : https://github.com/pvachon/tsl-sdr/wiki/Using-Decoder
I'm overjoyed at the quality of the documentation. Thank you.
Closing this ticket, but leaving my comments in case anyone else suffers from brain disfunction like I do.
[[[ EDIT :: Found the not-immediately-obvious-correct-links - noted at bottom of page :: ]]]
it would be nice to show a couple of sample uses for each tool -- only way I got multiFM capturing correctly was to snag the CLI from a previous ticket reported here (https://github.com/pvachon/tsl-sdr/issues/27) .. now that i'm capturing, not having any luck getting decoder to deal with the output files.
Something like?
MultiFM
needs at least (2) input filters - one describing the frequencies/channels/etc, and the other describing the filter. Example filters are found in the etc folder of the source tree. The files you specify in the first JSON have to already exist, so using the linux "touch" tool, precreate them before you attempt to capture.
example:
Now, using the default "multifm.json" you've created multiple output files in /home/pi, named ch0.out through ch7.out. Those files can then be processed by tools including decoder (see below) or resampler (see below)
Decoder
No idea. Everything I try doesn't work so far.
Resampler
More data needed