I do testing on an iOS and Android app with users who have poor internet connections. To help with testing, I bought a Pi4 to simulate poor wifi for the apps. I'm a beginner at this but have been able to find a few resources and get it all up and running.
I have connected my Pi4 to my router via ethernet and then setup a wifi hotspot using the documentation here: https://www.raspberrypi.org/documentati ... -routed.md
Additionally, I'm using another script to simulate a poor internet connection. https://gist.github.com/obscurerichard/3740206
This is all working great, however, the script is throttling the internet for the entire system, including SSH and VCN connections over ethernet, not just the routed wifi hotspot. I'd like to run some other services from the pi4 over my ethernet network at full speed, while at the same time testing my apps connected via throttled wifi. Can anyone help me figure out how/if this is possible?
Any help would be appreciated!
thanks!