Is me again.
Today I have another more important question.
「Is it possible OpenDNP3 can open multiple Outstations on the same server?」
Open two programs, and setting like that:
Outstation A:
First program-> IP: 0.0.0.0, Port: 20000, Source: 10, Destination: 10
Master A:
First program -> IP: 0.0.0.0, Port: 20000, Source: 10, Destination: 10
At this moment all is good, MasterA and OutstationA is connecting.
and go on setting Outstation B
Second program-> IP: 0.0.0.0, Port: 20000, Source: 20, Destination: 20
Master B:
Second program -> IP: 0.0.0.0, Port: 20000, Source: 20, Destination: 20
I observe that the channel state goes from Open to Closed to Open.
2020/7/10 下午 06:39:03 - server - WARN - Frame w/ unknown route, source: 20, dest 20
2020/7/10 下午 06:39:04 - server - INFO - Accepted connection from: 127.0.0.1
2020/7/10 下午 06:39:05 - server - INFO - Accepted connection from: 127.0.0.1
2020/7/10 下午 06:39:05 - server - WARN - Frame w/ unknown route, source: 20, dest 20
2020/7/10 下午 06:39:06 - server - INFO - Accepted connection from: 127.0.0.1
2020/7/10 下午 06:39:07 - server - INFO - Accepted connection from: 127.0.0.1
Why is this so?
I'm pretty sure OpenDNP3 Simulator (v2.0.X) can work in this case.
Please let me know what should I do.
Thank you.