Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.