From b1c795be1d8921939361e0f52d1b5f0822017346 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 8 Feb 2019 18:44:51 -0800 Subject: binding: network: docs: add cellular example to README.md Change-Id: I7214e96ec2c25ccd90b7abffbe4be9d778d83d57 Signed-off-by: Matt Ranostay --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/README.md b/README.md index cf81be3..e90c375 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,15 @@ Network service uses the respective ConnMan package to administer networking int "connected": false, "tethering": false } + }, + "technology": "cellular", + "properties": { + "name": "Cellular", + "type": "cellular", + "powered": true, + "connected": true, + "tethering": false + } } ] }, @@ -80,6 +89,58 @@ Network service uses the respective ConnMan package to administer networking int { "response": { "values": [ + { + "service": "cellular_310260157754769_context1", + "properties": { + "type": "cellular", + "security": [], + "state": "online", + "strength": 100, + "favorite": true, + "immutable": false, + "autoconnect": true, + "name": "T-Mobile", + "roaming": false, + "ethernet": { + "method": "auto", + "interface": "wwp0s20u1u4u3i8", + "address": "E2:7D:ED:EC:C2:33", + "mtu": 1500 + }, + "ipv4": { + "method": "fixed", + "address": "100.194.51.219", + "netmask": "255.255.255.248", + "gateway": "100.194.51.220" + }, + "ipv4.configuration": { + "method": "fixed", + "address": "100.194.51.219", + "netmask": "255.255.255.248", + "gateway": "100.194.51.220" + }, + "ipv6": {}, + "ipv6.configuration": { + "method": "off" + }, + "nameservers": [ + "10.177.0.210" + ], + "nameservers.configuration": [], + "timeservers": [ + "100.194.51.220", + "pool.ntp.org" + ], + "timeservers.configuration": [], + "domains": [], + "domains.configuration": [], + "proxy": { + "method": "direct" + }, + "proxy.configuration": {}, + "provider": {} + } + }, { "service": "ethernet_0800271b86ef_cable", "properties": { -- cgit 1.2.3-korg