
The network ioslave enables the user to browse the devices connected to the local network and the services running on them. It it also possible to start programs for services whose type is known.
To see all the devices found, enter
network:/
.
network:/
will list the services found to be running on a device.
hostname_of_device
Selecting a service will forward to a url which matches the service, given there is a suitable, e.g.
ssh:/hostname_of_device:port/
for a SSH service.
Each known service type has a mimetype assigned to it, so a user can assign new handlers
for the resulting urls. This is done with the control module
in System Settings.
The mimetypes of the services are currently all named inode/vnd.kde.service.*
.
Note
The network kioslave currently only finds and displays devices and services which are actively advertising themselves using the service discovery framework DNS-SD.