Revision 924516
Go back to digest for 15th February 2009Other in Networking Tools
Friedrich W. H. Kossebau committed changes in /trunk/playground/network:
Initial import: a kioslave listing the network from a device centric point of view, WIP
Includes a rudimentary library solidnetwork which might become part of solid very later on.
It contains objects which represent the current topic of the network and gets updated as the topic changes.
The backends might be the service discovery services (DNSSD,SLP,...), user/admin edited data, and whatever else helps to know about what is/should be in reach of this computer over the net.
Currently DNSSD as delivered by KDNSSD is used to feed some data to play with.
Note: If you play with this version of networkkio, press reload after entering network:/ the first time, because the cache is only filled after the first call to the kioslave.
File Changes
Added 35 files
- /trunk/playground/network/networkkio
- /CMakeLists.txt
- /ioslave
- /network
- /ioslave/CMakeLists.txt
- /ioslave/main.cpp
- /ioslave/network.protocol
- /ioslave/networkslave.cpp
- /ioslave/networkslave.h
- /ioslave/networkthread.cpp
- /ioslave/networkthread.h
- /ioslave/networkuri.cpp
- /ioslave/networkuri.h
- /ioslave/virtualfolder_network.desktop
- /network/abstractcomputer.h
- /network/CMakeLists.txt
- /network/netdevice.cpp
- /network/netdevice.h
- /network/netdevice_p.cpp
- /network/netdevice_p.h
- /network/netservice.cpp
- /network/netservice.h
- /network/netservice_p.cpp
- /network/netservice_p.h
- /network/network.cpp
- /network/network.h
- /network/network_p.cpp
- /network/network_p.h
- /network/server.cpp
- /network/server.h
- /network/solidnetwork_export.h
- /network/workstation.cpp
- /network/workstation.h
- /network/workstation_p.cpp
- /network/workstation_p.h
Modified 2 files
- /trunk/playground/network
- /CMakeLists.txt
- /INDEX
37 files changed in total