ZeroNet

An asset by anoa
The page banner background of a mountain and forest
ZeroNet hero image

Quick Information

0 ratings
ZeroNet icon image
anoa
ZeroNet

Run an embedded instance of ZeroNet inside your Godot games.ZeroNet is an open source, peer-to-peer network which allows for arbitrary file storage and website hosting, as well as user and authentication functionality. Learn more at https://zeronet.io.See usage instructions within the repo: https://github.com/zam-org/godot-zeronet-plugin/blob/master/README.md

Supported Engine Version
3.1
Version String
1.0.0
License Version
GPLv2
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL

ZeroNet in Godot

Run an embedded copy of ZeroNet in your Godot game.

Install

ZeroNet Godot can be installed directly from Godot using Godot Asset Library. Find ZeroNet Godot on the Asset Library here.

Otherwise, ZeroNet Godot can be installed manually by downloading this repo and placing the files in addons/ZeroNet in your game files.

Start ZeroNet

To start a running copy of ZeroNet, use:

ZeroNet.start()

You may also specify an optional port:

ZeroNet.start(12345)

The default port is 43110.

Stop ZeroNet

To stop the currently running copy of ZeroNet, use:

ZeroNet.stop()

If ZeroNet is not currently running, or if an instance of ZeroNet is running that wasn't started by this plugin, this is a no-op.

If you want to ensure that ZeroNet does not continue running when your game is quit, add the following to a node that exists in the scene tree (or a Singleton):

func _exit_tree():
    ZeroNet.stop()

Run an embedded instance of ZeroNet inside your Godot games.

ZeroNet is an open source, peer-to-peer network which allows for arbitrary file storage and website hosting, as well as user and authentication functionality. Learn more at https://zeronet.io.

See usage instructions within the repo: https://github.com/zam-org/godot-zeronet-plugin/blob/master/README.md

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
ZeroNet icon image
anoa
ZeroNet

Run an embedded instance of ZeroNet inside your Godot games.ZeroNet is an open source, peer-to-peer network which allows for arbitrary file storage and website hosting, as well as user and authentication functionality. Learn more at https://zeronet.io.See usage instructions within the repo: https://github.com/zam-org/godot-zeronet-plugin/blob/master/README.md

Supported Engine Version
3.1
Version String
1.0.0
License Version
GPLv2
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers