kytos / of_l2ls

Kytos Layer2 Learning Switch Napp
MIT License
0 stars 12 forks source link

TypeError - line 96 #34

Open majidmc2 opened 2 years ago

majidmc2 commented 2 years ago

I want to use Kytos with Mininet based on this document. I get this error when I try to Ping.

josemauro commented 2 years ago

You should try kytos-ng (https://github.com/kytos-ng/kytos), a fork from the original Kytos SDN Project (https://github.com/kytos/). Check it out, if you get the same error using kytos-ng and reopen this issue there.

viniarck commented 2 years ago

@majidmc2, kytos-ng tutorials docs is still in progress, however the page that documents how to setup the environment is updated, Python 3.9 is the current supported main version now, also OpenFlow 1.0 will be deprecated, of_l2ls works with OpenFlow1.3. The rest of the tutorial docs will likely be updated soon. In the meantime, if you need help you can also join kytos-ng Slack workspace.

@josemauro, appreciated your help :)