Housekeeping Updates
This commit is contained in:
		
							parent
							
								
									5f58ce04a0
								
							
						
					
					
						commit
						475dc9d766
					
				@ -20,14 +20,14 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3, get_info
 | 
			
		||||
from time import time
 | 
			
		||||
import csv
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2015 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Robert Garcia, N5QM'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013 - 2016 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF; Robert Garcia, N5QM; Steve Zingman, N4IRS; Mike Zingman, N4IRR'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__version__ = '0.1a'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'pre-alpha'
 | 
			
		||||
__status__ = 'beta'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
try:
 | 
			
		||||
 | 
			
		||||
@ -39,10 +39,9 @@ import sys
 | 
			
		||||
from dmrlink import IPSC, NETWORK, networks, REPORTS, reporting_loop, dmr_nat, logger, hex_str_3, hex_str_4, int_id
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013-2015 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013 - 2016 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF; Steve Zingman, N4IRS; Mike Zingman, N4IRR'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__version__ = '0.29b'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'beta'
 | 
			
		||||
 | 
			
		||||
@ -34,14 +34,12 @@ from twisted.internet import reactor
 | 
			
		||||
from twisted.internet import task
 | 
			
		||||
from random import randint
 | 
			
		||||
from time import time
 | 
			
		||||
from json import dumps as json_dump
 | 
			
		||||
from cPickle import dump as pickle_dump
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013 - 2015 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013 - 2016 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF; Steve Zingman, N4IRS; Mike Zingman, N4IRR'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__version__ = '0.27b'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'beta'
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								log.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								log.py
									
									
									
									
									
								
							@ -17,13 +17,13 @@ from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, p
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK, Dave Kierzkowski, KD8EYF'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__version__ = '1.0'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'Production'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class logIPSC(IPSC):
 | 
			
		||||
    
 | 
			
		||||
    def __init__(self, *args, **kwargs):
 | 
			
		||||
 | 
			
		||||
@ -28,10 +28,9 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2014 - 2015 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF; and he who wishes not to be named'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__version__ = '0.9b'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'beta'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -17,12 +17,11 @@ from dmrlink import IPSC, NETWORK, networks, logger, dmr_nat, int_id, hex_str_3
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2014 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski, KD8EYF'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__version__ = '0.1a'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'pre-alpha'
 | 
			
		||||
__status__ = 'beta'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
try:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										3
									
								
								rcm.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								rcm.py
									
									
									
									
									
								
							@ -23,9 +23,8 @@ from dmrlink import IPSC, NETWORK, networks, get_info, int_id, subscriber_ids, p
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__version__ = '1.0'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'Production'
 | 
			
		||||
 | 
			
		||||
@ -36,9 +36,8 @@ from dmrlink import IPSC, NETWORK, networks, get_info, int_id, logger
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF and he who wishes not to be named'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__version__ = '1.0'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'Beta'
 | 
			
		||||
 | 
			
		||||
@ -19,12 +19,11 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3
 | 
			
		||||
 | 
			
		||||
__author__ = 'Cortney T. Buffington, N0MJS'
 | 
			
		||||
__copyright__ = 'Copyright (c) 2014 Cortney T. Buffington, N0MJS and the K0USY Group'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named'
 | 
			
		||||
__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF'
 | 
			
		||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
 | 
			
		||||
__maintainer__ = 'Cort Buffington, N0MJS'
 | 
			
		||||
__version__ = '0.1a'
 | 
			
		||||
__email__ = 'n0mjs@me.com'
 | 
			
		||||
__status__ = 'pre-alpha'
 | 
			
		||||
__status__ = 'beta'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
print('This program will record the first matching voice call and exit.\n')
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user