Skip to content

Commit a3a6924

Browse files
committed
Added readme and go.mod
1 parent deb1c35 commit a3a6924

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
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: [email protected]
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.

go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module github.com/arduino/pluggable-monitor-protocol-handler
2+
3+
go 1.16
4+

0 commit comments

Comments
 (0)