its-repo.default.lykkja.uk0.bigv.io - Decode msg
Welcome
Voltage
Temperature
GSM/3G
System
GNSS
Date and Time
ITS Messages
    Configuration
    Sent/Recv
    SCATS
    Store/Forward
    Decode msg
Certificates
Kernel Modules
Java and OSGi
Network interfaces
Network/transport
Coexistance 5.8 GHz
ITS Server
HMI
Decode ITS message from user input
Try it out by selecting a sample message.
















Multiple input formats are suppported:
  • Hexadecimal unaligned PER data. Example: "01 02 03"
  • JSON format, must start with "{"
  • XML format, must start with "<"
  • Ieee1609Dot2Data structure encoded in hexadecimal OER. Example: "03 80 03 41 42 43"
The first 3 can be ETSI message format starting with ItsPduHeader or SAE J2735 starting with MessageFrame.
Supported messages: BSM, CAM, CPM, DENM, IVI, MAP, PSM, SAEM, SAM, SPAT, SRM, SSM, TIM

Enter message:


Download message in XER, JSON, U/PER, all in one ZIP file format.
Human readable representation:

MessageType: CAM  Version: 2 (Cam2018) - Cooperative Awareness Message
StationId: 1621869785 - 0x60abc4d9
GenerationDeltaTime: 38.306 sec
CamParameters:
   BasicContainer:
      StationType: 5 - Passenger car
      ReferencePosition:
         Latitude/Longitude: 49.159774,16.599639
         Altitude: 0.00 m, conf 0.01 m
         PosConfEllipse: Not available
   HighFrequencyContainer:
         Heading: 92.4 deg,  Confidence: 12.7
         Speed: 18.34 m/s,  Confidence: 1.27,  Direction: UNAVAILABLE
         Curvature: Unavailable,  CalcMode: UNAVAILABLE

ASN.1 parse tree:

value CamPdu ::= {
  header {
    protocolVersion version2,
    messageID cam,
    stationID 1621869785
  },
  cam {
    generationDeltaTime 38306,
    camParameters {
      basicContainer {
        stationType passengerCar,
        referencePosition {
          latitude 491597735,
          longitude 165996392,
          positionConfidenceEllipse {
            semiMajorConfidence unavailable,
            semiMinorConfidence unavailable,
            semiMajorOrientation unavailable
          },
          altitude {
            altitudeValue referenceEllipsoidSurface,
            altitudeConfidence alt-000-01
          }
        }
      },
      highFrequencyContainer basicVehicleContainerHighFrequency : {
        heading {
          headingValue 924,
          headingConfidence unavailable
        },
        speed {
          speedValue 1834,
          speedConfidence unavailable
        },
        driveDirection unavailable,
        vehicleLength {
          vehicleLengthValue unavailable,
          vehicleLengthConfidenceIndication unavailable
        },
        vehicleWidth unavailable,
        longitudinalAcceleration {
          longitudinalAccelerationValue unavailable,
          longitudinalAccelerationConfidence unavailable
        },
        curvature {
          curvatureValue unavailable,
          curvatureConfidence unavailable
        },
        curvatureCalculationMode unavailable,
        yawRate {
          yawRateValue unavailable,
          yawRateConfidence unavailable
        }
      }
    }
  }
}

Copyright (c) Q-Free Norge AS 2013-2025 ITS Station Information servlet (com.qfree.linuxadmin.servlet), version: 1.0.33 (10-Mar-2025 18:14:08)