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?
You are using SSDP as a discovery service.
Is there in your roadmap any spot for another discovery process? cloud?