Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/pluggable-discovery-protocol-handler
https://github.com/arduino/pluggable-discovery-protocol-handler
arduino
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arduino/pluggable-discovery-protocol-handler
- Owner: arduino
- License: other
- Created: 2021-07-01T14:41:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:42:33.000Z (4 months ago)
- Last Synced: 2024-09-29T08:49:27.906Z (4 months ago)
- Topics: arduino
- Language: Go
- Homepage:
- Size: 229 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pluggable Discovery Protocol Handler
[![Go Reference](https://pkg.go.dev/badge/github.com/arduino/pluggable-discovery-protocol-handler.svg)](https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler/v2)
[![Test Go status](https://github.com/arduino/pluggable-discovery-protocol-handler/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/pluggable-discovery-protocol-handler/actions/workflows/test-go-task.yml)
[![Codecov](https://codecov.io/gh/arduino/pluggable-discovery-protocol-handler/branch/main/graph/badge.svg)](https://codecov.io/gh/arduino/pluggable-discovery-protocol-handler)This project is a library to ease implementation of pluggable discoveries for the [Arduino CLI](https://github.com/arduino/arduino-cli)
following the [official specification](https://arduino.github.io/arduino-cli/latest/platform-specification/#pluggable-discovery).## Reference implementation
The [`dummy-discovery` folder](dummy-discovery) contains a reference pluggable discovery implementation.
## Security
If you think you found a vulnerability or other security-related bug in this project, please read our
[security policy](https://github.com/arduino/pluggable-discovery-protocol-handler/security/policy) and report the bug to our Security Team 🛡️
Thank you!e-mail contact: [email protected]
## License
Copyright (c) 2021 ARDUINO SA (www.arduino.cc)
The software is released under the GNU General Public License, which covers the main body
of the serial-discovery code. The terms of this license can be found at:
https://www.gnu.org/licenses/gpl-3.0.en.htmlSee [LICENSE.txt](https://github.com/arduino/pluggable-discovery-protocol-handler/blob/master/LICENSE.txt) for details.