Signed-off-by: nshero.lee <nshero.lee@samsung.com>
--- /dev/null
+## 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
--- /dev/null
+{"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