You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* droppped new in the file name and class name
* updated submodule pybind11
* added db_sizes and event_buffer_config in MyOutStation __init__
* manually set version to 0.3.0b1
* mached with upstream deps/pybind11 commit version
* mached with upstream deps/pybind11 commit version
* improved run_outstation
* improved run_outstation
* improved cli tool dnp3demo
* added --init-random options to dnp3demo outstation
* added <q>-quit program option to dnp3demo
* hot-fixed cli instruction
---------
Co-authored-by: Kefei Mo <[email protected]>
Description:
Current a fresh outstation when init with the following default values:
======== Your Input Here: ==(outstation)======
dd
You chose < dd > - display database
{'Analog': {0: None, 1: None, 2: None, 3: None, 4: None, 5: None, 6: None, 7: None, 8: None, 9: None}, 'AnalogOutputStatus': {0: None, 1: None, 2: None, 3: None, 4: None, 5: None, 6: None, 7: None, 8: None, 9: None}, 'Binary': {0: None, 1: None, 2: None, 3: None, 4: None, 5: None, 6: None, 7: None, 8: None, 9: None}, 'BinaryOutputStatus': {0: None, 1: None, 2: None, 3: None, 4: None, 5: None, 6: None, 7: None, 8: None, 9: None}}
It would be great to allow a dnp3demo outstation to start with random dummy values for demo purpose.
e.g.,
dnp3demo outstation --with-dummy-values
The text was updated successfully, but these errors were encountered: