Trying to reproduce junyper (using it first time actually) Not sure how it supposed to be declared Getting these errors 1 - : NameError Traceback (most recent call last) in 18 19 # Filter warnings ---> 20 warnings.filterwarnings('ignore') #filter warnings 21 # Show plots inline 22 get_ipython().run_line_magic('matplotlib', 'inline') NameError: name 'warnings' is not defined 2- NameError Traceback (most recent call last) in ----> 1 y_codes.tolist().count(0) #DNS NameError: name 'y_codes' is not defined
Hi, already thank you and congratulations for your work. This video is of particular interest to me because I am a research master student at the university of yaounde and for my research theme I am working on traffic classification in a programmable wireless mesh network (wmSDN), I use the mininet-wifi platform for my network simulation and the ryu controller. I have taken your traffic data collection code simple_monitor_AK.py and after generating the traffic with the DITG tool I want to collect it to form my training data Except that when I launch the command : ryu-manager --verbose simple_monitor_AK I have the error: ModuleNotFoundError: Nomodule named 'simple_monitor_AK' I don't know if there is a preliminary configuration to do in Ryu before launching this command ? I really need your help and guidance on what this error is due to? And also if it's possible for me to have your email, Thanks in advance
Excellent Job. clearly explained.
Sir how may i contact you
Hi.. This is not on mininet ?
How can apply to blockchain
Can i have the trafic collector script
Where file script_file_telnet?
Can anyone tell me how can I get datasets....
+1
Can you share with me when you can get dataset?
how did you generate datasets?
Did you get way how he did it????
Hi, Nice work!
Trying to reproduce junyper (using it first time actually)
Not sure how it supposed to be declared
Getting these errors
1 - : NameError Traceback (most recent call last)
in
18
19 # Filter warnings
---> 20 warnings.filterwarnings('ignore') #filter warnings
21 # Show plots inline
22 get_ipython().run_line_magic('matplotlib', 'inline')
NameError: name 'warnings' is not defined
2- NameError Traceback (most recent call last)
in
----> 1 y_codes.tolist().count(0) #DNS
NameError: name 'y_codes' is not defined
@@artwa8475 me,too.how do you deal with it
thanks so much
Is it possible to provide your python files? Sounds very good!
Here is the git page with source code: github.com/a9khan/trafficclassifier
informative
Hi, how to get simulation environment? any help please?
I used virtual box on my laptop. You can use any cloud environment.
@@khan.ahmedali I am also using virtual box, but I asked for any step by step tutorials to follow and complete the simulation please?
@@sameer43786 no sorry I don't have any
@@khan.ahmedali sharing the knowledge will increase it more and not decrease...
@@sameer43786 agreed. That's why they created Google :)
Hi,
already thank you and congratulations for your work. This video is of particular interest to me because I am a research master student at the university of yaounde and for my research theme I am working on traffic classification in a programmable wireless mesh network (wmSDN), I use the mininet-wifi platform for my network simulation and the ryu controller. I have taken your traffic data collection code simple_monitor_AK.py and after generating the traffic with the DITG tool I want to collect it to form my training data Except that when I launch the command : ryu-manager --verbose simple_monitor_AK I have the error: ModuleNotFoundError: Nomodule named 'simple_monitor_AK' I don't know if there is a preliminary configuration to do in Ryu before launching this command ?
I really need your help and guidance on what this error is due to?
And also if it's possible for me to have your email, Thanks in advance