Description:
Currently, users must manually know the IP or hostname of peers to send files. We'd like to implement automatic device discovery within the same LAN to improve usability.
Proposed Solution:
Use techniques like UDP broadcasting, mDNS, or custom discovery protocols in Go to scan and list available devices on the network.
Description:
Currently, users must manually know the IP or hostname of peers to send files. We'd like to implement automatic device discovery within the same LAN to improve usability.
Proposed Solution:
Use techniques like UDP broadcasting, mDNS, or custom discovery protocols in Go to scan and list available devices on the network.