Ambimat GroupAmbimatAmbiSecureV2XeSIMAmbiAutomationAhmedabad · India · Est. 1982
Developers

V2X developer resources — what to read, what to run, what to buy.

Most V2X documentation is either a standards catalogue or a product brochure. This section is what an engineer actually needs to go from nothing to a signed CAM on a real radio, with the free things flagged as free and the expensive things flagged as expensive.

A working order

If you are starting from zero this week.

  1. Read ETSI EN 302 665 and then TS 102 941. Both free. That is the architecture and the PKI protocol.
  2. Pull the ASN.1 modules from ETSI's GitLab and compile them. Where they are →
  3. Build against Vanetza rather than writing a stack. It is the reference implementation and it is LGPLv3.
  4. Stand up a local enrolment authority and get the message nesting and the HMAC key-tag computation right before you touch a radio.
  5. Simulate before you buy hardware. ms-van3t on ns-3 supports LTE-V2X Mode 4 and NR-V2X Mode 2.
  6. Then buy an evaluation kit, and plan the certification path before the hardware is frozen, not after.

Doing it in the other order costs months, and the security layer is where the months go.