refactored codes, added standalone CLI client, option of interactive vs. standalone CLI 03/14803/1
authorUlas Kozat <ulas.kozat@gmail.com>
Sat, 28 May 2016 06:26:54 +0000 (23:26 -0700)
committerUlas Kozat <ulas.kozat@gmail.com>
Sat, 28 May 2016 06:26:54 +0000 (23:26 -0700)
commitb1486d4aeb0e37e0cb8fd31110af1e52d9a155fe
tree72023b56eff903a4681e4ca74bd02f28f83e7dfb
parent4435444272ac1849ef3a2dc3dca7931fabfd98cb
refactored codes, added standalone CLI client, option of interactive vs. standalone CLI

Change-Id: I262aaf4f5908c0d9b7eae87699c49ba385437589
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
15 files changed:
DominoClient.py
DominoServer.py
README.md
domino-cli.py [new file with mode: 0755]
domino-cli.thrift [new file with mode: 0644]
domino_conf.py
lib/dominoCLI/DominoClientCLI-remote [new file with mode: 0755]
lib/dominoCLI/DominoClientCLI.py [new file with mode: 0644]
lib/dominoCLI/DominoClientCLI.pyc [new file with mode: 0644]
lib/dominoCLI/__init__.py [new file with mode: 0644]
lib/dominoCLI/__init__.pyc [new file with mode: 0644]
lib/dominoCLI/constants.py [new file with mode: 0644]
lib/dominoCLI/constants.pyc [new file with mode: 0644]
lib/dominoCLI/ttypes.py [new file with mode: 0644]
lib/dominoCLI/ttypes.pyc [new file with mode: 0644]