####################################################################### # SEED2 CLIENT ####################################################################### SEED2 CLIENT is a webservice client. Comunicates with SEED2 SERVER. For installation support read "INSTALL". For changes read "ChangeLog". For new features and other news read "NEWS". For credits read "AUTHORS". For copyright information read "COPYING".
Select Git revision
unstable
-
-
- Open in your IDE
- Download source code
Vinicius Ruoso
authored
This common functions file will be shared by the agent and client applications. The current shared function is getProxyConf(). It will access the client/conf/proxy file and sets the following proxy variables: - phost: the proxy host - pport: the proxy port - puid: the proxy user name (if authentication is required) - ppasswd: the proxy password Signed-off-by:Vinicius Ruoso <vkr07@c3sl.ufpr.br> Acked-by:
Ricardo Tavares de Oliveira <rto07@c3sl.ufpr.br> Acked-by:
Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br> Acked-by:
Josiney de Souza <josineys@c3sl.ufpr.br> Signed-off-by:
Danilo K. S. Yorinori <danilok@c3sl.ufpr.br>