Also, is there any Python script/demos/examples out there other than master_demo.py (https://github.com/cverges/dnp3/blob/master/demos/master-python/master_demo.py)?
Would love to see a working demo of connection to a Outstation via TCP and retrieving data.
Traceback (most recent call last):
File "/home/eaton/src/_config_local/tk-test-suite/pxTests/dnp3_1.py", line 126, in <module>
main()
File "/home/eaton/src/_config_local/tk-test-suite/pxTests/dnp3_1.py", line 88, in main
stack_manager = opendnp3.StackManager()
File "/home/eaton/src/_config_local/tk-test-suite/libs/pyopendnp3.py", line 2120, in __init__
this = _pyopendnp3.new_StackManager(*args)
TypeError: new_StackManager() takes exactly 2 arguments (0 given)
Thoughts?
Thoughts?