73 lines
3.2 KiB
Plaintext
73 lines
3.2 KiB
Plaintext
<!--#include virtual="ssi_site_header.html" -->
|
||
|
||
<!-- begin of specific page header -->
|
||
|
||
<title>EH09:mdns</title>
|
||
|
||
<!-- end of specific page header -->
|
||
|
||
<!--#include virtual="ssi_site_intro.html" -->
|
||
|
||
<!-- begin of specific page content -->
|
||
|
||
<div id="main">
|
||
<!--CONTENT-->
|
||
<div class="mw-parser-output"><p>anleitung unter: <a rel="nofollow" class="external free" href="http://wiki.freifunk.net/Kamikaze/LuCI/mDNS">http://wiki.freifunk.net/Kamikaze/LuCI/mDNS</a>
|
||
</p><p>kurz gefasst:
|
||
saverio hat ein service discovery plugin für olsr geschrieben, basierend
|
||
auf mdns, auch bekannt als avahi, bonjour, etc.
|
||
jow hat das gestern ins luci eingebaut.
|
||
</p><p>images unter <a rel="nofollow" class="external free" href="http://dev.luci.freifunk-halle.net/freifunk-snapshots">http://dev.luci.freifunk-halle.net/freifunk-snapshots</a>
|
||
</p><p>modul nachinstallieren mit:
|
||
</p>
|
||
<pre> opkg update
|
||
opkg install olsrd-luci-mod-mdns
|
||
</pre>
|
||
<p>Konfiguration entweder über Webif (Admin -> Services -> OLSR -> Plugins)
|
||
oder direkt in /etc/config/olsrd: <a rel="nofollow" class="external free" href="http://pastebin.com/m6f761159">http://pastebin.com/m6f761159</a>
|
||
</p><p>wichtig: das netzwerk auf dem lan port muss per HNA announced werden,
|
||
der router darf lan _nicht_ natten, da dies die end to end connectivity
|
||
zwischen den endgeräten verhindert.
|
||
</p><p>Danach notebooks an den lan port anschliessen und services von anderen
|
||
notebooks sehen.
|
||
interessant ist meiner meinung nach besonders pidgin mit installiertem
|
||
avahi support, bzw pidgin unter windows zusammen mit apples bonjour paket:
|
||
<a rel="nofollow" class="external free" href="http://www.pidgin.im/download/windows/">http://www.pidgin.im/download/windows/</a>
|
||
<a rel="nofollow" class="external free" href="http://support.apple.com/downloads/Bonjour_for_Windows">http://support.apple.com/downloads/Bonjour_for_Windows</a>
|
||
</p><p>apple user können iChat oder Adium nutzen.
|
||
</p><p>der apple user kann die service liste mit dem bonjour browser einsehen:
|
||
<a rel="nofollow" class="external free" href="http://www.tildesoft.com/Programs.html">http://www.tildesoft.com/Programs.html</a>
|
||
</p><p>Unter ubuntu heist das paket avahi-discover, mehr unter
|
||
<a rel="nofollow" class="external free" href="http://wiki.ubuntuusers.de/Avahi">http://wiki.ubuntuusers.de/Avahi</a>
|
||
</p><p>source im leipziger repo: <a rel="nofollow" class="external free" href="http://luci.subsignal.org/">http://luci.subsignal.org/</a>
|
||
</p>
|
||
<!--
|
||
NewPP limit report
|
||
Cached time: 20240129194211
|
||
Cache expiry: 86400
|
||
Dynamic content: false
|
||
[SMW] In‐text annotation parser time: 0 seconds
|
||
CPU time usage: 0.006 seconds
|
||
Real time usage: 0.007 seconds
|
||
Preprocessor visited node count: 1/1000000
|
||
Preprocessor generated node count: 4/1000000
|
||
Post‐expand include size: 0/2097152 bytes
|
||
Template argument size: 0/2097152 bytes
|
||
Highest expansion depth: 1/40
|
||
Expensive parser function count: 0/100
|
||
Unstrip recursion depth: 0/20
|
||
Unstrip post‐expand size: 0/5000000 bytes
|
||
-->
|
||
<!--
|
||
Transclusion expansion time report (%,ms,calls,template)
|
||
100.00% 0.000 1 -total
|
||
-->
|
||
</div>
|
||
<!-- Saved in parser cache with key ccchhwiki:pcache:idhash:1458-1!canonical and timestamp 20240129194211 and revision id 6208
|
||
-->
|
||
</div>
|
||
|
||
<!-- end of specific page content -->
|
||
|
||
<!--#include virtual="ssi_site_extro.html" -->
|