I'm writing to share an issue I encountered with the official Gurux.DLMS.Android example project from GitHub when running it on newer versions of Android.
The Problem
The application works perfectly on a device running Android 12 (API 31). However, when I try to run the same project on a device with Android 15 (API 35), the app is not working at all.
I am trying use the simulator to perform load testing on 1 Million meters with same replication as meter does, like secrets, ciphering etc., So I tried to modify crystal.xml but there is little understanding gap I want to fullfill.
Need crystal.xml using which Profile Generics read can be perfomed. I am able to create xml file with HIGH association but can you please provide me xml using which I can read all profile generics with all type of associations.
Below is the file which I have created with refence to the already created one:
[XML removed]
I was able to connect to an ISKRA MT880 meter via GXDLMSDirector with parameters: -h 172.18.54.201 -p 4002 -c 1 -s 164 -a Low -P 12345678 -d Italy -w 1 -f 154 -t Verbose
If I try with C# code I am not able to connect. What am I missing?
Thanks
// Konfiguration für MT880 Zähler
string meterIpAddress = "172.18.54.201"; // Config 2 IP
int port = 4002;
int clientAddress = 1;
int serverAddress = 36;
string password = "12345678"; // Config 2 Passwort