openalto / ietf-hackathon

3 stars 7 forks source link

Implement ALTO data source agent for mininet #71

Closed fno2010 closed 2 years ago

fno2010 commented 2 years ago

The network simulator using mininet can use the following code snippets to start and stop the data source agent:

from alto_data_source_agent import start_data_source_agent,
     stop_data_source_agent

...

net = Mininet()

...

agent = start_data_source_agent(net)

...

stop_data_source_agent(agent)

Close #70

Signed-off-by: jensenzhang hack@jensen-zhang.site