Skip to content
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

There is no method or property to check IEC104 Server is running or not #25

Open
Tivaty opened this issue Jun 21, 2023 · 3 comments
Open

Comments

@Tivaty
Copy link

Tivaty commented Jun 21, 2023

Hi,
first, thank you for sharing the library, it is a great work.

But I can not find any public method or property to check status of IEC 104 server in
namespace lib60870.CS104
public class Server : Slave

So there is no way to check it.

Can you update this source in new version?
Thank you

@juwiefer-btc
Copy link

If you need a short-term solution, you might have a look at my fork: https://github.com/juwiefer-btc/lib60870.NET, which addresses particularly this problem. Please note that the server itself (the thread listening for new connections) and the established connections are somewhat independent from each other.

@mzillgith
Copy link
Contributor

Thanks for your hint that such a function is missing.

I added CS104.Server.IsRunning method

@Tivaty
Copy link
Author

Tivaty commented Jun 21, 2023

@mzillgith
Do you have any plan to release nuget package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants