-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
40 lines (40 loc) · 779 Bytes
/
library.json
File metadata and controls
40 lines (40 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "otel-embedded-cpp",
"version": "1.0.2",
"description": "OpenTelemetry logging, tracing, and metrics for embedded C++ devices (ESP32, RP2040 Pico W, ESP8266).",
"keywords": [
"OpenTelemetry",
"telemetry",
"logging",
"tracing",
"metrics",
"embedded",
"iot",
"esp32",
"pico",
"esp8266"
],
"authors": [
{
"name": "Matthew Macdonald-Wallace",
"maintainer": true
}
],
"license": "MIT",
"frameworks": ["arduino"],
"platforms": [
"espressif32",
"espressif8266",
"raspberrypi"
],
"dependencies": [
{
"name": "ArduinoJson",
"version": "^7.0.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/your-username/otel-embedded-cpp.git"
}
}