From 1eb30ed55ccb99a18c080a986fd695a15738b939 Mon Sep 17 00:00:00 2001 From: "nshero.lee" Date: Thu, 21 Dec 2017 15:27:09 +0900 Subject: [PATCH] Update sample config Signed-off-by: nshero.lee --- test/README.md | 9 +++++++++ test/config.json | 1 + 2 files changed, 10 insertions(+) create mode 100644 test/README.md create mode 100644 test/config.json diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..f45cd86 --- /dev/null +++ b/test/README.md @@ -0,0 +1,9 @@ +## How to use +- Required packages(If your target binary doesn't have, install it) +: capi-network-connection, capi-network-wifi-manager + +1. Clone git and buid with master branch +2. gbs build : gbs build -A armv7l +3. Create folder and copy config.json +: create '/etc/setup-adaptor' +: Copy config.json under /etc/setup-adaptor diff --git a/test/config.json b/test/config.json new file mode 100644 index 0000000..9c36e8d --- /dev/null +++ b/test/config.json @@ -0,0 +1 @@ +{"version":"0.1","wifi":{"ssid":"docker","password":"dockerdocker","enabled":true,"dhcpEnabled":true,"ipAddress":"127.0.0.1","netmask":"127.0.0.1","defaultGateway":"127.0.0.1","primaryDNSServer":"127.0.0.1","secondaryDNSServer":"127.0.0.1"},"ethernet":{"enabled":false,"dhcpEnabled":true,"ipAddress":"127.0.0.1","netmask":"127.0.0.1","defaultGateway":"127.0.0.1","primaryDnsServer":"127.0.0.1","secondaryDnsServer":"127.0.0.1"},"httpProxyHost":"127.0.0.1","httpProxyPort":8080} \ No newline at end of file -- 2.34.1