I would like to create multiple slaves listen on the same TCP port. In other word, multiple masters at different IP addresses establish separate TCP connections with the slaves on the same port number (for example, 20000). Similar to how the regular ssh daemon or web server, multiple clients can establish separate channels to server on the same port (for example, 22 or 80).
It appears to me that the open-dnp3 does not do this. AddTCPServer() is able to create another TCP channel. However, the listening TCP port needs to be different (for example, two slaves need to use different ports 20000, 22000).
My questions are:
Is my understanding of the open-dnp3 code correct?
If not, how do I achieve this?
If yes, I wonder if there is any reason that the open-dnp3 works this way? Any upcoming plan to address this?
Thank you all for the answers.
--
You received this message because you are subscribed to the Google Groups "open-dnp3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-dnp3+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "open-dnp3" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-dnp3/8vcHMx5U3kA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-dnp3+...@googlegroups.com.