Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Go DSMR






GoDoc


GitHub - License


GitHub Workflow Status


GitHub contributors


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).