pstavirs / ostinato

Ostinato - Packet/Traffic Generator and Analyzer
https://ostinato.org
756 stars 138 forks source link

Saving Device emulation configuration as python Script. #191

Open praveenasb opened 8 years ago

praveenasb commented 8 years ago

Similar to the save stream as python script options it is better to also have a option to save device emulation configuration.

Considerations while implementing:

a) Save device emulation as python script along with the stream configuration python script. OR b) Save device emulation as separate python script and steam as a separate python script

pstavirs commented 8 years ago

@praveenasb is there a use case for (b)?

praveenasb commented 8 years ago

Their was no specific use case as such, just a thought came to my mind, separating device and stream configuration would help, in case when multiple stream scripts needs to simulate same set of devices and need to be execute separately so that need not reconfigure same device config repeatedly.