:py:mod:`mnoptical.examples.sigcommtutorial` ============================================ .. py:module:: mnoptical.examples.sigcommtutorial .. autoapi-nested-parse:: sigcommtutorial.py: hardware-like topology for SIGCOMM22 This is for the tutorial at: [tbd] Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: mnoptical.examples.sigcommtutorial.TutorialTopo Attributes ~~~~~~~~~~ .. autoapisummary:: mnoptical.examples.sigcommtutorial.NetconfPortBase mnoptical.examples.sigcommtutorial.username mnoptical.examples.sigcommtutorial.password mnoptical.examples.sigcommtutorial.sslkeyfile mnoptical.examples.sigcommtutorial.txcount mnoptical.examples.sigcommtutorial.ch mnoptical.examples.sigcommtutorial.comb_src_range mnoptical.examples.sigcommtutorial.comb1_power mnoptical.examples.sigcommtutorial.comb2_power mnoptical.examples.sigcommtutorial.topo .. py:data:: NetconfPortBase :value: 1830 .. py:data:: username :value: 'cosmos' .. py:data:: password :value: 'cosmos' .. py:data:: sslkeyfile :value: 'testcerts/fakeserver.key' .. py:data:: txcount :value: 95 .. py:data:: ch :value: 61 .. py:data:: comb_src_range .. py:data:: comb1_power .. py:data:: comb2_power .. py:class:: TutorialTopo Bases: :py:obj:`mininet.topo.Topo` SIGCOMM22 mini-tutorial topology: comb1 -> rdm1co1 <--10km--> rdm1lg1 || rdm2lg1 <--32km--> rdm2co1 <- comb2 | | | swda_co1 swda_lg1--------------------------| | | | srv1_co1 srv1_lg1 srv2_lg1 This is for the SIGCOMM22 mini-tutorial at: https://wiki.cosmos-lab.org/wiki/Workshops/SigComm2022/MininetOptical .. py:method:: wdmLink(src, dst, port1, port2, **params) Add a (default unidirectional) WDM link .. py:method:: build() Build COSMOS tutorial topology .. py:data:: topo