I want to simulate an industrial network for security improvement. I have a time series dataset for attacks. And I wrote an access management program in Python. Now I have the following questions:
1- Can I inject the dataset into the network that I define in NS3? If yes, how?
2- How can I connect my program to the NS3? (get the log online from network and update the access level for network entities.)
3- Do I need to define scenarios for attack, or can I still use the dataset? If yes, how does the network react to the static scenario of the dataset and the dynamic change of my program that is connected to NS3?
4- Can I have dynamic traffic control in NS3?