Project

General

Profile

Changelog 3 1 0 » History » Version 5

Torbjorn Carlqvist Admin, 09/19/2022 11:15 AM

1 1 Torbjorn Carlqvist Admin
h1. Changelog 3.1.0
2 2 Torbjorn Carlqvist Admin
3
version:3.1.0 (2022-09-19)
4
5
* Enhancements
6 4 Torbjorn Carlqvist Admin
- The *pi4j* library was removed to favor JNA, Java Native Access. This is the link between DTX and OS resources like i2c and gpio. Pi4j version 1.2 (including deps to WiringPi) that was use was deprecated many years ago and the JNA was the natural replacement. To make use of JNA DTX uses some help classes via helins (thanks To Adam Helinski). These libraries utilize JNA 5.10.0 currently. One of the biggest benefits with this change is that DTX can utilize i2c and gpio on any Linux platform, not just Raspberry Pi. That will in turn allow for LION fieldbus to be accessible on any linux platform as well.
7 2 Torbjorn Carlqvist Admin
[[https://github.com/helins/linux-io.java]]
8 3 Torbjorn Carlqvist Admin
[[https://github.com/java-native-access/jna]]
9 2 Torbjorn Carlqvist Admin
10 5 Torbjorn Carlqvist Admin
- An effort has bean made to clear up around the *platform* concept. In Settings page one can no watch a new selection under "System" for this. This is for a user to adapt the DTX to whatever specific hardware platform it is installed on.
11
12 2 Torbjorn Carlqvist Admin
* Bugs:
13
- Fixed the missing device ID for the local device in all device lists, treeview, blockly etc.