kde-workspace/kioslave/network
Ivailo Monev a1711089b2 kioslave: fix build against non-namespaced Qt/Katie
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-15 18:45:32 +00:00
..
ioslave generic: replace forward declarations with headers inclusions 2019-05-05 02:36:36 +00:00
kded imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
mimetypes imported everything from kde-runtime 2014-11-15 04:16:00 +02:00
network kioslave: fix build against non-namespaced Qt/Katie 2019-05-15 18:45:32 +00: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.