Multifind (mf) is a very simple Python tool to find your devices in an unknown networks using UDP multicast.
- Python 60.6%
- Nix 34.2%
- Makefile 5.2%
| .editorconfig | ||
| .gitignore | ||
| .treefmt.toml | ||
| flake.lock | ||
| flake.nix | ||
| license | ||
| makefile | ||
| mf.py | ||
| readme.md | ||
Multifind 🔎
Multifind (mf) is a very simple Python tool to find your devices in an unknown networks using UDP multicast.
Usage
Run server
$ mf here
Client request
$ mf where host
To-do
- Ipv6 support & preference.
- Systemd service.