Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Demo_Projects/Air_quality_monitoring_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you haven't done this yet, please follow the [instruction for the Azure IoT H
3. Go to your command line and register the device simulators:
- Paste and run the following command to create a container group:
```
az container create -g coiote-dm-experiments --name air-quality-meter-example-0 --image avsystemcom/air-quality-meter-example --environment-variables DEVICEID=air-quality-meter-example-0 SERVER_ADDRESS={{coiote_server}} OPEN_WEATHER_API_TOKEN=exampletoken
az container create -g coiote-dm-experiments --name air-quality-meter-example-0 --image registry.avsystem.com/embedded-public/air-quality-meter-example --environment-variables DEVICEID=air-quality-meter-example-0 SERVER_ADDRESS={{coiote_server}} OPEN_WEATHER_API_TOKEN=exampletoken

```

Expand Down
4 changes: 2 additions & 2 deletions docs/LwM2M_Client/OpenThread/OTBR_with_svetovid.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If you haven't worked on your target device thus far, it's time to switch to it,

Download the newest version of `svetovid-with-otbr` docker image:
```
docker pull avsystemcom/svetovid-with-otbr
docker pull registry.avsystem.com/embedded-public/svetovid-with-otbr
```

## Shell variables
Expand Down Expand Up @@ -146,7 +146,7 @@ Before you run docker container you need to add `ip6table_filter` module to Linu

After that you can run your image in a new container:
```
docker run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 -p 8081:8081 --dns=127.0.0.1 -it --volume $RCP_PATH:$RCP_PATH --privileged -e DNS64_ONLY=1 -e EP=$ENDPOINT_NAME -e PSK=$PSK -e SERVER_HOST=$SERVER_URI avsystemcom/svetovid-with-otbr --radio-url spinel+hdlc+uart://$RCP_PATH
docker run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 -p 8081:8081 --dns=127.0.0.1 -it --volume $RCP_PATH:$RCP_PATH --privileged -e DNS64_ONLY=1 -e EP=$ENDPOINT_NAME -e PSK=$PSK -e SERVER_HOST=$SERVER_URI registry.avsystem.com/embedded-public/svetovid-with-otbr --radio-url spinel+hdlc+uart://$RCP_PATH
```

## Configure your Border Router through {{ coiote_short_name }}
Expand Down