Skip to content

A C# SDK to communicate with a TappyUSB or TappyBLE using the TCMP protocol.

License

Notifications You must be signed in to change notification settings

TapTrack/Tcmp-CSharp-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tcmp-CSharp-SDK

A C# SDK to communicate with a TappyUSB using the TCMP protocol.

Install SDK into Visual Studio Project using Nuget

Nuget page: https://www.nuget.org/packages/TapTrack.Tcmp/

PM> Install-Package TapTrack.Tcmp

Required local database utility to use the batch NFC tag encoder in the example/demo app

To use the batch tag encoder feature of the example/demo utility (v3.0+), you may also need to install SQL local database 2016 for Windows. The install package can be dowloaded here

TCMP Protocol Documentation

Google Document

SDK Documentation

Documentation of classes and methods can be found here

Examples

Examples can be found here, examples are at the bottom of the page