Skip to main content

1E SDK

Downloading the Tachyon SDK

The Tachyon .NET Consumer SDK is available from the 1E Support Portal.

  1. Download the version of TachyonSDK zip that you require for your version of Tachyon from the https://support.1e.com/.

  2. Extract the files from the download zip to your choice of location.

  3. Use your choice of tool or programming language, for example PowerShell or C# to create your Consumer.

For details of file versions, please refer Tachyon SDK release information.

Tachyon .NET Consumer SDK

The Tachyon .NET Consumer SDK contains an abstraction layer for the Consumer API. The layer is designed to help build Consumers by abstracting away the complexities of HTTP communication behind C# classes and providing models for the data sent to and received from Tachyon. If you're developing a .NET based application to interface with Tachyon, use the SDK library with the Consumer API reference and How to guides.

Read Tachyon Consumer SDK library for more information.

Tachyon Offloading SDK

The Tachyon Offloading SDK provides a managed DLL to use in an ASP.NET application to help create a target for Tachyon offloading. It does not access Tachyon directly, it enables the creation of software Tachyon can access during the offloading process.

Read Tachyon Offloading SDK library for more information.