i8beef / HomeAutio.Mqtt.GoogleHome

MIT License
215 stars 29 forks source link

Running on Pi Zero W using Mono #110

Closed casper2002casper closed 3 years ago

casper2002casper commented 3 years ago

I only have a RPI zero on hand and would prefer to run it on that, however as .NET core isn't supported it would need to use an alternative implementation. Has someone already tried using mono instead of dotnet or are there any inherent problems?

i8beef commented 3 years ago

Pi Zero still doesn't support .NET 5.0 (which Ill be upgrading to shortly) because it depends on instructions not available on the architecture. I haven't done any experimentation on Mono at all, but it looks like some people are playing with it: http://www.codingmatter.com/linux/2018/08/02/Asp-Net-Core-Pi-Zero.html

If you DO try this and get it working, I'd be interested in a writeup of what you did to add to the documentation.

casper2002casper commented 3 years ago

I see, in the end I decided to not bother and develop a fulfillment service in Node.js as all my other stuff runs with that. So far I got the oauth stuff working (after a lot of trouble), but lots of work ahead. So this issue can be closed.