Published Tinker App for Windows 8.1/Windows Phone 8.1

I wanted to share the Windows 8.1/Windows Phone 8.1 store open source app I’ve created that tries to mimic official particle tinker apps on Android and iOS. The only major feature missing is the ability to setup a device. When I create the UWP version I believe I’ll be able to get it to setup a device using usb.

Here are the links to the store
Windows 8.1
Windows Phone 8.1

Here’s the link the project on GitHub https://github.com/ParticleNET/Particle-Windows-app.

It uses the .NET Library I created that is also open source located here. Currently supports .NET 4.5, Windows Phone 8.1, Windows 8 and up as a Portable Library. Its currently getting updated to be platform specific dll’s to remove the dependency on the HttpClient nuget package and use platform specific implementations of HttpClient. It will still have the portable library but this version will still require the HttpClient nuget package.

1 Like

Nice! :smile: