kde-workspace/kioslave/network
Ivailo Monev 383fe0623f generic: move find_package() calls to top-level build file
reference:
https://github.com/fluxer/katana/issues/7

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-28 14:27:33 +03:00
..
ioslave generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:13:13 +00:00
kded generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:13:13 +00:00
mimetypes generic: move find_package() calls to top-level build file 2021-03-28 14:27:33 +03:00
network generic: drop SLP support 2020-02-10 17:54:53 +02:00
CMakeLists.txt imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
README imported everything from kde-runtime 2014-11-15 04:16:00 +02:00

networkkio
==========

This is an experimental kioslave which presents the network.
It also includes a library which models the network, the devices, and services,
and could be reused by other code.

Please contact the author Friedrich W. H. Kossebau <kossebau@kde.org> for any further questions.
Cooperation in this area is welcome :)


ioslave
-------
The ioslave lists the local network as represented by the
The protocol name is "network", so enter "network:/" to see your local network.
Currently, due to synchronisation problems, the network data is fetched from the
kded network module via D-Bus, instead of using the network library directly.


kded
----
A kded module to emit KDirNotify signals as needed if the network structure changes.

That way all users of the network kioslave and listening to KDirNotify can update the view,
e.g. Dolphin, Konqueror and the KDElibs file dialogs.
It also offers the data of the network structure over D-Bus, as currently used by the ioslave.


network
-------
A library which models the network with all its devices and the services offered by them.

Currently it uses KDNSSD, the KDElibs interface to the zeroconf service discovery system,
as the engine to find about the content of network structure. Later on this library should
support different backends concurrently (also SLP, UPnP, Windows related stuff like smb,
including undiscoverable/hidden but user/admin entered ones).
If this works out this library might end in KDElibs solid module.