bevy_simple_networking

Crates.iobevy_simple_networking
lib.rsbevy_simple_networking
version0.4.0
sourcesrc
created_at2021-10-12 18:41:40.038138
updated_at2024-09-05 18:12:45.924178
descriptionSimple authoritative server networking library for Bevy
homepage
repositoryhttps://github.com/bacongobbler/bevy_simple_networking
max_upload_size
id464086
size130,140
Matthew Fisher (bacongobbler)

documentation

README

Bevy Networking Plugin

version downloads

This is a simple networking plugin for the Bevy game engine. This plugin provides the building blocks which game developers can use to develop online multiplayer games using the authoritative server model.

Currently, this plugin provides full connection life cycle management over UDP.

By default, idle connections are dropped after 5 seconds, but this can be configured by changing the value of a NetworkResource's idle_timeout parameter.

Clients using the ClientPlugin automatically send a heartbeat packet every few seconds to keep the connection alive.

License

See LICENSE.

Commit count: 28

cargo fmt