File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1- # A golang library to handle the Arduino pluggable-monitor communication protocol.
1+ # Pluggable Monitor Protocol Handler
22
3- ## How to build
3+ <!-- NOTE: update the pkg.go.dev badge URL on each major release -->
4+
5+ [ ![ 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/ )
6+
7+ This project is a library to ease implementation of pluggable discoveries for the [ Arduino CLI] ( https://github.com/arduino/arduino-cli )
8+ following the [ official specification] ( https://arduino.github.io/arduino-cli/latest/platform-specification/#pluggable-monitor ) .
9+
10+ ## Reference implementation
11+
12+ The [ ` dummy-monitor ` folder] ( dummy-monitor ) contains a reference pluggable monitor implementation.
413
514## Security
615
716If you think you found a vulnerability or other security-related bug in this project, please read our
8- [ security policy] ( https://github.com/arduino/serial-discovery /security/policy ) and report the bug to our Security Team 🛡️
17+ [ security policy] ( https://github.com/arduino/serial-monitor /security/policy ) and report the bug to our Security Team 🛡️
918Thank you!
1019
1120e-mail contact: security@arduino.cc
@@ -15,7 +24,7 @@ e-mail contact: security@arduino.cc
1524Copyright (c) 2021 ARDUINO SA (www.arduino.cc )
1625
1726The software is released under the GNU General Public License, which covers the main body
18- of the serial-discovery code. The terms of this license can be found at:
27+ of the serial-monitor code. The terms of this license can be found at:
1928https://www.gnu.org/licenses/gpl-3.0.en.html
2029
21- See [ LICENSE.txt] ( https://github.com/arduino/serial-discovery /blob/master/LICENSE.txt ) for details.
30+ See [ LICENSE.txt] ( https://github.com/arduino/serial-monitor /blob/master/LICENSE.txt ) for details.
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ module github.com/arduino/pluggable-monitor-protocol-handler
22
33go 1.16
44
5+ require github.com/arduino/go-properties-orderedmap v1.4.0
You can’t perform that action at this time.
0 commit comments