blob: 1e0697fcd8da22c85c468a3f734160e1a17e580c [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
Lev Walkind3cc9de2017-08-05 23:01:38 -07008../J2735_201603.asn1 file.
Lev Walkine29e6122017-08-04 02:46:28 -07009
Lev Walkind3cc9de2017-08-05 23:01:38 -070010THERE IS NO J2735_201603.asn1 FILE THERE YET!
Lev Walkine29e6122017-08-04 02:46:28 -070011
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
Lev Walkind3cc9de2017-08-05 23:01:38 -070018as the ../J2735_201603.asn1 file. This file should start with
Lev Walkine29e6122017-08-04 02:46:28 -070019the following line
Lev Walkind3cc9de2017-08-05 23:01:38 -070020
21 DSRC DEFINITIONS AUTOMATIC TAGS ::=
22
Lev Walkine29e6122017-08-04 02:46:28 -070023and end with the "END" token.
24Be careful not to copy any non-ASN.1 preambles from that .DOC file.
25
Lev Walkind3cc9de2017-08-05 23:01:38 -070026After obtaining the J2735_201603.asn1, type `make` in the directory
27containing this README file.
Lev Walkine29e6122017-08-04 02:46:28 -070028
29j2735-dump USAGE
30================
31
Lev Walkind3cc9de2017-08-05 23:01:38 -070032The j2735-dump utility may be used to dump the contents of the
33UPER-encoded DSRC message record file:
Lev Walkine29e6122017-08-04 02:46:28 -070034
35 ./j2735-dump j2735file.per # Print as XML (BASIC-XER)
36
37The full list of recognized command line options may be obtained with
38
39 > ./j2735-dump -h
40