Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | Make soundbox package top-level | xegineering | |
It is not expected that this library will be so big that multiple packages make sense. Thus it should start only with the main package. | |||
2024-10-01 | Add go.mod | xegineering | |
This makes this repository a Go module. | |||
2024-10-01 | Add minimal soundbox Go package | xegineering | |
This only adds the `Soundbox` struct type which has a `net.HardwareAddr` to identify it together with a constructor and a unit test. | |||
2024-10-01 | Add Mozilla Public License version 2.0 | xegineering | |
2024-10-01 | Add README.md with project description | xegineering | |