File tree 2 files changed +15
-5
lines changed
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
2
2
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.
4
13
5
14
## Security
6
15
7
16
If 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 🛡️
9
18
Thank you!
10
19
11
20
15
24
Copyright (c) 2021 ARDUINO SA (www.arduino.cc )
16
25
17
26
The 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:
19
28
https://www.gnu.org/licenses/gpl-3.0.en.html
20
29
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
2
2
3
3
go 1.16
4
4
5
+ require github.com/arduino/go-properties-orderedmap v1.4.0
You can’t perform that action at this time.
0 commit comments