hsanjuan / go-ndef

A Go implementation of the NFC Data Exchange Format (NDEF) specification
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Go-ndef

Build Status codecov GoDoc

A Go implementation of the NFC Data Exchange Format (NDEF) specification, Version 1.0.

go-ndef allows to easily work with NDEF Messages and Records in Go, providing an easy way to parse bytes and generate bytes. The types submodules add support for some NFC Forum Record Types, such as Text or URI.

Documentation

go-ndef uses godoc for documentation and examples. You can read it at https://godoc.org/github.com/hsanjuan/go-ndef .