Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
/ Warble.NET Public archive

MetaMotion / MetaWear C# SDK - C# wrapper for Warble C library

Notifications You must be signed in to change notification settings

mbientlab/Warble.NET

Repository files navigation

Warble.NET

Warble.NET provides a C# API around the Warble C library.

Install

Add the Warble.NetStandard package to your project with the Package Manager Console:

PM> Install-Package Warble.Net

Or add a PackageReference tag to your *.csproj file:

<PackageReference Include="Warble.Net" Version="[1.0.4, 2.0)" />

Linux developers will also need to build Warble on their machine and place the .so files in the appropriate folders.

Usage

See the example projects for sample code on connecting, reading the device information characteristics, and performing BLE scans.