Lines Matching +full:- +full:vv
15 …oject.org/latest/connectivity/networking/networking_with_host.html#networking-with-the-host-system)
16 …ng for Zephyr native network on Linux](https://github.com/zephyrproject-rtos/net-tools/blob/master…
19 ### Run Lehan server from net-tools Docker container
21 Zephyr's net-tools Docker container already contains Leshan, so if you don't want to set the enviro…
22 use the pre-made docker.
26 cd tools/net-tools/docker
27 docker build -t net-tools .
32 cd tools/net-tools/
33 sudo ./net-setup.sh --config docker.conf start
38 …n --hostname=net-tools --name=net-tools --ip=192.0.2.2 --ip6=2001:db8::2 -p 8080:8080 -p 8081:8081…
39 docker container exec net-tools /net-tools/start-leshan.sh
45 cd tools/net-tools/
46 docker kill net-tools
47 sudo ./net-setup.sh --config docker.conf stop
48 docker network rm net-tools0
57 * udp/5683 Leshan non-secure CoAP
59 * udp/5783 non-secure Bootstrap CoAP
61 …e from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
62 …from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.jar
66 java -jar ./leshan-server-demo.jar -wp 8080 -vv
67 java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081
72 #!/bin/sh -eu
75 if [ ! -f leshan-server-demo.jar ]; then
76 … wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
79 if [ ! -f leshan-bsserver-demo.jar ]; then
80 …wget 'https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.j…
83 mkdir -p log
85 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \
86 …--startas /bin/bash -- -c "exec java -jar ./leshan-server-demo.jar -wp 8080 -vv --models-folder ob…
88 start-stop-daemon --make-pidfile --pidfile log/leshan_bs.pid --chdir $(pwd) --background --start \
89 …--startas /bin/bash -- -c "exec java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081 -…
94 #!/bin/sh -eu
96 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop
97 start-stop-daemon --remove-pidfile --pidfile log/leshan_bs.pid --stop
108 twister -p native_sim -vv --enable-slow -T tests/net/lib/lwm2m/interop
114 ./scripts/net/run-sample-tests.sh tests/net/lib/lwm2m/interop
120 …//www.openmobilealliance.org/release/LightweightM2M/ETS/OMA-ETS-LightweightM2M-V1_1-20190912-D.pdf)
125 |---------|------|-----|
126 |LightweightM2M-1.1-int-0 - Client Initiated Bootstrap |:white_check_mark:| |
127 |LightweightM2M-1.1-int-1 - Client Initiated Bootstrap Full (PSK) |:white_check_mark:| |
128 |LightweightM2M-1.1-int-2 - Client Initiated Bootstrap Full (Cert) | |testcase not implemented…
129 |LightweightM2M-1.1-int-3 – Simple Bootstrap from Smartcard |:large_orange_diamond:|We …
130 |LightweightM2M-1.1-int-4 - Bootstrap Delete |:white_check_mark:| |
131 |LightweightM2M-1.1-int-5 - Server Initiated Bootstrap |:white_check_mark:| |
132 |LightweightM2M-1.1-int-6 - Bootstrap Sequence |:white_check_mark:| |
133 |LightweightM2M-1.1-int-7 - Fallback to bootstrap |:white_check_mark:| |
134 |LightweightM2M-1.1-int-8 - Bootstrap Read | |Test cannot be implemented from client side.|
135 |LightweightM2M-1.1-int-9 - Bootstrap and Configuration Consistency | |testcase not implemented…
136 |LightweightM2M-1.1-int-101 - Initial Registration |:white_check_mark:| |
137 |LightweightM2M-1.1-int-102 - Registration Update |:white_check_mark:| |
138 |LightweightM2M-1.1-int-103 - Deregistration |:white_check_mark:| |
139 |LightweightM2M-1.1-int-104 - Registration Update Trigge |:white_check_mark:| |
140 |LightweightM2M-1.1-int-105 - Discarded Register Update |:white_check_mark:| |
141 |LightweightM2M-1.1-int-107 - Extending the lifetime of a registration |:white_check_mark:| |
142 |LightweightM2M-1.1-int-108 - Turn on Queue Mode |:white_check_mark:| |
143 |LightweightM2M-1.1-int-109 - Behavior in Queue Mode |:white_check_mark:| |
144 |LightweightM2M-1.1-int-201 - Querying basic information in Plain Text |:white_check_mark:| |
145 |LightweightM2M-1.1-int-203 - Querying basic information in TLV format |:white_check_mark:| |
146 |LightweightM2M-1.1-int-204 - Querying basic information in JSON format |:white_check_mark:| |
147 |LightweightM2M-1.1-int-205 - Setting basic information in Plain Text |:white_check_mark:| |
148 |LightweightM2M-1.1-int-211 - Querying basic information in CBOR format |:white_check_mark:| |
149 |LightweightM2M-1.1-int-212 - Setting basic information in CBOR format |:white_check_mark:| |
150 |LightweightM2M-1.1-int-215 - Setting basic information in TLV format |:white_check_mark:| |
151 |LightweightM2M-1.1-int-220 - Setting basic information in JSON format |:white_check_mark:| |
152 |LightweightM2M-1.1-int-221 - Attempt to perform operations on Security |:white_check_mark:| |
153 |LightweightM2M-1.1-int-222 - Read on Object |:white_check_mark:| |
154 |LightweightM2M-1.1-int-223 - Read on Object Instance |:white_check_mark:| |
155 |LightweightM2M-1.1-int-224 - Read on Resource |:white_check_mark:| |
156 |LightweightM2M-1.1-int-225 - Read on Resource Instance |:white_check_mark:| |
157 |LightweightM2M-1.1-int-226 - Write (Partial Update) on Object Instance |:white_check_mark:| |
158 |LightweightM2M-1.1-int-222 - Read on Object |:white_check_mark:| |
159 |LightweightM2M-1.1-int-223 - Read on Object Instance |:white_check_mark:| |
160 |LightweightM2M-1.1-int-224 - Read on Resource |:white_check_mark:| |
161 |LightweightM2M-1.1-int-225 - Read on Resource Instance |:white_check_mark:| |
162 |LightweightM2M-1.1-int-226 - Write (Partial Update) on Object Instance |:white_check_mark:| |
163 |LightweightM2M-1.1-int-227 - Write (replace) on Resource |:white_check_mark:| |
164 |LightweightM2M-1.1-int-228 - Write on Resource Instance |:white_check_mark:|[~~#640…
165 …-1.1-int-229 - Read-Composite Operation |:white_check_mark:|[~~#64012~~](https://…
166 |LightweightM2M-1.1-int-230 - Write-Composite Operation |:white_check_mark:| |
167 |LightweightM2M-1.1-int-231 - Querying basic information in SenML JSON format|:white_check_mark:| |
168 |LightweightM2M-1.1-int-232 - Querying basic information in SenML CBOR format|:white_check_mark:| |
169 |LightweightM2M-1.1-int-233 - Setting basic information in SenML CBOR format|:white_check_mark:| |
170 |LightweightM2M-1.1-int-234 - Setting basic information in SenML JSON format|:white_check_mark:| |
171 |LightweightM2M-1.1-int-235 - Read-Composite Operation on root path |:white_check_mark:| |
172 |LightweightM2M-1.1-int-236 - Read-Composite - Partial Presence|:white_check_mark:| |
173 |LightweightM2M-1.1-int-237 - Read on Object without specifying Content-Type|:white_check_mark:| |
174 |LightweightM2M-1.1-int-241 - Executable Resource: Rebooting the device |:white_check_mark:| |
175 |LightweightM2M-1.1-int-256 - Write Operation Failure |:white_check_mark:| |
176 |LightweightM2M-1.1-int-257 - Write-Composite Operation |:white_check_mark:| |
177 |LightweightM2M-1.1-int-260 - Discover Command |:white_check_mark:| |
178 |LightweightM2M-1.1-int-261 - Write-Attribute Operation on a multiple resource|:white_check_mark:| |
179 |LightweightM2M-1.1-int-280 - Successful Read-Composite Operation |:white_check_mark:| |
180 |LightweightM2M-1.1-int-281 - Partially Successful Read-Composite Operation|:white_check_mark:| |
181 |LightweightM2M-1.1-int-301 - Observation and Notification of parameter values|:white_check_mark:| |
182 |LightweightM2M-1.1-int-302 - Cancel Observations using Reset Operation |:white_check_mark:| |
183 |LightweightM2M-1.1-int-303 - Cancel observations using Observe with Cancel parameter|:white_check_…
184 |LightweightM2M-1.1-int-304 - Observe-Composite Operation |:white_check_mark:| |
185 |LightweightM2M-1.1-int-305 - Cancel Observation-Composite Operation |:white_check_mark:| |
186 |LightweightM2M-1.1-int-306 – Send Operation |:white_check_mark:|[~~#642…
187 |LightweightM2M-1.1-int-307 – Muting Send |:white_check_mark:| |
188 …ightweightM2M-1.1-int-308 - Observe-Composite and Creating Object Instance|:white_check_mark:|[~~#…
189 …ightweightM2M-1.1-int-309 - Observe-Composite and Deleting Object Instance|:white_check_mark:|[~~#…
190 |LightweightM2M-1.1-int-310 - Observe-Composite and modification of parameter values|:white_check_m…
191 |LightweightM2M-1.1-int-311 - Send command |:white_check_mark:| |
192 |LightweightM2M-1.1-int-401 - UDP Channel Security - PSK Mode |:white_check_mark:| |
193 |LightweightM2M-1.1-int-1630 - Create Portfolio Object Instance |:white_check_mark:| |
194 |LightweightM2M-1.1-int-1635 - Delete Portfolio Object Instance |:white_check_mark:| |