-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update/edit README.md and docs/CONFIGURE.md, 3 minor fixes #816
Conversation
fix tbsk typo in p25_parser.cc remove duplicate include line in p25_frame_assembler_impl.cc remove duplicate add_file_log line in main.cc/have it capture log file config lines (fixes robotastic#754)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just had 2 small questions
Instead of calling out a specific plugin in .gitignore like |
No, because the plugins folder is really for internal plugins that are included in the Trunk Recorder code, and should be managed by git. The official way to use an external plugin is to put the code somewhere else and run |
Sorry, yeah. You are correct. All my plugins live in repos external to trunk-recorder and are manually installed. Maybe we can recommend |
OK - I removed the plugin line from .gitignore. I would prefer not to have separate lines for each plugin there so I can minimize the number of PRs coming in. The best practice here would be to keep plugins outside of the Trunk Recorder repo. I should prob also clean out some of those weird directories from gitignore.... |
Totally understood. Can you provide your thoughts/guidance on issue 482 (just see the last 2 comments)? Would like to work on that next. |
Includes adding a link to my decode rates logging plugin
3 minor fixes are:
-fix tbsk typo in p25_parser.cc
-remove duplicate include line in p25_frame_assembler_impl.cc
-remove duplicate add_file_log line in main.cc/have it capture log file config lines (fixes #754)
Can someone test the plugin? I'm using code that I added directly to Trunk Recorder, and I'm wondering if the
override
keyword should be used. Also, is there a desire to be able to specify the name/location of the rates file?