Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ID Tech Knowledge Base Home

Image Removed

Note

As of 2/1/2020,   The original .Net 4.5 multi-file SDK has been deprecated.  Our Visual Studio SDK consists of a a single library with documentation of all the device API calls. There are builds provided for .Net 4.6.1, .Net Standard 2.1, NetCore 3.1, and .Net6, allowing it to work across multiple platforms. 

Info
titleQuick Facts:
  • This is a single file SDK now (IDTechSDK.dll).  There are additional system dependencies that will be part of the NuGet installation process.
  • The minimum .Net standard is 4.6.1. 
  • The SDK libraries will be maintained on NuGet. Additional documentation and source code files will be maintained on this page. 

On NuGet:

Current Standard SDK package available on NuGet: IDTechSDK_STD

In Visual Studio, right-click on your project and select "Manage NuGet packages...".  Browse for "IDTechSDK_STD" and select/install the latest version available. This will also install the required dependency Newtonsoft.Json.

Not using NuGet for Visual Studio reference management?

If you are not using NuGet and would like to manually add IDTechSDK.dll to your project, please follow the following steps:

  1. Navigate to the NuGet page for IDTechSDK_STD
  2. Under Version History, select the version you would like to download. Unless special circumstances, you should always use the latest version at the top of the list.
  3. On the Info links on the right side of the page, select "Download package"
  4. This will download the NuGet package idtechsdk_std.x.x.x.xxx.nupkg
  5. Rename the download exension from .nupkg to .zip.  This will mark the download as a .zip archive
  6. Uncompress the .zip archive
  7. The four versions of the IDTechSDK.dll library are in the lib folder. Use the version best suited for your project's targeted .Net version.
  8. The IDTechSDK.dll has a dependency on a third party json parsing library.  You will also need to download and add Newtonsoft.Json to your project using the same steps above.

Available Downloads:

Attachments
previewfalse
uploadfalse
oldfalse
pageDownloads - Home
labelsusdk2

Tested Versions:

The ID Tech testing team validates the SDK/FW/App against individual devices and reports the version combination that passes all tests.  While the general case is the latest SDK/FW/App versions can be used for any device, the following list contains the SDK/FW/App versions that passed for an individual device.  Unlisted devices are currently under testing or scheduled for testing and should use the latest versions until test results are known.

  • PiP  SDK Ver: 2.0.1.19 / Firmware Ver: PiP V1.00.005 / Demo App Ver: 2.0.1.5   
  • SREDKEY2 SDK Ver: 2.0.1.22 /Firmware Ver: SREDKEY2_V1.01.001.0376.T.fm /Demo APP V2.0.1.7  

ID Tech Knowledge Base Home