Releases: neaeraconsulting/j2735-ffm-java
v2.0.2
v2.0.2
Use asn1_codec submodule from usdot repository.
Linux library:
libasnapplication.so
Windows library:
asnapplication.dll
Changelog: v2.0.1...v2.0.2
v2.0.1
Issues fixed in internal review
Changelog: 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.
Full Changelog: v1.0.5...v2.0.0
v2.0.1
v2.0.1
Issues fixed in internal review
Linux library:
libasnapplication.so
Windows library:
asnapplication.dll
Changelog: 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.
Changelog: v1.0.5...v2.0.0
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
v1.0.4
The latest release including all updates over the past year:
- Uses canonical XER to match asn1_codec
- Uses shared memory buffers for encoding/decoding functions for faster performance with batch processing
Gzipped native library attached
Full Changelog: v1.0.1...v1.0.4