i want create asp.net core app which should get data from gasmeter device based on dlms protocol and device has gsm simcard to send data from web and internet connection . how get gasmeter device data
from client in server aspcore from web and gsm connection based dlms protocol not http protocol?
If your meter is establishing the connection to the server, then you need to listen to the IP port, and after the meter establishes the connection you can read it in the same way as the client example does it.
Hi,
Hi,
If you can access the meter by IP address you can use the client example to read the data.
https://github.com/Gurux/Gurux.DLMS.Net
If your meter is establishing the connection to the server, then you need to listen to the IP port, and after the meter establishes the connection you can read it in the same way as the client example does it.
BR,
Mikko