bevy_octopus
The ECS driven network plugin for Bevy.
Features
ECS driven network
Every network node is a component, so you can easily manage network entities with Bevy ECS.
App can be a server or client or both.
Flexible network protocol decoder
You can define your own network protocol decoder.
UDP Communication Types
Support UDP unicast, broadcast, multicast. example
Supported Network Protocol
- UDP
- TCP
- WebSocket
- SSL
- WebSocket SSL
Supported Versions
bevy | bevy_octopus |
---|---|
0.13 | 0.1 |
License
All code in this repository is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option. This means you can select the license you prefer.
Your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.