Commit Graph

277 Commits

Author SHA1 Message Date
Cort Buffington 02dc63075c Time Formatting 2014-05-27 10:28:40 -05:00
Cort Buffington b587c92431 Fixed MASTER_REG_REPLY_PKT
was all messed up, but somehow worked too much of the time anyway!
2014-05-24 14:58:49 -05:00
Cort Buffington 0b1d190791 Fixed MASTER_REG_REPLY peer calc
Was previously really messed up, but worked some of the time by some
crazy twist of fate.
2014-05-24 14:56:53 -05:00
Cort Buffington 844339f27b Master + Repeater Firmware Compatibility
Change the reported IPSC version type to deal with some weird 2nd
registration packet we saw from repeaters with newer firmware
2014-05-24 14:24:24 -05:00
Cort Buffington 46b1ad92f7 RPT Status for TS1 and TS2 Added 2014-05-18 16:45:30 -05:00
Cort Buffington 12eab90fa5 Fixed Repeat State Function 2014-05-18 16:18:21 -05:00
Cort Buffington 8f5c636888 Additional Features 2014-05-18 15:39:06 -05:00
Cort Buffington cd823fb07d Fixed RCM Names 2014-05-18 15:31:10 -05:00
Cort Buffington 7340309638 Fixed RCM Names 2014-05-18 15:30:11 -05:00
Cort Buffington 9e7f9961f4 Additional Features 2014-05-18 15:29:01 -05:00
Cort Buffington d6fafd256a RCM Updates 2014-05-18 15:28:27 -05:00
Cort Buffington 0ee36acc52 Additional Features 2014-05-18 15:25:22 -05:00
Cort Buffington 313078039e Additional Features 2014-05-18 15:24:24 -05:00
Cort Buffington 72721d9870 Additional RCM Features 2014-05-18 15:23:19 -05:00
Cort Buffington ba1d108d06 Update README.md 2014-05-17 20:07:51 -05:00
Cort Buffington 56c66dba5a VERSION 0.2 RELEASE
“Official” 0.2 version. Now has Master support, graceful shutdown, and
a number of stability improvements.
2014-05-17 20:01:26 -05:00
Cort Buffington d6c22c4721 Graceful Shutdown & De-Reg. Handling 2014-05-17 13:18:45 -05:00
Cort Buffington ee96c6752e MASTER: Peer List Broadcast Added 2014-05-17 10:53:27 -05:00
Cort Buffington 0be40df13b Master Sup.: Peer List Dist. Added 2014-05-17 10:40:19 -05:00
Cort Buffington 47a2b7db13 Normalized Naming Conventions for peer/peerid 2014-05-16 10:20:21 -05:00
Cort Buffington e223b26a99 Master Support Useable! 2014-05-16 09:02:45 -05:00
Cort Buffington b5ce0edbae Master Support/Normalization 2014-05-15 22:21:54 -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 8cbf6c678f MASTER SUPPORT WORKING
Needs cleaned up, don’t count on it to be perfect, how to configure it
isn’t yet documented (or very clean). BUT – it works!
2014-05-14 21:42:31 -05:00
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