intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
431 stars 239 forks source link

scalability #405

Closed amirmirzaeinia closed 2 years ago

amirmirzaeinia commented 2 years ago

Hello, thank you for this wonderful simulator. I am running a simple scenario with two mobile stations that send some requests to server (host node) that is connecting through AP. however I can just capture 450 requests and then the whole simulator stop responding. is there any help on how to fix this and make it more scalable? I have Ubuntu 20 running on my computer with 64Gbyte RAM. thank you Amir

ramonfontes commented 2 years ago

How can I reproduce the issue?

amirmirzaeinia commented 2 years ago

found the issue with my server. change to HTTP server on python3 and it is fixed now. thank you.