-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More Examples #95
Comments
what type of meter do you use? i think you are talking about what's being called "pullseq" in vzlogger. i'm not sure if libsml is being used for that, at least i did not see it yet. maybe there is code in libsml for that, afaik, libsml came from a theoretical/academical background, i.e. there was a spec and someone built a library based on that spec (someone correct me if i'm wrong) |
sml is not a bi-directional protocol, if a meter accepts input (like to trigger sending data), that input is not in sml format. the only senders of sml are meters, and receivers are software, i don't think libsml even implements sending, as there's no use-case for it. |
SML is also a bidrectional protocol, because we have an requests Message and response Message in this protocol. So it also can used for this Case. Open requests Message The answer would Open response Message So i have to create These Messages with this library i think it is possible ? A possible Meter is from the emh metering company. |
You‘re welcome to join the mailing list for open discussions. An issue tracker is likely not the best place for doing so. |
here is an example of sending SML message. @andig what mailing list you refer to? |
I started working with libsml. So i try to understand this library.
The server example is good. But I miss an example for creating a SML Message to request values from an bidrectional meter.
An perhaps a short example to create a client Example. Creating list_response_message.
So could someone who are familar with sml can create such examples ? Or help howto create these Messages.
So I can test the request/response on my machine with the Server and a Client.
The text was updated successfully, but these errors were encountered: