Commit Graph

703 Commits

Author SHA1 Message Date
Cort Buffington bbe299fc60 MASTER SUPPORT WORKING
Master support now works – not very well tested, don’t count on it to
be perfect. Also, configuration for a master isn’t yet documented.
2014-05-14 21:41:20 -05:00
Cort Buffington 8d451abebc Work on Master Support 2014-05-14 20:58:58 -05:00
Cort Buffington f915131a23 Master Support Partially Working 2014-05-14 19:44:26 -05:00
Cort Buffington 77e446c1f1 additional extensions added 2014-05-14 19:14:19 -05:00
Cort Buffington 9835c3f317 Master Support 2014-05-14 14:19:31 -05:00
Cort Buffington 134a34f22e Work on Master Support 2014-05-14 14:18:33 -05:00
Cort Buffington 9accbafe68 Work on Master Support 2014-05-13 11:18:44 -05:00
Cort Buffington 10c5c0c1ac Work on Master Support 2014-05-12 21:18:04 -05:00
Cort Buffington 79ab1adde5 Documentation Added 2014-05-08 08:41:23 -05:00
Cort Buffington bba5d42511 Work on Master support 2014-05-08 08:39:41 -05:00
Cort Buffington 182fe4f93b Work on Master Support 2014-05-08 08:29:57 -05:00
Cort Buffington 71b35032a0 Data Structure Documentation 2014-05-08 08:10:38 -05:00
Cort Buffington a03c6d9789 Internal Data Structure 2014-05-08 07:28:02 -05:00
Cort Buffington 70127c021f Beginning Master Support 2014-05-07 20:03:03 -05:00
Cort Buffington 4cbabc48aa Trim Superfluous Code 2014-04-29 22:00:38 -05:00
Cort Buffington 80114833b1 Update Copyright 2014-04-28 22:07:34 -05:00
Cort Buffington 8cad9ee839 Update Copyright 2014-04-28 22:05:31 -05:00
Cort Buffington 6ab3fa7bc3 Cleaned superfluous "stuff"
Significantly simplified this file.
2014-04-28 22:01:33 -05:00
Cort Buffington a4a339aabf Move RCM Messages to ipsc.ipsc_message_types.py
Consolidate so that only one file with message-type mappings are used,
so that only one place needs updated.
2014-04-28 21:52:53 -05:00
Cort Buffington 43e11ea19a Removed Class & Inheritance for Unauth IPSCs
Previously, an unauthenticated network used a different class that
subclassed IPSC and overrode the the three functions that affect
authentication. Now, during class instantiation ( with __init__ ), the
set of functions are “aliased” depending on whether or not the IPSC’s
auth flag is set in dmrlink.cfg
2014-04-28 21:42:48 -05:00
Cort Buffington 10012548e9 Update README.md 2014-04-28 20:25:27 -05:00
Cort Buffington 851711bb7e Minor Updates 2014-04-28 20:13:07 -05:00
Cort Buffington 59d4058c84 Update README.md 2014-04-28 07:44:00 -05:00
Cort Buffington 21c68c2186 Add Missouri 2014-04-25 15:42:41 -05:00
Cort Buffington ff9469aaea Add configuration file for playback.py 2014-04-25 15:34:53 -05:00
Cort Buffington 3ffa45f5e8 Add configuration for playback 2014-04-25 15:27:17 -05:00
Cort Buffington 45455322ce Easier config, just use integer string, no hex coding 2014-04-24 21:57:38 -05:00
Cort Buffington 39aa714907 Added TGID and TS parsing 2014-04-24 21:46:01 -05:00
Cort Buffington c3a33c7c85 NOW WORKING!
This module records transmissions on an identified TGID and immediately
plays them back on the same IPSC, TS and TGID.
2014-04-24 21:32:23 -05:00
Cort Buffington 3e8177f80b Cleanup 2014-04-24 08:18:57 -05:00
Cort Buffington dc07204f03 NOT YET WORKING
Playback transmissions by repeating a packet stream… not yet working.
2014-04-20 21:37:59 -05:00
Cort Buffington 31ecf3b733 People Can't Convert DEC to HEX
Added a simple function to convert decimal values into the necessary
TGID hexadecimal strings. Seems like everyone contacting me with
trouble using bridge.py has trouble doing this.
2014-04-10 22:15:44 -05:00
Cort Buffington dbe69bb15e keep-alive packet logging set for debug level 2014-01-21 10:49:13 -06:00
Cort Buffington 620d013e92 Added debug logging for keep-alives 2014-01-21 10:40:52 -06:00
Cort Buffington f25f97a045 Update README.md 2014-01-03 15:22:17 -06:00
Cort Buffington 6197240725 Update README.md 2014-01-03 15:21:39 -06:00
Cort Buffington 98300901cc cfg file note added 2014-01-03 15:03:41 -06:00
Cort Buffington 874b11db7b Daemon Support
Shebangs added to all files expected to be executed, command line
argument for configuration file added (otherwise, it looks for
dmrlink.cfg in the same directory as dmrlink.py) - this divorces it
from the last ties to a shell environment… or at least I think.
2014-01-03 15:01:43 -06:00
Cort Buffington cd217b94b5 Bug fix -- extra information in the cfg file not necessary! 2014-01-02 19:01:28 -06:00
Cort Buffington ebe64c665d Official Version V0.1 Release 2014-01-02 11:18:03 -06:00
Cort Buffington 97246370c5 Official Version V0.1 Release 2014-01-02 11:16:23 -06:00
n0mjs710 2375162f30 Update requirements 2013-12-25 21:29:15 -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 7d09fd82ec Added Timeslot Parameters 2013-12-15 13:17:14 -06:00
Cort Buffington 3bc2a1fe98 Took out call-backs that do nothing 2013-12-15 10:37:01 -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 b461bc9240 Imported Logger - more config items 2013-12-15 09:45:39 -06:00
Cort Buffington dae134cb5c NOW inc. in dmrlink.py 2013-12-15 09:45:18 -06:00