pluggable-monitor-protocol-handler

A library to ease implementation of pluggable monitors for the Arduino CLI.

OTHER License

Stars
1
Committers
5

Bot releases are visible (Hide)

pluggable-monitor-protocol-handler - v0.9.2 Latest Release

Published by github-actions[bot] over 2 years ago

Changelog

a56d908 Removed useless goroutine

pluggable-monitor-protocol-handler - v0.9.1

Published by github-actions[bot] about 3 years ago

Changelog

ee88001 Merge pull request #2 from arduino/umbynos/optimizations
18eb343 fix double CLOSE not printing anything
1b381cc remove useless struct

pluggable-monitor-protocol-handler - v0.9.0

Published by github-actions[bot] about 3 years ago

Changelog

810667b update the dummy-monitor/README.md to include Example of usage section
8a92d40 add open() and close() implementation along with other useful stuff
84133d0 cleanup and optimizations
c818cef add configure() implementation
a1c2335 optimize var name and remove old stuff
ca21798 add describe() implementation
e79bfb4 add dummy settings var and return it in the Describe implementation
1871c4f fix typo
52c0246 refactored PortDescriptor to include also the protocol name
b9bc502 remove useless stuff and implement callback functions to be implemented
60e4967 Added structs and interface for DESCRIBE command
0c1edf8 rewrite the dummy-monitor/README.md
d34b12a Replace discovery with monitor
e584d29 copy stuff from https://github.com/arduino/pluggable-discovery-protocol-handler/ (TODO rename and adapt stuff around)
7179dae adapt README.md (links not working)
a3a6924 Added readme and go.mod
deb1c35 Initial commit