I'm creating a simple web based AMR (Automated Meter Reading) system, but can't find any implementations of DLMS/COSEM in php, maybe someone has a solution?
DLMS/COSEM are communication standards (definitions, rules and methods) for meters
I'm creating a simple web based AMR (Automated Meter Reading) system, but can't find any implementations of DLMS/COSEM in php, maybe someone has a solution?
DLMS/COSEM are communication standards (definitions, rules and methods) for meters
Copyright © 2021 Jogjafile Inc.
There is not much information around however a quick check on wikipedia leads to this implementation which presumably is open source (at least the DLMS component). It might be native code or Java (I haven't checked it but they have some Java DLMS component in the list so who knwows). In either case you can make some kind PHP wrapper for it I guess or reimplement the protocol in PHP.