Broadcast discovery with InfoAll, interface broadcast detection, clean output

This commit is contained in:
Ian Gulliver
2026-04-07 22:12:20 +09:00
parent 7034391d4d
commit e301c672a9
4 changed files with 115 additions and 84 deletions

View File

@@ -61,6 +61,8 @@ func (t *serialTransport) Reader() io.Reader {
return t.port
}
func (t *serialTransport) Broadcast() bool { return false }
func (t *serialTransport) Close() error {
return t.port.Close()
}