robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
850 stars 191 forks source link

My Needs #255

Closed ZL1LAC closed 5 years ago

ZL1LAC commented 5 years ago

I have been looking high and low for a system, that allows me to record a radio frequency, and then be able to scrobble back live to listen to past transmissions. Is this what I'm looking for or must I look elsewhere? If so can someone point me in the right direction? Thanks.

bctrainers commented 5 years ago

Hi @dh47, yeah - TrunkRecorder will do the recording part. It records just about all types of common digital trunking systems and analog systems. It will not record audio that is encrypted of any type.

You will need to check out TrunkPlayer if you're looking for a robust Recorder+Playback combo.

ZL1LAC commented 5 years ago

Could you show me a simple config file I can use for an analog system, monitoring 1 frequency?

ZL1LAC commented 5 years ago

@bctrainers hi, I'm having issues trying to set up a few analog systems. I'm not sure what to put for type.

My config { "sources": [{ "center": 14143750, "rate": 2048000, "error": 1000, "gain": 39, "debugRecorders": 0, "digitalRecorders": 4, "modulation": "qpsk", "driver": "osmosdr", "device": "rtl=0" }, { "center": 486500000, "rate": 2048000, "error": 0, "gain": 39, "digitalRecorders": 4, "modulation": "qpsk", "driver": "osmosdr", "device": "rtl=1" }, { "center": 157950000, "rate": 2048000, "error": 0, "gain": 39, "digitalRecorders": 4, "modulation": "qpsk", "driver": "osmosdr", "device": "rtl=2" }], "systems": [{ "type": "analog" }], "captureDir": "/home/pi/radio" }

ZL1LAC commented 5 years ago

Not sure why I closed this, any help would be grateful.

gofaster commented 5 years ago

Hello -

From the README.md file: "type - the type of trunking system. The options are smartnet, p25, conventional & conventionalP25."

There are example configs in the example subdirectory https://github.com/robotastic/trunk-recorder/tree/master/examples

ZL1LAC commented 5 years ago

Doesn't look like support for just analog then, unfortunately, this will need suite my needs.

imagesafari commented 5 years ago

Analog conventional is supported.

On Tue, Aug 13, 2019 at 11:46 PM dh47 notifications@github.com wrote:

Doesn't look like support for just analog then, unfortunately, this will need suite my needs.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robotastic/trunk-recorder/issues/255?email_source=notifications&email_token=AADAVQLP4T2KGEOPQOUCXCLQEN52BA5CNFSM4IK7ZXR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4HTPSA#issuecomment-521091016, or mute the thread https://github.com/notifications/unsubscribe-auth/AADAVQNMKNZGWFTRZMBMIQDQEN52BANCNFSM4IK7ZXRQ .

ZL1LAC commented 5 years ago

So I would put conventional for the type?