-
Notifications
You must be signed in to change notification settings - Fork 25
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
Single OutstationServer add multiple Outstation #299
Comments
This isn't possible. DNP3 is a state-ful protocol which buffers events for specific master stations: https://docs.stepfunc.io/dnp3/1.3.0/guide/docs/api/outstation/tcp_server |
but when I use opendnp3 by C++,as below
I can create one channel (one TCP Server), add two Outstation to this channel and this code can run. |
OpenDNP3 and the new Rust library support different features.
In 2.0, this library will be able to do both. |
I understand, thanks for your reply! |
Hi,
I try to add multiple OutStations to a single OutstationServer,
but I got
dnp3.ParamException: 'AddressFilterConflict'
I know every Outstation AddressFilter cannot accept the same IP.
According to the AddressFilter summary:
but I want to build a single OutstationServer, add multiple OutStations which can accept the same IP or accept the all IP
The text was updated successfully, but these errors were encountered: