I need to create a very high level of wifi activity for research, to make sure that very close proximity to the transceiver can adversely affect the development of bee colonies.
I tried to write an application that spawns several web server-client-socket pairs for the continuous transfer of medium-sized files (this approach reaches> 100 MB). However, we want to run this on a single computer connected to a Wi-Fi router, so packets invariably end with routing through the loopback interface, rather than WLAN.
As an alternative, I tried to use either simple ping floods, and the router freezing, but this does not give almost the maximum bandwidth the router is capable of.
Is there a quick fix for linux to force network traffic? The computer we use has both ethernet and wireless interface, and I found one stream on the Internet that suggested setting up iptables to force traffic between the two interfaces and to avoid circuit.
python linux curl wifi bandwidth
Evan
source share