CounterFit-IoT / CounterFit

A simulator for IoT sensors and actuators. This creates fake virtual sensors and actuators when the real ones won't fit on your counter 🤪.
MIT License
200 stars 65 forks source link

.NET #10

Open henry-js opened 3 years ago

henry-js commented 3 years ago

Are there any plans to release a .NET version of this?

jimbobbennett commented 3 years ago

Not at the moment, I'm just focusing on the Python libraries.

If there are any .NET sensor libraries that you want to add go for it! Under the hood it's just a REST API to get the values that are set in the app, so it wouldn't be hard to add .NET client libraries. I've tried to make shims that mirror existing hardware libraries, with the idea that the code is quick to port to real hardware, so if there are similar .NET libraries you want to add please feel free.