-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
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?