Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/pluggable-monitor-protocol-handler
A library to ease implementation of pluggable monitors for the Arduino CLI.
https://github.com/arduino/pluggable-monitor-protocol-handler
arduino
Last synced: about 1 month ago
JSON representation
A library to ease implementation of pluggable monitors for the Arduino CLI.
- Host: GitHub
- URL: https://github.com/arduino/pluggable-monitor-protocol-handler
- Owner: arduino
- License: other
- Created: 2021-09-06T13:49:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T20:26:28.000Z (2 months ago)
- Last Synced: 2024-09-29T09:54:02.200Z (about 2 months ago)
- Topics: arduino
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pluggable Monitor Protocol Handler
[![Go Reference](https://pkg.go.dev/badge/github.com/arduino/pluggable-monitor-protocol-handler.svg)](https://pkg.go.dev/github.com/arduino/pluggable-monitor-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-monitor).## Reference implementation
The [`dummy-monitor` folder](dummy-monitor) contains a reference pluggable monitor 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/serial-monitor/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-monitor 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/serial-monitor/blob/master/LICENSE.txt) for details.