Skip to content

Commit

Permalink
build: move to SDK v3.0.1 (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Iain Anderson <[email protected]>
  • Loading branch information
iain-anderson authored May 31, 2023
1 parent 0895fdb commit a55eb68
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
[Github repository](https://github.com/edgexfoundry/device-coap-c)


<a name="3.0.0"></a>

## v3.0.0 - 2023-05-31

### Features ✨
- Bump to SDK v3.0
- Pre-shared key now stored via EdgeX secrets mechanism

<a name="2.3.0"></a>

## v2.3.0 - 2022-11-09
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,20 @@ Below is an example entry for a docker-compose template with the rest of the Edg

```
device-coap:
image: edgexfoundry/device-coap:0.2-dev
image: edgexfoundry/device-coap:3.0-dev
ports:
- "127.0.0.1:59988:59988"
- "0.0.0.0:5684:5684/udp"
container_name: edgex-device-coap
hostname: edgex-device-coap
networks:
- edgex-network
edgex-network: null
environment:
<<: *common-variables
Service_Host: edgex-device-coap
SERVICE_HOST: edgex-device-coap
depends_on:
- metadata
- data
core-metadata:
condition: service_started
```

## Testing/Simulation for CoAP Server
Expand Down
2 changes: 1 addition & 1 deletion res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Driver:
# for any IPv4 interface, or "::" for any IPv6 interface.
CoapBindAddr: 0.0.0.0
# Choose "PSK" or "NoSec"
SecurityMode: PSK
SecurityMode: NoSec

MessageBus:
Protocol: redis
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BUILD_CSDK=$1

TINYDTLS_VERSION=b0e230d
LIBCOAP_VERSION=1739507
CSDK_VERSION=2.3.1-dev.10
CSDK_VERSION=3.0.1

if [ -d deps ]
then
Expand Down

0 comments on commit a55eb68

Please sign in to comment.