Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.42 KB

File metadata and controls

38 lines (21 loc) · 1.42 KB

v2.0.2

Use asn1_codec submodule from usdot repository.

Linux library: libasnapplication.so

Windows library: asnapplication.dll

Changelog: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v2.0.1...v2.0.2

v2.0.1

Issues fixed in internal review

Changelog: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v2.0.0...v2.0.1

v2.0.0

Refactor to use the existing C codec from asn1_codec, with a new C API, and backwards compatible Java API, except JER support is removed as noted below.

Includes a Linux native library and adds a Windows native library.

Adds unit tests which can be run in Windows or Linux.

Only UPER and XER are supported to match the current version of asn1_codec exactly. JER support is not included.

Adds the ability to specify the location of the native library.

Linux library: libasnapplication.so

Windows library: asnapplication.dll

Full Changelog: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v1.0.5...v2.0.0