diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-02-08 18:44:51 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-02-08 18:45:36 -0800 |
commit | b1c795be1d8921939361e0f52d1b5f0822017346 (patch) | |
tree | 7af3f2a5245c976557f2ab6a48800574a9227fef /README.md | |
parent | 055322d33c552879d278a0e3ad13efbcb809a4cd (diff) |
binding: network: docs: add cellular example to README.md
Change-Id: I7214e96ec2c25ccd90b7abffbe4be9d778d83d57
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -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": { |