user2585080
user2585080

Reputation: 71

Windows universal app Rest API Raspberry Pi

I have Windows Core running on a Raspberry PI. How do I create a rest API in a Windows universal app to run on it? I want to be able send remote commands to the Raspberry PI from a mobile device. I did several search and couldn't find much information. Thanks.

Upvotes: 0

Views: 456

Answers (1)

Adam Tuliper
Adam Tuliper

Reputation: 30152

As noted here there's a Restup open source project for this

and NuGet package for it

There's also some experimental (ie fun side project) from Damian on the ASP.NET team about hosting DNX (the host process for your ASP.NET Core apps) located here but that will need some updating to the latest bits.

Upvotes: 1

Related Questions