aswanthpp / Analysis-of-DDoS-Attacks-in-SDN-Environments

Analysis of DDoS attack in SDN Environments using miniedit and pox controller
51 stars 28 forks source link

Module not found: forwarding.l3_detectionEntropy.py error #3

Open jaimin2611 opened 4 years ago

jaimin2611 commented 4 years ago

when i execute python2.7 ./pox.py forwarding.l3_detectionEntropy.py command in terminal it shows this error...

POX 0.3.0 (dart) / Copyright 2011-2014 James McCauley, et al. Module not found: forwarding.l3_detectionEntropy.py

i already save l3_detectionEntropy.py file in forwarding folder in pox controller. help me to solve this.

agh372 commented 4 years ago

did you fix it?

VVK-3 commented 4 years ago

Capture

i have tried this in mininet vm and i guess something is working.

Dheeraj9591 commented 3 years ago

when i execute python2.7 ./pox.py forwarding.l3_detectionEntropy.py command in terminal it shows this error...

POX 0.3.0 (dart) / Copyright 2011-2014 James McCauley, et al. Module not found: forwarding.l3_detectionEntropy.py

i already save l3_detectionEntropy.py file in forwarding folder in pox controller. help me to solve this.

Did you fix it?

muhammadarief19-coder commented 3 years ago

when i execute python2.7 ./pox.py forwarding.l3_detectionEntropy.py command in terminal it shows this error... POX 0.3.0 (dart) / Copyright 2011-2014 James McCauley, et al. Module not found: forwarding.l3_detectionEntropy.py i already save l3_detectionEntropy.py file in forwarding folder in pox controller. help me to solve this.

Did you fix it?

Did you fix it?

muhammadarief19-coder commented 3 years ago

https://github.com/VVK-3/SybilSCAR refer this repo and read the final readme.

i've read the final readme, but i don't understand the relation

VVK-3 commented 3 years ago

@muhammadarief19-coder I am so sorry! I have mistakenly commented this link here. But this DDoS code worked for me. Just to be clear i have worked with only entropy as there will be another detection method and it should be PCA. Thank You!

muhammadarief19-coder commented 3 years ago

@muhammadarief19-coder I am so sorry! I have mistakenly commented this link here. But this DDoS code worked for me. Just to be clear i have worked with only entropy as there will be another detection method and it should be PCA. Thank You!

it's okay. i would love to know more about recent detection method or what i need to know to catch up with the current detection problem/research sorry for my bad english.

muhammadarief19-coder commented 3 years ago

@muhammadarief19-coder I am so sorry! I have mistakenly commented this link here. But this DDoS code worked for me. Just to be clear i have worked with only entropy as there will be another detection method and it should be PCA. Thank You!

1 question did you install the pox or using the one that installed with mininet?

VVK-3 commented 3 years ago

the one with mininet

muhammadarief19-coder commented 3 years ago

the one with mininet

thanks!

saminresearch commented 3 years ago

3

I am also facing the error while running the command. Can anyone help?

saminresearch commented 3 years ago

the one with mininet

thanks!

Hey! Can you tell me how you fixed it?

AswiniVerma commented 3 years ago

@muhammadarief19-coder I am so sorry! I have mistakenly commented this link here. But this DDoS code worked for me. Just to be clear i have worked with only entropy as there will be another detection method and it should be PCA. Thank You!

how did u fix that? pls can u elaborate

nervjack2 commented 3 years ago

@saminresearch @AswiniVerma I have solve the problem by typing the following command instead python3 ./pox.py forwarding.l3_detectionPCA

mohamed33-cpc commented 2 years ago

the one with mininet

thanks!

Hey! Can you tell me how you fixed it?

how did you solve it, please?

LikhithaGaddi commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA

This worked for me

mohamed33-cpc commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA

This worked for me

thanks a lot , but I need to run the other module! do you have any idea

LikhithaGaddi commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA This worked for me

thanks a lot , but I need to run the other module! do you have any idea

Which module Entropy one?

mohamed33-cpc commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA This worked for me

thanks a lot , but I need to run the other module! do you have any idea

Which module Entropy one?

Yeah

LikhithaGaddi commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA This worked for me

thanks a lot , but I need to run the other module! do you have any idea

Which module Entropy one?

Yeah

Use

python3 ./pox.py forwarding.l3_detectionEntropy

mohamed33-cpc commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA This worked for me

thanks a lot , but I need to run the other module! do you have any idea

Which module Entropy one?

Yeah

Use

python3 ./pox.py @@forwarding.l3_detectionEntropy er

LikhithaGaddi commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA This worked for me

thanks a lot , but I need to run the other module! do you have any idea

Which module Entropy one?

Yeah

Use python3 ./pox.py @@forwarding.l3_detectionEntropy er

Code is in python2 convert to python 3 print should be print()

mohamed33-cpc commented 2 years ago

python3 ./pox.py forwarding.l3_detectionPCA This worked for me

thanks a lot , but I need to run the other module! do you have any idea

Which module Entropy one?

Yeah

Use python3 ./pox.py @@forwarding.l3_detectionEntropy er

Code is in python2 convert to python 3 print should be print()

YEAHHHHH, it works with me bro, many thanks, really I appreciate

mohamed33-cpc commented 2 years ago

eeee sorry bro, if u know the solution, This is another problem when I'm trying to lunch traffic.py. i tried to use pip install scapy,but not work with me.

LikhithaGaddi commented 2 years ago

eeee sorry bro, if u know the solution, This is another problem when I'm trying to lunch traffic.py. i tried to use pip install scapy,but not work with me.

I didn't face this issue Better search the web

mohamed33-cpc commented 2 years ago

ok dear, THanks A lot, stay safe


From: Gaddi Likhitha @.> Sent: Sunday, October 24, 2021 6:10 PM To: aswanthpp/Analysis-of-DDoS-Attacks-in-SDN-Environments @.> Cc: mohamed33-cpc @.>; Comment @.> Subject: Re: [aswanthpp/Analysis-of-DDoS-Attacks-in-SDN-Environments] Module not found: forwarding.l3_detectionEntropy.py error (#3)

[eeee]https://user-images.githubusercontent.com/93062952/138599946-0fdb76c9-6cee-43f2-bdc0-8d2166feba02.JPG sorry bro, if u know the solution, This is another problem when I'm trying to lunch traffic.py. i tried to use pip install scapy,but not work with me.

I didn't face this issue Better search the web

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/aswanthpp/Analysis-of-DDoS-Attacks-in-SDN-Environments/issues/3#issuecomment-950341793, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWGAOKAQDTMANVV2CUKSVMLUIQOXDANCNFSM4MGM47TA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.