Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akagi201/lancaster
UDP multicast LAN IP as a device finder service
https://github.com/Akagi201/lancaster
broadcast ipaddress multicast udp
Last synced: 7 days ago
JSON representation
UDP multicast LAN IP as a device finder service
- Host: GitHub
- URL: https://github.com/Akagi201/lancaster
- Owner: Akagi201
- License: mit
- Created: 2018-01-10T05:44:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T05:05:12.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T15:49:02.076Z (3 months ago)
- Topics: broadcast, ipaddress, multicast, udp
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lancaster
UDP multicast LAN IP as a device finder service.
Your NUC/NAS/HDPC runs the lanc servie via systemd.
Your laptap runs the lans server to receive IP address of your device via UDP multicast.## Install
* `go install github.com/Akagi201/lancaster/cmd/lanc@latest`
* `go install github.com/Akagi201/lancaster/cmd/lans@latest`## Usage
* lanc: Client side, Send UDP broadcast Message.
* lans: Server side, Receive UDP broadcast Message.