NEQTO Engine for Linux Releases
v00.00.03
New Features
- The function to obtain LAN (Ethernet) connection information is now supported as the nqLAN object.
- Enhanced the number of available command execution resources for the subprocess object to
5
. - Added a function to specify an
Array
for the command execution path of the create method in the subprocess object. - Added a function to configure the system parameter (
keep-alive timer
) to the nqMqtt object. - Added a function to specify a
timestamp
to the eventNotify method of the nqService object. - Added a function to specify an
ArrayBuffer
for the send data of the writePublish and endPublish methods in the nqService object. - Added functionality to read data within the specified read data size range and up to the position where the data exists in the read method for the RawMemBlock area of the storage object.
Improvements
- Fixed a bug in the subprocess object that could cause a state where command errors would occur continuously when command execution resources were repeatedly created and released.
- In the subprocess object, improved that when the release method is called while the command is running, the
'exit'
callback is executed before releasing the resource. - Fixed a bug that could cause the double quote
"
to be omitted in the get method of the nqMqtt object when the data type"String"
was used and a string containing the double quote"
was specified. - Fixed a bug in the setLevel method of the log object where the log level setting value
-1: Disabled
was not working. - Fixed a bug that could cause the NEQTO daemon to restart if the network did not exist.
v00.00.02
Important Topics
- The armv6l architecture is now supported.
Improvements
- Fixed a bug where the system time was not set correctly when automatic time correction is enabled or when time correction is performed with the nqService object.
- Optimized retry timer values when communication errors occurred.
- Improved the NEQTO daemon startup sequence.
v00.00.01
Important Topics
- Initial release of the NEQTO Engine software for Linux-based devices.
Updated: 2023-04-25