main
_ 2021-12-06 00:10:57 +00:00
parent 3035a73245
commit 2f63055ab7
1 changed files with 7 additions and 4 deletions

View File

@ -10,15 +10,18 @@ within a LAN. There's no central server, so it's not a look-up, it's a look-arou
$ lookaround client $ lookaround client
Found 3 peers: Found 3 peers:
11:11:11:11:11:11 = 192.168.1.101:9040 # Your laptop 11:11:11:11:11:11 = 192.168.1.101:9040
22:22:22:22:22:22 = 192.168.1.102:9040 # Your desktop 22:22:22:22:22:22 = 192.168.1.102:9040
33:33:33:33:33:33 = 192.168.1.103:9040 # Your home server 33:33:33:33:33:33 = 192.168.1.103:9040
# Claimed MAC IP address
``` ```
The LookAround client uses IP multicast to find LookAround servers within the The LookAround client uses IP multicast to find LookAround servers within the
same multicast domain. same multicast domain.
MAC addresses change slower than IP addresses, so if you know that
`11:11:11:11:11:11` is your laptop, and your laptop is running LookAround,
LookAround will find the IP for you.
## Installation ## Installation
Use the Cargo package manager from [Rust](https://rustup.rs/) to install LookAround. Use the Cargo package manager from [Rust](https://rustup.rs/) to install LookAround.