aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-02-08 18:44:51 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-02-08 18:45:36 -0800
commitb1c795be1d8921939361e0f52d1b5f0822017346 (patch)
tree7af3f2a5245c976557f2ab6a48800574a9227fef
parent055322d33c552879d278a0e3ad13efbcb809a4cd (diff)
binding: network: docs: add cellular example to README.md
Change-Id: I7214e96ec2c25ccd90b7abffbe4be9d778d83d57 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--README.md61
1 files changed, 61 insertions, 0 deletions
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": {