max-mapper / screencat

:cat2: webrtc screensharing electron app for mac os (Alpha)
http://maxogden.github.io/screencat
BSD 2-Clause "Simplified" License
3.01k stars 383 forks source link

mdns advertising #8

Open ryanramage opened 9 years ago

ryanramage commented 9 years ago

Would be cool if you could advertise/see/connect to others on the same network via mdns like in mafintosh/airpaste

max-mapper commented 9 years ago

YES I was thinking this actually. should be pretty straightforward to do!

max-mapper commented 9 years ago

I think the way to implement this would be to check airpaste first for an e.g. cat-lobby channel. If it finds a peer it should use airpaste as the transport, and then fall back to cat-lobby

serverhiccups commented 9 years ago

Bonjour anyone?