https://github.com/kb2ma/leshan-demo
https://github.com/kb2ma/leshan-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kb2ma/leshan-demo
- Owner: kb2ma
- Created: 2019-06-19T16:03:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T09:49:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T21:46:44.202Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leshan Demo
## Server
Scripts and configuration files to run a Leshan demo server.## RIOT Client
Use the Wakaama example. For an application server only, compile with:```
CFLAGS += -DLWM2M_CLIENT_MODE
```
to replace the default CFLAGS definition, which includes use of a bootstrap server.To change the server URI, compile like below for example:
```
SERVER_URI ?= '"coap://[fd00:bbbb::1]"'
```