main
_ 2021-12-05 23:57:42 +00:00
parent cdd49cdc5a
commit d58d542466
2 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -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.