Trunk Recorder setup for FleetNet

613scanner

Member
Joined
Jul 22, 2018
Messages
55
Location
ottawa
I am setting up a computer to be dedicated SDR box. So, I am trying to figure out trunk recorder and the multi-rx setup for OP25 Boatbod (was using the basic 1 dongle setup before).

Years ago, I was following the Bell FleetNet Zone 2 (site 6 for Ottawa) with Unitrunker2 because I was using Windows often at that time. I can not find any of my old config files to reference to narrow down various issues while I figure out trunk recorder.
Can some one please confirm this the custom band plan I should be using for it?

"bandplanBase": 141015000.0,
"bandplanHigh": 143145000.0,
"bandplanSpacing": 15000,
"bandplanOffset": 380,
This is the system Bell FleetNet Ontario Provincial Government Zone 2 Trunking System, Southeast Zone, Ontario , site 6 is the one I assume I should be using for Ottawa
 

gary123

Member
Joined
Sep 11, 2002
Messages
2,070
Those numbers will give you the channel ID number from the transmitter. IE if the radio is told that TG XXX is on Ch 123 then you can calculate the frequency that is in use.
 

polkaroo

Member
Premium Subscriber
Joined
Apr 14, 2002
Messages
398
Those trunk-recorder numbers look right, using them right now on Zone 1. I have the bandplan as 400_custom.
 

613scanner

Member
Joined
Jul 22, 2018
Messages
55
Location
ottawa
Those trunk-recorder numbers look right, using them right now on Zone 1. I have the bandplan as 400_custom.
Thanks for the confirmation. right now I am trying to get it to work with 1 dongle as it *should* be enough for trunk recorder. What did you do for the number of recording channels? I right now have set it to 1 analog and 1 digital for every frequency of the site to record everything at full capacity but I wounder if I am really misinterpreting the walkthroughs I am following
 

polkaroo

Member
Premium Subscriber
Joined
Apr 14, 2002
Messages
398
Same here. I honestly don't know if this is "correct" but it seems to work for me so it's... correct as far as I'm concerned. I only have one SDR stick and it doesn't cover the range but I catch most of the transmissions. Trunk-Recorder is incredibly frustrating to setup the first time and all the documentation assumes you have a degree in computer science. But once it works, it's rock solid.

Here's the template I saved for myself.

"ver": 2,
"sources": [{
"center": ,
"rate": 2048000,
"error": 0,
"gain": ,
"debugRecorders": 0,
"digitalRecorders": 6,
"analogRecorders": 6,
"driver": "osmosdr",
"device": "rtl=fleetnet"
}],
"plugins": [{
"name": "rdioscanner_uploader",
"library": "librdioscanner_uploader.so",
"server": "http://",
"systems": [{
"shortName": "",
"apiKey": "",
"systemId":
}]
}],
"systems": [{
"control_channels": [],
"type": "smartnet",
"bandplan": "400_custom",
"bandplanBase": 141015000.0,
"bandplanHigh": 143145000.0,
"bandplanSpacing": 15000,
"bandplanOffset": 380,
"hideEncrypted": true,
"modulation": "fsk4",
"squelch": -60,
"analogLevels": 25,
"talkgroupsFile": "",
"talkgroupDisplayFormat": "tag_id",
"shortName": "",
"audioArchive": false
}],
 

webstar22

RenfrewCountyScanner.com
Feed Provider
Joined
Dec 21, 2003
Messages
996
Location
Ontario, Canada
I am setting up a computer to be dedicated SDR box. So, I am trying to figure out trunk recorder and the multi-rx setup for OP25 boatbod (was using the basic 1 dongle setup before).

Years ago, I was following the Bell FleetNet Zone 2 (site 6 for Ottawa) with Unitrunker2 because I was using Windows often at that time. I can not find any of my old config files to reference to narrow down various issues while I figure out trunk recorder.
Can some one please confirm this the custom band plan I should be using for it?

"bandplanBase": 141015000.0,
"bandplanHigh": 143145000.0,
"bandplanSpacing": 15000,
"bandplanOffset": 380,
This is the system Bell FleetNet Ontario Provincial Government Zone 2 Trunking System, Southeast Zone, Ontario , site 6 is the one I assume I should be using for Ottawa
I use this for all of my Zone 2, I listen to 8 towers total between Pembroke Ottawa and Kingston
Pembroke, St. Patrick, Kinburn, Ottawa, Drummond, Millar Corner, Kingston, Barrys Bay (if the conditions are right)

You will want to change the stuff in BOLD.

To get the center channel Load this
Put in all the freqs for the Ottawa Tower, set your Sample rate to 2.4 and it will give you the centre.
You will want
142.144375<-- Center Frequency For Dongle

And then set your control channels.
Also depending on where you are in Ottawa, you may pick up Kinburn better.

{ "ver": 2,
"sources": [{
"center": 142192500,
"rate": 2400000,
"error": 0,
"gain": 30,
"digitalRecorders": 10,
"analogRecorders": 10,
"driver": "osmosdr",
"device": "rtl=00000001"



}],
"systems": [{
"control_channels": [142380000, 142710000],
"type": "smartnet",
"squelch": -40,
"digitalLevels": "8",
"analogLevels": "32",
"modulation": "fsk4",
"recordUnknown": true,
"bandplan": "400_custom",
"bandplanBase": 141015000.0,
"bandplanHigh": 143145000.0,
"bandplanSpacing": 15000,
"bandplanOffset": 380,
"talkgroupDisplayFormat": "tag_id",
"callLog": true,
"hideEncrypted": true,
"audioArchive": true,
"transmissionArchive": false,
"compressWav": false,
"talkgroupsFile": "trs_tg_2560.csv",
"hideUnknownTalkgroups": false,
"shortName": "fleetnet-pembroke"





}],
"defaultMode": "digital",
"captureDir": "/recordings",
"callTimeout": 5,
"frequencyFormat": "mhz",
"controlRetuneLimit": 50,
"logFile": "0",
"logLevel": "info"
}
 
Top