C# wrapper
-
Hey all,
So I'm about to get an onion omega 2 + and started setting up my environment using this guide. I was thinking about using .net standard or .net core to make a wrapper for the onion omega 2 +. After sifting through the docs and source on Github, I'm a little lost as to where to start. Basically I'm trying to figure out what the core dependencies are and what needs exposure.
Any direction from someone with a bit more exposure to the API is welcomed and greatly appreciated.
-
I don't think that C# is a proper language for a device with 64 MB of RAM
-
@Patryk-Wychowaniec said in C# wrapper:
I don't think that C# is a proper language for a device with 64 MB of RAM
.NET Micro Framework? (Not saying it would work as-is on the Omega, but some folks have ported it to Linux/Raspberry Pi)
-
@James-Thomas Will Cross compiling Mono for Omega2 work for you?
-
@Ken-Conrad said in C# wrapper:
@James-Thomas Will Cross compiling Mono for Omega2 work for you?
Thanks for the reference. Yeah programming C# with .NET on the Omega works great! I ran some console programs and it works just fine.