Commit Graph

723 Commits

Author SHA1 Message Date
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 a6ca762314 Update README.md 2014-09-04 12:24:49 -05:00
Cort Buffington 6f08f1f2c4 change logger name 2014-09-01 18:58:26 -05:00
Cort Buffington 4781321c2c Restore from a test 2014-08-31 18:33:45 -05:00
Cort Buffington 7c99a1933a Experimental: Don't Rewrite Peer ID 2014-08-31 18:17:34 -05:00
Cort Buffington f0d50c8211 Update Versions/Documentation 2014-08-31 13:18:35 -05:00
Cort Buffington 1d461ca21a v.27B Update - LOTS OF NEW! 2014-08-31 12:32:23 -05:00
Cort Buffington 59224df788 MANY CHANGES
Bridging works well. Backup and standard are consolidated to one
application, better documentation, bridging rules file greatly
simplified.
2014-08-31 11:27:00 -05:00
Cort Buffington 5e5719eb2e Quiet Superfluous Logging 2014-08-29 17:08:49 -05:00
Cort Buffington fc791295b2 Quiet superfluous logging 2014-08-29 17:06:46 -05:00
Cort Buffington baf87b7bf8 NEW TYPE FOUND 2014-08-29 17:01:12 -05:00
Cort Buffington 92ff27e04a Beta - Currently in Use! 2014-08-29 16:35:58 -05:00
Cort Buffington f8ce89a17a Fixed a typo 2014-08-29 16:20:44 -05:00
Cort Buffington b78a52290e General Improvements 2014-08-29 16:08:32 -05:00
Cort Buffington 622f243ee8 Complete, but needs tested 2014-08-29 15:12:45 -05:00
Cort Buffington d160ec6d9e Complete, but needs tested 2014-08-29 15:11:34 -05:00
Cort Buffington dba7fa3e6b Bridge Status Working! 2014-08-29 14:58:41 -05:00
Cort Buffington b22d773e81 NOT FULLY FUNCTIONAL: Backup Bridge
Bridge application that identifies known bridges based on RADIO ID and
does NOT bridge if they are actively connected to an IPSC and MODE byte
shows linking on a timeslot.
2014-08-29 09:05:19 -05:00
Cort Buffington a89a94dea8 reduce peer_list function logging 2014-08-27 19:43:42 -05:00
Cort Buffington 6c41942aa2 Allow Re-Registration
If a peer “re-registers” we were not updating it’s registration
information. For example, it may have changed it’s MODE byte, or worse,
it’s port number, etc. and we’d have missed it
2014-08-26 08:01:27 -05:00
Cort Buffington b2398a255a POC TEST ONLY 2014-08-24 21:03:08 -05:00
Cort Buffington 8c267955ff Stores useable files 2014-08-24 19:01:41 -05:00
Cort Buffington 831949954a NOT WORKING YET 2014-08-24 17:14:20 -05:00
Cort Buffington 318ccfea78 Improve Syslogging 2014-08-24 15:20:10 -05:00
Cort Buffington 94eb828006 Improve syslogging 2014-08-24 15:19:24 -05:00
Cort Buffington c84273272c Improve Syslogging 2014-08-24 15:16:30 -05:00
Cort Buffington 30ce30749e Update gitignore 2014-08-20 13:04:38 -04:00
Cort Buffington 40b929cadd delete unused files 2014-08-20 11:35:32 -05:00
Cort Buffington bd211001f7 Consolodate playback and playback_user 2014-08-17 12:45:37 -04:00
Cort Buffington bfa060f0b1 Update playback 2014-08-17 11:28:19 -04:00
Cort Buffington 211ebab6bd Consolidate playback and playback_user 2014-08-17 11:23:10 -04:00
Cort Buffington c04bbc1b84 Combine Playback Group and Private 2014-08-17 09:35:50 -05:00
Cort Buffington 536dc73521 Improved syslogging 2014-08-15 11:22:39 -05:00
Cort Buffington d88f90d0b4 Add cfg configurable report interval 2014-08-15 08:39:52 -05:00
Cort Buffington 6e899a36c2 Update FAQ.md 2014-08-14 09:28:46 -05:00
Cort Buffington 8270d983fd Update FAQ.md 2014-08-14 09:14:00 -05:00
Cort Buffington 3fd92dd4da update FAQ 2014-08-14 09:12:27 -05:00
Cort Buffington 0ead8726f0 NEW FAQ! 2014-08-14 09:11:52 -05:00
Cort Buffington 3a97e7160d Update README.md 2014-08-14 08:56:47 -05:00
Cort Buffington 12161c4959 Update README.md 2014-08-14 08:51:27 -05:00
Cort Buffington c73e733516 Update README.md 2014-08-14 08:48:50 -05:00
Cort Buffington 8a378fe2c1 More Decoding 2014-08-13 17:14:46 -05:00
Cort Buffington ce29b8de2d Small fixes 2014-08-11 19:16:14 -05:00
Cort Buffington 9699fc18ef Work on Private Playback
Still not working… packets look good, something is missing.
2014-08-04 21:43:58 -05:00
Cort Buffington 132c1ece39 Add Sample App
Playback, but uses DMRlink’s subscriber ID instead of a GID as the
target.
2014-07-29 08:51:31 -05:00
Cort Buffington 6fb3601724 New RCM Type Found
Type 0x84 was seen by a user running ARS & GPS. It is not yet known
exactly what the type is for.
2014-06-25 16:32:34 -05:00
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