Hi! I have complete working desktop app on win with gurux, and i'm thinkig about porting my app on linux.
Except new UI, what is the main steps, I need to do (or consider to do or do nothing) with Gurux libraries? Sorry, if my question little bit stupud or so) I'm new to such a task and linux.
Thanks in advance).
Hi, You didn't tell what…
Hi,
You didn't tell what programming language you want to use, but communication client examples are already implemented, e.g., Java, Python, and C#. You need to implement the UI.
BR,
Mikko
C# WPF
C# WPF
Hi, You can get the example…
Hi,
You can get the example client here:
https://github.com/Gurux/Gurux.DLMS.Net/tree/master/Gurux.DLMS.Client.E…
I propose that you use MAUI instead of WPF.
BR,
Mikko
I have started test project…
I have started test project on Avalonia, and it works fine, except i have some problem with serial ports on my Ubuntu. Need to solve problem with access denied on serial port. As I know NET MAUI not works on Linux but Windows, macOS, iOS, and Android
Hi, You are right. I didn't…
Hi,
You are right. I didn't remember that Linux is not supported.
BR,
Mikko