Skip to content

Commit

Permalink
README.md: rework the JSON schema section
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Buffon <nicolas.buffon@orange.com>
  • Loading branch information
nbuffon committed Nov 13, 2024
1 parent c90bd4e commit 570a230
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,26 @@ Sent traces include the following parameters:
- `iot3.core.mqtt.payload_size`
- `iot3.core.sdk_language`

Packages
--------

### JSON Schema
JSON schemas
------------

_**WIP ...**_

[ETSI.org][3] proposal of implementation using the [JSON][2] language (instead of ASN.1 UPER by default) of the following messages:
- CooperativeAwarenessMessage (CAM)
- CollectivePerceptionMessage (CPM)
- DecentralizedEmergencyNotificationMessage (DENM)

Custom messages for V2X:
- Information
- Status

_Note: none of the provided implementation is able to use different version of a schema, they are then using the most
recent one_

[ETSI.org][3] proposal of implementation using the [JSON][2] language (instead of ASN.1 UPER by default).
Languages
---------

### Rust

Expand Down

0 comments on commit 570a230

Please sign in to comment.