Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 2.33 KB

README.md

File metadata and controls

58 lines (52 loc) · 2.33 KB

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

go get github.com/roaldnefs/go-dsmr

Importing

import "github.com/roaldnefs/go-dsmr"

Examples

// ...

Resources

Authors

go-dsmr is heavily based on GotSmart with the modified work by Roald Nefs. GotSmart is created by Bas van der Lei.