NurApi 1.9.29

dotnet add package NurApi --version 1.9.29
NuGet\Install-Package NurApi -Version 1.9.29
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NurApi" Version="1.9.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NurApi --version 1.9.29
#r "nuget: NurApi, 1.9.29"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NurApi as a Cake Addin
#addin nuget:?package=NurApi&version=1.9.29

// Install NurApi as a Cake Tool
#tool nuget:?package=NurApi&version=1.9.29

NurApi libraries for various platforms

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
native native is compatible. 
Universal Windows Platform uap is compatible.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.29 225 9/28/2023
1.9.29-staging44 144 5/15/2023
1.9.29-staging43 128 3/3/2023
1.9.28 2,797 2/9/2022
1.9.28-staging41 107 8/27/2022
1.9.28-staging40 161 2/9/2022
1.9.26 2,747 11/10/2020
1.9.26-staging31 291 10/22/2020
1.9.25-staging30 272 10/22/2020
1.9.25-staging29 267 9/29/2020
1.9.24 2,651 12/10/2019
1.9.24-staging27 351 12/10/2019
1.9.22 719 5/23/2019
1.9.22-staging25 378 7/16/2019
1.9.22-staging24 445 6/8/2019
1.9.22-staging23 411 5/20/2019
1.9.21 993 4/15/2019
1.9.21-staging22 443 4/15/2019
1.9.20 544 4/10/2019
1.9.19 757 12/13/2018
1.9.19-staging19 590 12/13/2018
1.9.17 813 9/26/2018

v1.9.29
- Fix NurApiGetReflectedPowerValue with nur3 readers
- Fix socket connect issue on busy linux based platforms
v1.9.28
- Stability improvements
- Remove usage of deprecated system calls
- Fix minor memory leak in some cases
v1.9.27
- Fix possible race condition on linux based platforms
v1.9.26
- Add support for reading tag whole memory bank content using NurApiReadSingulatedTagEx32() when rdByteCount=0
v1.9.25
- New API features
v1.9.24
- Stability improvements
v1.9.22
- Added NUR_GPIO_TYPE_DCE_RTS (NUR_GPIO_TYPE) on the header file
- Fixed possible MDNS hanging issue
- Fixed MDNS discovery on windows x64 build
- Fixed EAS Alarm stream
v1.9.21
- Added GPIO and Tap sensors to Accessory Sensor API
v1.9.20
- Added Accessory Sensor API
- Send MDNS queries to all interfaces
- Added function NurApiGetSecChipFWINFO() to get sec chip FW info
- Added 3 new parameters for forced sleep in NUR_AUTOPERIOD
- Fix for getting Sec chip version number right
v1.9.19
- Fixed epcWordLen handling, can also be 0
- Preventing USB transport BAD_COMMAND spamming. Disconnects immediately when BAD_COMMAND received.
v1.9.18
- New functions for updating from binary buffer
- NurApiProgramSecChipBuffer
- NurApiProgramSmartBuffer
- Added support for Secondary chip version number
- Added parameter check to Monza 4 QT access
- Fixed cache usage when updating RF profile
- Added some parameter boundary checks to periodic inventory and inventory stream
v1.9.17
- Improve protocol handling in some cases
v1.9.12
- Added support for secondary chip programming
v1.9.11
- Fixed possible crash when NurApi instance is freed before device discovery thread has exited
- Fixed WinUsb transport reconnect issue
- Fixed possible thread leak in linux based platforms
- Extended maximum network device discovery time to 10 sec
- Added NurAccRestartToDFU function
v1.9.10
- Remove redundant NUR_NOTIFICATION_ACCESSORY from NurAccessoryExtension.h
- Don't send boot event, if api is not fully connected yet
v1.9.8
- Fixed network discovery crash when network is not available at all
v1.9.7
- Security enhancement, more strict input parameter validation
v1.9.6
- Add windows 10 UWP support
- Allow NurApiSetHostFlags to be called when not connected state
- Export NurUSBEnumerateDevices
- Export NurApiPermalockSingulated32 and NurApiRerunInventoryEx functions
v1.9.5
- Added NUR2 diagnostics features
- Enforced security when invalid parameters passed in functions
- Some minor improvements
v1.9.1
- MDNS discovery fixes
v1.8.9
- Added NUR2 rfProfile setup support
- Added NUR2 devcaps support: NUR_CHIPVER_R2000, NUR_MODULETYPE_NUR2_1W
- Speed up disconnect
v1.8.8
- More reliable connect on BT transports
- NUR needs some time after boot before it can receive commands reliably
v1.8.7
- Add support for gen2v2 TAM2 protection modes 2,3
v1.8.6
- Fix windows ce transport timeout in some cases
v1.8.5
- Fix NurApiSetHostFlags function definition
- Fix possible deadlock in linux
- Added NurAccessoryExtension
- Added iOS build support