Running this code gives me the following error (I don't know how to pass Log Level as argument)
File "master.py", line 85, in main
stack_manager = opendnp3.StackManager()
File "/usr/lib/python2.7/dist-packages/opendnp3/pyopendnp3.py", line 2049, in __init__
this = _pyopendnp3.new_StackManager(*args)
TypeError: new_StackManager() takes exactly 2 arguments (0 given)
The error is in line 85
stack_manager = opendnp3.StackManager()
stack_manager.AddTCPv4Client('tcpclient', phys_layer_settings, '127.0.0.1', 4999)