Jump to content

Nodezilla: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Emkrasn (talk | contribs)
add {{File sharing}}
Dadu~enwiki (talk | contribs)
Added chapter.
Line 12: Line 12:
| website = http://www.nodezilla.net/
| website = http://www.nodezilla.net/
}}
}}
'''Nodezilla''' is a [[peer-to-peer]] network written in [[C++]] (core, aka Network Agent) and [[Java (programming language)|Java]] (GUI), and the GUI part is released under the [[GNU General Public License]]. It attempts to provide [[Anonymous P2P|anonymity]].
'''Nodezilla''' is a [[peer-to-peer]] network software written in [[C++]] (core, aka Network Agent) and [[Java (programming language)|Java]] (GUI), and the GUI part is released under the [[GNU General Public License]]. It attempts to provide [[Anonymous P2P|anonymity]].


==Features==
Technically, Nodezilla is a secured, distributed and [[Fault-tolerance|fault-tolerant]] [[routing]] system (aka [[Grid network]]). Its main purpose is to serve as a link for distributed services built on top of it (like chat, efficient video multicasting streaming, File Sharing, secured file store ...).
Technically, Nodezilla is a secured, distributed and [[Fault-tolerance|fault-tolerant]] [[routing]] system (aka [[Grid network]]). Its main purpose is to serve as a link for distributed services built on top of it (like chat, efficient video multicasting streaming, File Sharing, secured file store ...).



Revision as of 21:15, 20 September 2011

Nodezilla
Developer(s)Nodezilla developers
Stable release
0.5.15 / January 29, 2010 (2010-01-29)
Operating systemCross-platform
TypeFile sharing
LicenseGUI in GPL, core is closed source
Websitehttp://www.nodezilla.net/

Nodezilla is a peer-to-peer network software written in C++ (core, aka Network Agent) and Java (GUI), and the GUI part is released under the GNU General Public License. It attempts to provide anonymity.

Features

Technically, Nodezilla is a secured, distributed and fault-tolerant routing system (aka Grid network). Its main purpose is to serve as a link for distributed services built on top of it (like chat, efficient video multicasting streaming, File Sharing, secured file store ...).

Nodezilla provides cache features; any server may create a local replica of any data object. These local replicas provide faster access and robustness to network partitions. They also reduce network congestion by localizing access traffic. It is assumed that any server in the infrastructure may crash, leak information, or become compromised, therefore in order to ensure data protection, redundancy and TLS encryption are used. As the developers have not published the source code of the Network Agent yet, no independent validation of the provided level of anonymity has been performed.

It currently offers three services:

The project also offers a plugin for Vuze, the popular BitTorrent Client, enabling users to publish and distribute .torrent files without index- or tracker webpages.

See also