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

Add network information to status tab #114

Open
mfs12 opened this issue May 21, 2021 · 5 comments
Open

Add network information to status tab #114

mfs12 opened this issue May 21, 2021 · 5 comments

Comments

@mfs12
Copy link
Contributor

mfs12 commented May 21, 2021

I would find it helpful to get more details about network configuration in the status screen not only once with a popup.

  • ip address
  • subnet mask
  • gateway
  • (hostname if available) not sure if this is possible
  • wifi status
  • wifi ssid
@wilriker
Copy link
Contributor

Keep in mind that this information is only available on standalone-boards and won't be available with SBC-connected boards (network-data is only maintained within DCS there and is not available to direct-to-mainboard-connected devices like PanelDue).

@wilriker
Copy link
Contributor

Also keep in mind that especially on the 4.3" PanelDue there is less space available to display data so it is unlikely that you can get away without a pop-up.

@mfs12
Copy link
Contributor Author

mfs12 commented May 31, 2021

@wilriker you added somehting about ip addresses. can this issue then be closed? Can you refer as well to a pull request or commit introducing this changes?

@wilriker
Copy link
Contributor

Commit 357c51e introduced showing the current IP address (only available for standalone-setups, does not work for SBC setups) on the Setup tab.

If this can be closed depends on whether or not you want to have all the other listed information shown as well since the aforementioned commit only introduced IP address.

@mfs12
Copy link
Contributor Author

mfs12 commented Jun 3, 2021

Commit 357c51e introduced showing the current IP address (only available for standalone-setups, does not work for SBC setups) on the Setup tab.

in case of SBC setup the address is always 0.0.0.0.

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

2 participants