mxcop / minecraft-lan

Minecraft LAN multicast scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft LAN Multicast Prototype

This crate is a simple example of how you can find minecraft LAN servers on your local network.

Example output:

[src\main.rs:6] servers = [
    MinecraftServer {
        title: "Username - World Name",
        addr: "127.0.0.1:65219",
    },
    ...
]

About

Minecraft LAN multicast scanner

License:MIT License


Languages

Language:Rust 100.0%