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 device discovery and custom-devices #14

Merged

Conversation

HidenoriMatsubayashi
Copy link
Collaborator

@HidenoriMatsubayashi HidenoriMatsubayashi commented Jul 21, 2021

I added device discovery for remote devices and customized-custom-devices. We need to create ~/.flutter_custom_devices.json file to handle remote devices.

e.g.

{
  "custom-devices": [
    {
      "id": "embedded-linux",
      "label": "Embedded Linux Device",
      "sdkNameAndVersion": "Embedded Remote device",
      "enabled": true,
      "platform": "arm64",
      "backend": "wayland",
      "ping": [
        "ping",
        "-w",
        "500",
        "-c",
        "1",
        "localhost"
      ],
      "pingSuccessRegex": "ttl=",
     }
  ]
}

Related issues

@HidenoriMatsubayashi HidenoriMatsubayashi merged commit 804ea1a into sony:main Jul 21, 2021
@HidenoriMatsubayashi HidenoriMatsubayashi deleted the device-discovery branch July 21, 2021 06:42
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.

1 participant