parent
3871d87a0a
commit
c8ed7e5d06
|
@ -45,7 +45,7 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lookaround"
|
name = "lookaround"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"mac_address",
|
"mac_address",
|
||||||
"rand",
|
"rand",
|
||||||
|
|
|
@ -9,7 +9,7 @@ license = "AGPL-3.0"
|
||||||
name = "lookaround"
|
name = "lookaround"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://six-five-six-four.com/git/reactor/lookaround"
|
repository = "https://six-five-six-four.com/git/reactor/lookaround"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mac_address = "1.1.2"
|
mac_address = "1.1.2"
|
||||||
|
|
|
@ -10,9 +10,9 @@ 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
|
11:11:11:11:11:11 = 192.168.1.101 `laptop`
|
||||||
22:22:22:22:22:22 = 192.168.1.102
|
22:22:22:22:22:22 = 192.168.1.102 `desktop`
|
||||||
33:33:33:33:33:33 = 192.168.1.103
|
33:33:33:33:33:33 = 192.168.1.103 `old-laptop`
|
||||||
```
|
```
|
||||||
|
|
||||||
The LookAround client uses IP multicast to find LookAround servers within the
|
The LookAround client uses IP multicast to find LookAround servers within the
|
||||||
|
@ -38,7 +38,7 @@ put this systemd unit in `~/.config/systemd/user/lookaround.service`:
|
||||||
Description=LookAround
|
Description=LookAround
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/home/user/.cargo/bin/lookaround server
|
ExecStart=/home/user/.cargo/bin/lookaround server --nickname my-desktop
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
@ -77,5 +77,6 @@ Use the [kazupon Git commit message convention](https://github.com/kazupon/git-c
|
||||||
|
|
||||||
## This Git repo
|
## This Git repo
|
||||||
This repo's upstream is https://six-five-six-four.com/git/reactor/lookaround.
|
This repo's upstream is https://six-five-six-four.com/git/reactor/lookaround.
|
||||||
|
It's mirrored on my GitHub, https://github.com/ReactorScram/lookaround
|
||||||
|
|
||||||
I don't use GitHub issues, so issues are in issues.md in the repo.
|
I don't use GitHub issues, so issues are in issues.md in the repo.
|
||||||
|
|
Loading…
Reference in New Issue