announce services to other systems, what happens - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: announce services to other systems, what happens (/showthread.php?tid=362233) |
announce services to other systems, what happens - gnb1 - 2021-04-24 I wanted to make a remote control for fun, I was trying to figure out how does kodi announce it's self. is there a way way from scanning local ports i can tell which is kodi? I want to do this automatically for the user. i've tried a few routes so far based on the repos, any tips are appreciated bonjour/zeroconf https://github.com/watson/bonjour service discovery https://github.com/willemmulder/Diont https://github.com/achingbrain/ssdp port scanning https://github.com/eviltik/evilscan RE: announce services to other systems, what happens - gnb1 - 2021-04-24 (2021-04-24, 00:01)gnb1 Wrote: I wanted to make a remote control for fun, I was trying to figure out how does kodi announce it's self. nevermind figured it out with https://github.com/watson/bonjour |