Hii ...
I have successfully compiled the client and server source code from dlms c libraries. I am using server source code as simulated smart meter in my PC (I'm not using real smart meter). How to setup the tcp port (both client and server side) and access the data from simulated smart meter ?
Forums
Hi, When you start the…
Hi,
When you start the example server, it starts a TCP/IP server on port 4061 and 4063 for WRAPPER.
BR,
Mikko
./bin/gurux.dlms.client.bin …
./bin/gurux.dlms.client.bin -h 192.168.4.59 -p 4060
Is this command proper? I'm getting an error while connecting to simulated smart meter.
Connecting to 192.168.4.59:4060
Connection failed: 110, Connection timed out
Connection error.
Can u please help me with this?
Hi, Port 4060 is for Short…
Hi,
Port 4060 is for Short Name Referencing. You must use port 4061 when you are using Logical Name Referencing (default).
BR,
Mikko
Hi, For TCP/IP connection,…
Thanks for the reply