Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 836 Bytes

index.md

File metadata and controls

19 lines (14 loc) · 836 Bytes

Welcome to the QarnotSDK c#


QarnotSDK is a C# assembly designed to interact with Qarnot cloud computing service.

It allows users to launch, manage and monitor payloads running on distributed computing nodes deployed in Qarnot’s digital heaters. You can find samples and detailed information on http://computing.qarnot.com.

Getting Started

  • Get your own Qarnot token at http://tasq.qarnot.com
  • Create a new Connection object using your Qarnot token: new QarnotSDK.Connection("QARNOT_TOKEN_HERE")
  • Create a new QTask object and submit it.

For more information:

You can find global information on Qarnot WebSite and samples and detailed information on Qarnot Documentation