Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

Use browser Network Service Discovery implementation #248

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

Network Service Discovery is a specification, an API that might be implemented in browsers. We should probably implement this when this becomes available, this could be more robust than our current connect.doodle3d.com system. It's makes the detour through the internet unnecessary. When it's available our current system could still be used as a backup. http://www.w3.org/TR/discovery-api/#zeroconf-mdns-dns-sd https://bugzilla.mozilla.org/show_bug.cgi?id=914579 https://www.youtube.com/watch?v=dujaAWwGVB4

Abstract This specification defines a mechanism for an HTML document to discover and subsequently communicate with HTTP-based services advertised via common discovery protocols within the current network.