- 1
- 14 368
Ahmed Khan
Canada
เข้าร่วมเมื่อ 29 ส.ค. 2011
Machine Learning in Traffic Classification of SDN Network | Ahmed Khan | University of Toronto
UPDATE:
I have added all relevant files (including training data) to my github repository: github.com/a9khan/trafficclassifier
One common request I get is to debug the training data collector script. I'm not sure why it breaks but I do not have time to figure it out. I'm sorry to those that have emailed me requesting for help and I can not fulfill their asks. This was just for my course project and I have no intention to do further research in this area at this time. I would recommend to those that are struggling with replicating my code to learn the art of reverse engineering and attempt to create something new yourselves. It is a very useful life skill. All the best to everyone :)
---------------------------------------
This is a demo video of the course project for ECE1508: Network Softwarization - Winter 2019
I have added all relevant files (including training data) to my github repository: github.com/a9khan/trafficclassifier
One common request I get is to debug the training data collector script. I'm not sure why it breaks but I do not have time to figure it out. I'm sorry to those that have emailed me requesting for help and I can not fulfill their asks. This was just for my course project and I have no intention to do further research in this area at this time. I would recommend to those that are struggling with replicating my code to learn the art of reverse engineering and attempt to create something new yourselves. It is a very useful life skill. All the best to everyone :)
---------------------------------------
This is a demo video of the course project for ECE1508: Network Softwarization - Winter 2019
มุมมอง: 14 371
Where file script_file_telnet?
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
Hi.. This is not on mininet ?
thanks so much
How can apply to blockchain
informative
Sir how may i contact you
how did you generate datasets?
Did you get way how he did it????
Hi Everyone i used this to set up my simulation environment, Hope it helps. github.com/mininet/openflow-tutorial/wiki/Set-up-Virtual-Machine
Is this program working for you in mininet? I deployed it on mininet and it`s not working, ping is clasified as voice or telnet
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) <ipython-input-2-88c6e6c2ca95> in <module> 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) <ipython-input-55-75f2037465ed> in <module> ----> 1 y_codes.tolist().count(0) #DNS NameError: name 'y_codes' is not defined
@@artwa8475 me,too.how do you deal with it
Can i have the trafic collector script
Can anyone tell me how can I get datasets....
+1
Can you share with me when you can get dataset?
Is it possible to provide your python files? Sounds very good!
Here is the git page with source code: github.com/a9khan/trafficclassifier
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 :)
Your Email Please?
In the video
Excellent Job. clearly explained.