Package g4ds :: Package protocols :: Module config
[show private | hide private]
[frames | no frames]

Module g4ds.protocols.config

Configuration file for protocols for G4DS

Grid for Digital Security (G4DS)

Modules import that module and may read the settings important to them.

Author: Michael Pilgermann

Contact: mailto:mpilgerm@glam.ac.uk

License: GPL (General Public License)

Variable Summary
str default_protocol = 'soap'
dict endpoints = {'tcpsocket': '192.168.1.120:2000', 'soap': ...
dict protocols = {'tcpsocket': <module 'g4ds.protocols.tcpsoc...
str tcp_local_address = '192.168.1.120'
int tcp_local_port = 2000                                                                  

Variable Details

default_protocol

Type:
str
Value:
'soap'                                                                 

endpoints

Type:
dict
Value:
{'tcpsocket': '192.168.1.120:2000', 'soap': 'http://192.168.1.120:8080\
'}                                                                     

protocols

Type:
dict
Value:
{'soap': <module 'g4ds.protocols.soapprotocol' from '/home/michael/pro\
gramming/project/g4ds/protocols/soapprotocol.pyc'>,
 'tcpsocket': <module 'g4ds.protocols.tcpsocketprotocol' from '/home/m\
ichael/programming/project/g4ds/protocols/tcpsocketprotocol.pyc'>}     

tcp_local_address

Type:
str
Value:
'192.168.1.120'                                                        

tcp_local_port

Type:
int
Value:
2000                                                                  

Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 http://epydoc.sf.net