BOW.SDK.Core 0.1.1.211

dotnet add package BOW.SDK.Core --version 0.1.1.211
                    
NuGet\Install-Package BOW.SDK.Core -Version 0.1.1.211
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BOW.SDK.Core" Version="0.1.1.211" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BOW.SDK.Core" Version="0.1.1.211" />
                    
Directory.Packages.props
<PackageReference Include="BOW.SDK.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BOW.SDK.Core --version 0.1.1.211
                    
#r "nuget: BOW.SDK.Core, 0.1.1.211"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BOW.SDK.Core@0.1.1.211
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BOW.SDK.Core&version=0.1.1.211
                    
Install as a Cake Addin
#tool nuget:?package=BOW.SDK.Core&version=0.1.1.211
                    
Install as a Cake Tool

BOW.SDK.Core

Table of Contents

Overview

BOW.SDK.Core serves as a comprehensive interface for BOW SDK functions. The library is designed to allow developers to write code once and deploy it to any robot, on any OS, using any programming language.

Installation

To install the BOW.SDK.Core NuGet package, use the following command:

dotnet add package BOW.SDK.Core

Getting Started

Setup an account on our Developer Portal and install the BOW Hub. After installing, import the package into your C# project:

using BOW.SDK.Core;

Features

  • Code Portability: Write code once and deploy it to multiple robot types.
  • Multi-Platform Support: Compatible with Windows, macOS, and Linux.
  • Language Agnostic: Works with various programming languages.
  • Low Latency: Optimised for real-time control.

Dependencies

  • Google.Protobuf 3.24.4

Usage

Detailed usage instructions and examples can be found in our documentation.

Examples

Basic implementation to initiate a connection with a robot:

var robot = new Robot();
robot.Connect();

Documentation

For comprehensive documentation, visit BOW Documentation.

License

This project is licensed under our Custom License. See the LICENSE file for details.

Contact

For further enquiries, please visit https://www.usebow.com or contact BOW Support.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1.211 322 7/19/2024
0.1.1.210 300 7/19/2024
0.1.1.209 315 7/19/2024
0.1.1.193 430 5/30/2024
0.1.1.192 434 5/30/2024
0.1.1.191 404 5/30/2024
0.1.1.190 398 5/30/2024
0.1.1.189 367 5/30/2024
0.1.1.187 319 5/13/2024
0.1.1.186 342 5/13/2024
0.1.1.185 308 5/13/2024
0.1.1.184 313 5/12/2024
0.1.1.183 316 5/12/2024
0.1.1.182 306 5/12/2024
0.1.1.181 292 5/12/2024
0.1.1.180 286 5/12/2024
0.1.1.179 301 5/12/2024
0.1.1.178 323 5/12/2024
0.1.1.177 318 5/12/2024
Loading failed