Lines Matching refs:Leshan
1 # LwM2M Interoperability tests using Leshan demo server
4 the Twister's Pytest integration to run testcases against Leshan demo server.
21 Zephyr's net-tools Docker container already contains Leshan, so if you don't want to set the enviro…
42 ### Stop Leshan, docker and networking
50 ### Leshan server setup (manual)
52 * Leshan server must be reachable from the device using IP address `192.0.2.2`.
53 Configure the port forwarding, if you use Docker to run Leshan.
54 * Leshan demo server REST API must be reachable from localhost.
55 * tcp/8080 Leshan web interface and REST API
56 * tcp/8081 Leshan bootstrap server REST API
57 * udp/5683 Leshan non-secure CoAP
58 * udp/5684 Leshan DTLS CoAP
61 * Download Leshan JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifa…
62 * Download Leshan Bootstrap server JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSucce…
74 # Download Leshan if needed