Beta - Currently in Use!
This commit is contained in:
parent
f8ce89a17a
commit
92ff27e04a
@ -12,19 +12,18 @@ from __future__ import print_function
|
|||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
from twisted.internet import task
|
from twisted.internet import task
|
||||||
from binascii import b2a_hex as h
|
from binascii import b2a_hex as h
|
||||||
import pprint
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from dmrlink import IPSC, NETWORK, networks, send_to_ipsc, dmr_nat, logger, hex_str_4, int_id
|
from dmrlink import IPSC, NETWORK, networks, send_to_ipsc, dmr_nat, logger, hex_str_4, int_id
|
||||||
|
|
||||||
__author__ = 'Cortney T. Buffington, N0MJS'
|
__author__ = 'Cortney T. Buffington, N0MJS'
|
||||||
__copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group'
|
__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 K, and he who wishes not to be named'
|
||||||
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
__license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported'
|
||||||
__version__ = '0.2a'
|
__version__ = '0.1b'
|
||||||
__maintainer__ = 'Cort Buffington, N0MJS'
|
__maintainer__ = 'Cort Buffington, N0MJS'
|
||||||
__email__ = 'n0mjs@me.com'
|
__email__ = 'n0mjs@me.com'
|
||||||
__status__ = 'Production'
|
__status__ = 'Beta'
|
||||||
|
|
||||||
|
|
||||||
# Import Bridging rules
|
# Import Bridging rules
|
||||||
|
Loading…
Reference in New Issue
Block a user