GithubHelp home page GithubHelp logo

liinnux / bytecart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from catageek/bytecart

0.0 2.0 0.0 1.73 MB

Minecraft plugin for bukkit to create a LAN/WAN rail network with routing algorithm

License: GNU General Public License v3.0

Java 100.00%

bytecart's Introduction

   ___       _         ___           _   
  / __\_   _| |_ ___  / __\__ _ _ __| |_ 
 /__\// | | | __/ _ \/ /  / _` | '__| __|
/ \/  \ |_| | ||  __/ /__| (_| | |  | |_ 
\_____/\__, |\__\___\____/\__,_|_|   \__|
       |___/                             


Overview
=================================
ByteCart is a bukkit plugin that allows to create a railed network using principle of Internet.

A cart with a player, or a storage cart, with a destination address recorded in inventory, will be
routed through the network to the destination station matching the address.

ByteCart provides a set of blocks to create routers and stations according to a predefined network topology.
It allows the connection of 45000 stations in 53 regions.

Routing tables are stored ingame using a innovative information storage technology using chests. There is no database.

A tool is provided to configure automatically the network if you do not have network skills.

Features
=================================
* Minimum CPU and memory usage, even with a huge network.
ByteCart is fully scalable, meaning that whatever the size of your network, the same amount of resources are used
to take a cart from one point to another.

* Reliable anti-collision system on sensitive points. When a collision is about to occur, a specific algorithm takes
path modification decisions to avoid collisions. 

* Well-known pathfinding algorithm
ByteCart implements Djikstra algorithm as used in Internet routing protocol, with the success we know. All paths
are precomputed and stored in routing tables. finding the best path is only a read operation on routing tables.

* Possibility to form logical trains with a unique destination. Only the head cart must be "byteCart" compliant.

* Support Permissions API. Check plugin.yml for available permissions.

* WorldEdit compatibility
Since there is no external data storage, all world editing tools are compatible with Bytecart. You can duplicate
a part of a network to expand it, at little cost of a new automatic configuration session.

* Falsebook and Minecart revolution compatibility

Installation
=================================
Drop ByteCart.jar into the bukkit plugin directory. It will create its own configuration file with
default configuration options.


Configuration
=================================
Check configuration file ByteCart/config.yml to see available configuration parameters.

Credits
=================================
Developped by Catageek ([email protected])

bytecart's People

Contributors

catageek avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.