Skip to content
/ callrec Public
forked from BrandMeister/callrec

Records BrandMeister calls on a talkgroup to files using the Simple External Application protocol.

License

Notifications You must be signed in to change notification settings

N2NUO/callrec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

callrec

Records BrandMeister calls on a talkgroup to files using the Simple External Application protocol.

Installation

go get github.com/BrandMeister/callrec
go install github.com/BrandMeister/callrec

Configuration

Copy config-example.json to config.json and edit it.

You can define callExecCommands. Received call data will be passed to callExecCommand1's stdin, and call data passed through all defined callExecCommands will be saved on the disk (callExecCommand1's stdout is piped to callExecCommand2's stdin and so on). This way you can pass AMBE data to an external application which decodes the stream.

About

Records BrandMeister calls on a talkgroup to files using the Simple External Application protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%