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

Latest commit

 

History

History
19 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 642 Bytes

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.