Commit Graph

39 Commits

Author SHA1 Message Date
Cort Buffington a55f73d059 RadioID changes 2019-05-09 09:31:47 -05:00
Cort Buffington c023d4a565 Change ID file format to JSON 2019-03-02 13:26:10 -06:00
Cort Buffington 198278c288 Update dmrlink_SAMPLE.cfg
because we can't just have one place to get config files that doens't change constantly
2018-10-12 22:58:06 -05:00
Cort Buffington 2520f394ed update 2018-10-08 22:12:56 -05:00
Cort Buffington 01a3fff754
Fixing DMR-MARC database changes
....again... and again...
2018-04-16 09:09:47 -05:00
Cort Buffington 2e1a4c3a58 Revert "Accommodate DMR-MARC JSON only database changes"
This reverts commit 59a59e4100.
2018-04-16 08:46:42 -05:00
Cort Buffington 59a59e4100 Accommodate DMR-MARC JSON only database changes
Talkgroup files are samples – pick one format or the other if you want
those aliases. this changes the type of dump you do with DMR-MARC and
the way you save files locally. CSV still works, but DMR-MARC will stop
supporting it!!! DO NOT mix .csv filenames and .json downloads. The
extension must match the file data type.
2018-03-16 20:29:46 -05:00
Steve N4IRS 0fe54ad948 Update install script and fix missing section 2017-05-29 07:25:09 -04:00
Cort Buffington 8f971496cd cleanup 2017-05-16 13:50:56 -05:00
Cort Buffington a8703e058c Updates.... 2017-05-15 14:31:34 -05:00
Cort Buffington 86b2160330 better example 2017-05-01 16:45:43 -05:00
Cort Buffington 65df5a2ab7 update sample for network reporting 2017-05-01 16:44:28 -05:00
N4IRS dd56cc40d9 Rename files and tweaks 2017-01-05 15:01:32 -05:00
Cort Buffington f566cce1ca Preparing for confbridge app. WARNING - CONFIG ADDITION!!! 2016-12-21 19:55:53 -06:00
Cort Buffington 53c4ff5b23 ALL ARE WORKING EXCEPT ambe_audio.py 2016-12-18 21:51:13 -06:00
root b9a96a594d Fix typos 2016-08-31 15:02:07 -04:00
Cort Buffington 1465468a96 Added null log handler
For those who REALLY like to be in the dark, now you can be completely
unaware.
2016-05-02 08:44:46 -05:00
Ryan Turner e138cfc12f Updated dmrlink sample config to comment lines 2016-02-01 10:46:23 -06:00
Steve Zingman N4IRS 047963cd93 Expand examples 2015-12-06 22:16:39 -05:00
Steve Zingman N4IRS fccc8b3367 fix config 2015-12-04 21:41:16 -05:00
Steve Zingman N4IRS 7113a56d2a path needs a trailing / 2015-12-04 21:40:23 -05:00
Steve Zingman N4IRS e8789a6d96 Create directory structure and copy files 2015-12-03 09:32:18 -05:00
Cort Buffington 574a89e7f9 Remove JSON Reporting
It has a major problem with byte strings in the dictionaries… this may
never work
2015-06-20 19:57:07 -05:00
Cort Buffington 31223a846d Work on reporting options 2015-06-12 08:28:48 -05:00
Cort Buffington 10a21ed118 Word on data reporting options
in the process of adding several ways to dump the data structure from
each IPSC for processing by some external program.
2015-06-07 20:54:21 -05:00
Cort Buffington ec9c20d5ee *NOT_BACKWARD_COMPATIBLE* changes
Changes to the REPORTS section of the config and dmrlink.py to pave the
way for more flexible reporting types.
2015-06-07 15:46:29 -05:00
Cort Buffington 5a5ecb322b IP Interface may be specified now
This is useful when using multiple interfaces and bridge.py is employed
as an application gateway between multiple un-connected networks (like
VPNs to the real world).
2014-10-31 10:30:18 -05:00
Cort Buffington 324c16660c Corrected MASTER_PEER Comment
Forgot to change this once DMRlink became capable of being a master.
2014-09-18 18:54:26 -05:00
Cort Buffington 82d93a759d Added Logger name to config
Now you can configure the name shown in syslog on a per-instance basis.
Handy when you run more than one DMRlink instance on the same machine.
2014-09-05 07:50:49 -05:00
Cort Buffington d88f90d0b4 Add cfg configurable report interval 2014-08-15 08:39:52 -05:00
Cort Buffington 68d52ee976 Master Support Cleanup
Also fixed lack of decoding of some hex strings in debug logging
function calls.
2014-05-15 17:17:54 -05:00
Cort Buffington cd217b94b5 Bug fix -- extra information in the cfg file not necessary! 2014-01-02 19:01:28 -06:00
Cort Buffington 97246370c5 Official Version V0.1 Release 2014-01-02 11:16:23 -06:00
Cort Buffington c739e03dec cleanup 2013-12-22 16:26:17 -06:00
Cort Buffington 2973b66142 Cleanup 2013-12-22 16:23:42 -06:00
Cort Buffington 6b4fa3b479 Configuraiton Clean-up 2013-12-22 16:16:10 -06:00
Cort Buffington 2be203cb8d LOTS ADDED!!!
Reporting output and logging configurations are now included here,
along with more/better inline documentation on how to set up this file.
2013-12-15 10:05:34 -06:00
Cort Buffington 9fb850b878 Comments added to config file sample 2013-10-12 11:21:00 -05:00
Cort Buffington 59cb7666f5 Added Config File Parser
No longer is it necessary to build the configuration by hand as a
python file. It now uses a basic INI style… not my favorite, but easily
added thanks to ConfigParser.

This BREAKS group-voice forwarding for now, as there's no good way to
add the rules config in the basic config file right NOW, but it will be
fixed soon.
2013-10-12 11:08:06 -05:00