blob: d7583106a243c97e77507dd4083b0296d6f2845e [file] [log] [blame]
Lev Walkine29e6122017-08-04 02:46:28 -07001
2GENERAL INFORMATION
3===================
4
5The SAE J2735-201603 Dedicated Short Range Communications (DSRC)
6Message Set Dictionary decoder.
7Invoking `make` will compile the ASN.1 specifications from the
8../j2735.asn1 file.
9
10THERE IS NO j2735.asn1 FILE THERE YET!
11
12OBTAINING THE J2735 SPECIFICATION
13=================================
14
15Go to http://standards.sae.org/j2735_201603/ and download the files.
16
17You should extract the ASN.1 module from there and save it
18as the ../j2735.asn1 file. The ../j2735.asn1 file should start with
19the following line
20 "DSRC DEFINITIONS AUTOMATIC TAGS ::="
21and end with the "END" token.
22Be careful not to copy any non-ASN.1 preambles from that .DOC file.
23
24After obtaining the j2735.asn1, type `make` in the directory containing
25this README file.
26
27j2735-dump USAGE
28================
29
30The j2735-dump utility may be used to dump the contents of the UPER-encoded
31DSRC message record file:
32
33 ./j2735-dump j2735file.per # Print as XML (BASIC-XER)
34
35The full list of recognized command line options may be obtained with
36
37 > ./j2735-dump -h
38