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://account.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.