Versions Compared

Key

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

Info

Are you here for the Universal SDK Demo app (or uDemo)? Download dot NET SDK Demo.zip.


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.18, .Net Standard 2.1, NetCore 3Net 6.10, and .Net 7.Net60, 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.68.1. 
  • The SDK libraries will be maintained on NuGet. Additional documentation and source code files will be maintained on this page. 

...

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.JsonIDTechSDK_RemoteClientModel, and NLog.

Not using NuGet for Visual Studio reference management?

...

  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 libraryadditional libraries.  You will also need to download and add additional dependencies to your project using the same steps above.

...

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.

...



ID Tech Knowledge Base Home