-
Notifications
You must be signed in to change notification settings - Fork 34
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
Setting up Multiple Outstations #14
Comments
Were you able to resolve the error? I am also working on adding multiple Masters. |
I did a quick test with multiple outstations on one single TCP channel. It worked. The code needs some changes.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have used the automatak C++ code base to run DNP3 system with multiple outstations on a single TCP server.
I thought of trying it out using Python.
I am getting the following error
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Tried to call pure virtual function "IChannelListener::OnStateChange"
I tried using the example outstation and it worked for a single outstation.
This is my code for multiple outstations.
The text was updated successfully, but these errors were encountered: