Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roaldnefs/go-dsmr
Go library for reading DSMR telegrams. Pure Golang implementation based on the DSMR technical description.
https://github.com/roaldnefs/go-dsmr
dsmr dsmr5 go golang p1
Last synced: about 2 months ago
JSON representation
Go library for reading DSMR telegrams. Pure Golang implementation based on the DSMR technical description.
- Host: GitHub
- URL: https://github.com/roaldnefs/go-dsmr
- Owner: roaldnefs
- License: mit
- Created: 2019-07-14T13:51:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T16:08:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:47:52.215Z (2 months ago)
- Topics: dsmr, dsmr5, go, golang, p1
- Language: Go
- Size: 20.5 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-dsmr is a Go library for reading Dutch Smart Meter Requirements (DSMR).
Explore the docs »
Report Bug
·
Request Feature## Introduction
Go library for reading Dutch Smart Meter Requirements (DSMR). This is a pure Golang implementation based on the DSMR.## Usage
### Installation
```console
go get github.com/roaldnefs/go-dsmr
```### Importing
```go
import "github.com/roaldnefs/go-dsmr"
```## Examples
```go
// ...
```## Resources
- [DSMR Technical Description](https://www.netbeheernederland.nl/_upload/Files/Slimme_meter_15_a727fce1f1.pdf)## Authors
**go-dsmr** is heavily based on [GotSmart](https://github.com/basvdlei/gotsmart) with the modified work by [Roald Nefs](https://github.com/roaldnefs). [GotSmart](https://github.com/basvdlei/gotsmart) is created by [Bas van der Lei](https://github.com/basvdlei).