-
Notifications
You must be signed in to change notification settings - Fork 42
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
Eclipse™ Sparkplug™ Technology Compatibility Kit (TCK) #39
Comments
Same answer as to the 3.0 compatibility. No yet. Will check this soon as well. |
Taking initial steps to look into this. Have not worked with TCK before, so I'm probably not going to be super effective here. Looking to write SpB "clients" and this library + tck seem to be a good start. |
Eclipse-Sparkplug-TCK-3.0.0.zip I have added the TCK here, seems to be too hidden for me in the repo :D Thank you, @scottmwyant. |
I have NVM running on Windows (https://github.com/coreybutler/nvm-windows), version 1.1.12, node version 21.4.0 and tried to follow https://github.com/eclipse-sparkplug/sparkplug/blob/develop/tck/UserGuide.adoc: npm install -g yarn
corepack enable
yarn install throws some errors with Does anyone have an idea here? |
Doesn't seem to help:
yarn version is 3.0.1 My issue already occurs with |
I have now asked the people at sparkplug again. |
run the tck test on Fedora vm successfully. Runing with the original code most tests show not executed. Version 3 of the spec requires the Host Application STATE birth message topic to be: "spBv1.0/STATE/HostId", public static string GetSparkplugStateMessageTopic(string scadaHostIdentifier)
{
return $"spBv1.0/{SparkplugMessageType.StateMessage.GetDescription()}/{scadaHostIdentifier}";
} See attached: results2.txt |
@SeppPenner I got the [ERR_STREAM_PREMATURE_CLOSE] as you did. Running I still ran into the issue I mentioned above at the From there I was able to |
Thanks, I have seen this already, but didn't yet come to check it... There is still a lot of stuff to do to get 3.0 compatibility, I guess... |
The most recent version of the TCK is on the development branch i think: |
Have any of you already investigated TCK, and by any chance is SparkplugNet already tested for compatibility?
https://github.com/eclipse-sparkplug/sparkplug/blob/develop/tck/UserGuide.adoc
https://sparkplug.eclipse.org/compatibility/get-listed/
The text was updated successfully, but these errors were encountered: