forked from olliiiver/sml_parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
20 lines (20 loc) · 705 Bytes
/
library.json
File metadata and controls
20 lines (20 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "SML Parser",
"keywords": "SML, Smart Message Language, Parser, Smart Meter, OBIS",
"description": "Universal library that can parse SML (Smart Message Language) messages from smart meters. It's designed to be lightweight and efficient and has a small memory footprint, making it suitable for use on embedded systems or other devices with limited memory resources.",
"repository": {
"type": "git",
"url": "https://github.com/olliiiver/sml_parser.git"
},
"authors": [
{
"name": "Olliiiver",
"url": "https://github.com/olliiiver/",
"maintainer": true
}
],
"license": "LGPL-2.1-only",
"version": "0.28",
"frameworks": "*",
"platforms": "*"
}