eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
659 stars 411 forks source link

UPM - SWIG 4.0 - .NET Core 2.1 C# - arm64v8 #636

Open IvanFarkas opened 6 years ago

IvanFarkas commented 6 years ago

Would it be possible to include SWIG 4.0 to generate .NET Core 2.1 C# to use UPM on arm64v8, please? Has anything done in this area? If not, how can I help, please?

Propanu commented 6 years ago

Currently being discussed on MRAA's issue tracker here.

IvanFarkas commented 6 years ago

Yes. That's me too :-)

IvanFarkas commented 6 years ago

I updated my IvanFarkas/dotnetcore-arm-swig GitHub repo with the help I received from @richlander and @Petermarcu at Microsoft. It works great now using the new arm64 .NET Core 2.1 runtime.

I'd like to know how we can work together to provide C# SWIG interface for MRAA and UPM, please? With that in place, a C# .NET Core 2.1 app and an Azure IoT Edge module can access IoT sensors, actuators through the MRAA and UPM libraries. Exiting!