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 diagnostic information helper #242

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

ConnorRigby
Copy link
Member

Sample output:

Unconfigured interfaces:       ["lo", "usbWifi0", "wlan0"]

Interface br0
  Type: VintageNetBridge
  State: :configured (7 days, 1:51:53)
  Connection: :internet (3:30:55)

Interface internet0
  Type: VintageNetEthernet
  State: :configured (7 days, 1:51:53)
  Connection: :disconnected (7 days, 1:51:53)

Interface mesh0
  Type: VintageNetWiFi
  State: :configured (7 days, 1:51:51)
  Connection: :disconnected (7 days, 1:51:53)

Interface test
  Configured but not detected

ConnorRigby and others added 5 commits August 1, 2020 17:04
Sample output:

```
Unconfigured interfaces:       ["lo", "usbWifi0", "wlan0"]

Interface br0
  Type: VintageNetBridge
  State: :configured (7 days, 2:02:53)
  Connection: :internet (3:41:55)
  System check results: {:error, "unimplemented"}

Interface internet0
  Type: VintageNetEthernet
  State: :configured (7 days, 2:02:53)
  Connection: :disconnected (7 days, 2:02:53)
  System check results: {:error, ":function_clause"}

Interface mesh0
  Type: VintageNetWiFi
  State: :configured (7 days, 2:02:51)
  Connection: :disconnected (7 days, 2:02:53)
  System check results: :ok

Interface test
  Configured but not detected

```
…system/1

This will technically be an API breaking change to
VintageNet.Technology, but no system implements this yet.
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

Successfully merging this pull request may close these issues.

None yet

2 participants