Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 29 to 29 | ||||||||
SFC module and Kademlia overlay | ||||||||
Changed: | ||||||||
< < | The Python implementation of this server software responsible for constructing a Kademlia-based overlay supporting the storage and querying of metadata files and can be downloaded from here. Just unzip it to a directory. The indexing is based on Space Filling Curves (Z-curve or Hilbert curve). The initialization of the nodes that accommodate the enabled operations in the Metadata overlay is accomplished by the execution of peerPlatform.py. The description of the nodes and the indexing method is included in a INI file, which is given as parameter to the specific executable (-c option) Examples of INI files for the media scenario (here), the banking scenario (here) and keyword searches (here) have been attached. For the media overlay for instance, type: | |||||||
> > | The Python implementation of this server software responsible for constructing a Kademlia-based overlay supporting the storage and querying of metadata files and can be downloaded from here. Just unzip it to a directory. Python2.5.x and the package pysqlite-2.5.x are required. The indexing is based on Space Filling Curves (Z-curve or Hilbert curve). The initialization of the nodes that accommodate the enabled operations in the Metadata overlay is accomplished by the execution of peerPlatform.py. The description of the nodes and the indexing method is included in a INI file, which is given as parameter to the specific executable (-c option). Examples of INI files for the media scenario (here), the banking scenario (here) and keyword searches (here) have been attached. For the media overlay for instance, type: | |||||||
Added: | ||||||||
> > | ||||||||
python peerPlatform.py -c MediaZ.ini | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
GridTorrent |