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

[Feature] Monitor 2 ISP (Starlink and Local Telco) #525

Closed
2 tasks done
chivarpilones opened this issue Jan 9, 2024 · 3 comments · Fixed by #685
Closed
2 tasks done

[Feature] Monitor 2 ISP (Starlink and Local Telco) #525

chivarpilones opened this issue Jan 9, 2024 · 3 comments · Fixed by #685
Assignees
Labels
enhancement New feature or request

Comments

@chivarpilones
Copy link

General

  • My feature does not exist in the latest version of MySpeed.
  • I have checked that my feature has not been suggested by anyone else.

Your Idea

Hello guys, I would like to know how to "add" another gateway to monitor bandwidth

My Hardware is Raspberry Pi 5
Eth0 = 192.168.1x
Wlan0 = 192.168.254.x

is there a way to monitor these two at the same time? and instead of continuously checking can it be 5 minutes instead?

@chivarpilones chivarpilones added the enhancement New feature or request label Jan 9, 2024
@fynnsh
Copy link

fynnsh commented Jan 22, 2024

just make two docker containers for both networks..

@gnmyt gnmyt self-assigned this Mar 5, 2024
@gnmyt
Copy link
Owner

gnmyt commented Mar 5, 2024

Hi. Like @fynnsh already said, if you are using Docker, the easiest way would be to create two Docker containers and give them access to the different network interfaces.
However, I will implement a way to change the network interface directly on the server side as I think this is important for ease of use.

For your second suggestion: If you don't want to use the default 1 hour / 1 minute checks you can write your own crown extension on when to run tests. In your case, go to Set freuqency > Set manually > */5 * * * * > Update

@gnmyt gnmyt linked a pull request May 21, 2024 that will close this issue
4 tasks
@kennyrkun
Copy link

I was going to suggest a feature like this, but I'm glad to see it's at least possible with the current setup. I think it would be beneficial to run both tests from a single instance of the container, and view them in the same interface. It is more efficient and easier to compare in the same interface rather than switching between two entirely separate instances of the application. Is this a lot of work?

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

Successfully merging a pull request may close this issue.

4 participants