Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jaimin2611 opened this issue Apr 12, 2020 · 26 comments
Open

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

jaimin2611 opened this issue Apr 12, 2020 · 26 comments

Comments

@jaimin2611
Copy link

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
Copy link

agh372 commented Apr 27, 2020

did you fix it?

@VVK-3
Copy link

VVK-3 commented Jun 5, 2020

Capture

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

@Dheeraj9591
Copy link

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
Copy link

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
Copy link

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
Copy link

VVK-3 commented Apr 1, 2021

@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
Copy link

@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
Copy link

@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
Copy link

VVK-3 commented Apr 3, 2021

the one with mininet

@muhammadarief19-coder
Copy link

the one with mininet

thanks!

@saminresearch
Copy link

3

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

@saminresearch
Copy link

the one with mininet

thanks!

Hey! Can you tell me how you fixed it?

@AswiniVerma
Copy link

@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
Copy link

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

@mohamed33-cpc
Copy link

the one with mininet

thanks!

Hey! Can you tell me how you fixed it?

how did you solve it, please?

@LikhithaGaddi
Copy link

python3 ./pox.py forwarding.l3_detectionPCA

This worked for me

@mohamed33-cpc
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

mohamed33-cpc commented Oct 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants