From d58d542466928dcebf08677f96707b9a99fec5bf Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sun, 5 Dec 2021 23:57:42 +0000 Subject: [PATCH] :pencil: --- Cargo.toml | 2 -- README.md | 7 +++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e8cd78..7498ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,6 @@ name = "lookaround" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] mac_address = "1.1.2" rand = "0.8.4" diff --git a/README.md b/README.md index a47fa27..b35e1d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _Has this ever happened to you?_ LookAround is a Rust program for looking up your computers' MAC and IP addresses -within a LAN. +within a LAN. There's no central server, so it's not a look-up, it's a look-around. ```text $ lookaround client @@ -13,7 +13,7 @@ Found 3 peers: 11:11:11:11:11:11 = 192.168.1.101:9040 # Your laptop 22:22:22:22:22:22 = 192.168.1.102:9040 # Your desktop 33:33:33:33:33:33 = 192.168.1.103:9040 # Your home server -# MAC address IP address +# Claimed MAC IP address ``` The LookAround client uses IP multicast to find LookAround servers within the @@ -71,3 +71,6 @@ Use the [kazupon Git commit message convention](https://github.com/kazupon/git-c ## License [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) + +## This Git repo +This repo's upstream is https://six-five-six-four.com/git/reactor/lookaround.