Simple fastboot protocol implementation in go
Go to file
2024-06-21 17:27:31 +05:00
fastboot Improve errors and fix nil pointer 2024-06-21 17:27:31 +05:00
.gitignore Initial commit 2024-06-14 21:13:01 +05:00
go.mod Initial commit 2024-06-14 21:17:36 +05:00
go.sum Initial commit 2024-06-14 21:17:36 +05:00
LICENSE Update LICENSE 2024-06-14 21:19:01 +05:00
README.md Rename README to README.md 2024-06-14 21:23:13 +05:00

Licensing

This project is licensed under the GNU General Public License v3.0.

It also includes components licensed under the Apache License 2.0, specifically the gousb library by Google.

Acknowledgements

This project uses the following third-party libraries:

  • gousb by Google, licensed under the Apache License 2.0.