2019-01-04 Fred Gleason <fredg@paravelsystems.com>

* Added a 'pypad_xds.py' PyPAD script.
	* Removed the 'rlm_xds' RLM.
This commit is contained in:
Fred Gleason
2019-01-04 11:06:19 -05:00
parent af9a155965
commit efc2a100a9
8 changed files with 208 additions and 557 deletions

View File

@@ -81,6 +81,7 @@ PAD_TCP_PORT=34289
class Update(object):
def __init__(self,pad_data,config):
self.__fields=pad_data
#print('PAD: '+str(self.__fields))
self.__config=config
def __fromIso8601(self,string):