From 29fe301ec82a657ee889411ad032af9909ceb6a4 Mon Sep 17 00:00:00 2001 From: Alvaro Neira Ayuso Date: Thu, 12 Dec 2019 11:50:46 +0100 Subject: Create new ogClient This commit init the new ogClient. The new ogClient has support for configuring and for connecting with the ogAdminServer. --- cfg/ogagent.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cfg/ogagent.cfg (limited to 'cfg') diff --git a/cfg/ogagent.cfg b/cfg/ogagent.cfg new file mode 100644 index 0000000..2e1f9ce --- /dev/null +++ b/cfg/ogagent.cfg @@ -0,0 +1,7 @@ +[opengnsys] +ip=192.168.2.175 +port=1234 +# Remote OpenGnsys Service +remote=https://192.168.2.10/opengnsys/rest +# Log Level, if ommited, will be set to INFO +log=DEBUG -- cgit v1.2.3-18-g5258