.gitattributes
.gitignore
HidApiNet.HidDevice.cs
HidApiNet.HidDeviceInfo.cs
HidApiNet.HidDeviceInfoCollection.cs
HidApiNet.Interop.cs
Makefile
Program.cs
README.md
Weather.Data.cs
Weather.IContract.cs
Weather.Server.cs
Weather.Weather.cs
README
HidApiNet =========
Api wrapper for .NET (mono on Raspberry) to talk to usb hid devices
Presented is a full-blown .NET API to enumerate and query HID devices on USB. As an example, data is read from a weatherstation, connected to a Raspberry Pi. All files compile on Mono (Makefile) and/or VisualStudio.