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

Discovery methods #1

Open
pablopi opened this issue Jun 29, 2017 · 1 comment
Open

Discovery methods #1

pablopi opened this issue Jun 29, 2017 · 1 comment
Labels

Comments

@pablopi
Copy link
Member

pablopi commented Jun 29, 2017

You are using SSDP as a discovery service.

  ssdpServer = new Ssdp.Server({
    suppressRootDeviceAdvertisements: true,
    location: `http://${ip.address()}:${port}`,
    sourcePort: 1900,
  })
  ssdpServer.addUSN('bigfoot:all')
  ssdpServer.start()

Is there in your roadmap any spot for another discovery process? cloud?

@jsdario
Copy link
Member

jsdario commented Jul 3, 2017

I am still researching what method would be the best to implement other discovery/ linking / claiming methods that already exist out there.

Currently I am most worried about bluetooth methods and cloud as you suggest than others but it still not clear. Probably some kind of QR code linking would be best to exchange credentials with services.

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

No branches or pull requests

2 participants