Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sander van der Heijden <[email protected]>
  • Loading branch information
smvdheijden authored Oct 17, 2024
1 parent 107bccd commit d0bfa5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ The HTTP client side is implemented using a [Spring WebClient](https://docs.spri

The payload received from the devices is expected to be a JSON string in [CBOR](https://cbor.io/) format and should contain an ID field.

Currently the proxy performs a simple validation on the ID contained in the payload and the Identity used by the device when setting up a connection, before forwarding the message to the HTTP server.
The proxy performs a validation on the ID contained in the payload and the Identity used by the device when setting up a connection, before forwarding the message to the HTTP server.

Although some basic support for DTLS is already present, the implementation of PSK management, is still work in progress and will become available in a later version.
The proxy supports DTLS. PSKs are retrieved from the [crest device service](https://github.com/OSGP/sng-crest-device-service/).

0 comments on commit d0bfa5e

Please sign in to comment.