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