File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1- # pluggable-monitor-protocol-handler
2- A library to ease implementation of pluggable monitors for the Arduino CLI.
1+ # A golang library to handle the Arduino pluggable-monitor communication protocol.
2+
3+ ## How to build
4+
5+ ## Security
6+
7+ 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 🛡️
9+ Thank you!
10+
11+ e-mail contact: security@arduino.cc
12+
13+ ## License
14+
15+ Copyright (c) 2021 ARDUINO SA (www.arduino.cc )
16+
17+ 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:
19+ https://www.gnu.org/licenses/gpl-3.0.en.html
20+
21+ See [ LICENSE.txt] ( https://github.com/arduino/serial-discovery/blob/master/LICENSE.txt ) for details.
Original file line number Diff line number Diff line change 1+ module github.com/arduino/pluggable-monitor-protocol-handler
2+
3+ go 1.16
4+
You can’t perform that action at this time.
0 commit comments