Commit Graph

21 Commits

Author SHA1 Message Date
Cort Buffington
e80fe33545 updating hash/send routines 2016-09-09 22:44:40 -05:00
Cort Buffington
475dc9d766 Housekeeping Updates 2016-04-28 14:28:32 -05:00
Cort Buffington
bf33f3893e Alternate Subscriber ID for repeat transmission
Added a feature whereby a user can configure an alternate subscriber ID
in the config file that will be used for all group traffic repeated.
2016-01-16 18:28:39 -06:00
Cort Buffington
16e7d2aaeb send_to_ipsc moved into IPSC class
send_to_ipsc moved into the IPSC class, as well as a new class function
for the single line to write the socket. This allows for inserting a
debug logger line to dump EVERY packet transmitted on a per-IPSC basis.
2014-12-20 09:14:54 -06: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
f0d50c8211 Update Versions/Documentation 2014-08-31 13:18:35 -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
8d451abebc Work on Master Support 2014-05-14 20:58:58 -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
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
ff9469aaea Add configuration file for playback.py 2014-04-25 15:34:53 -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