Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/matrix-io/matrix-lite-nfc-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/matrix-io/matrix-lite-nfc-go

  • v0.0.0-20191115160126-d8d9cdbcf519
  • Source
  • Go
  • Socket score

Version published
Created
Source

MATRIX-Lite-NFC-Go

MATRIX Lite NFC Go is an npm package that allows users of varying skill levels to easily program NFC with their MATRIX Creator.

Smartphone Apps For Debugging

  • IOS App
  • Android App

Roadmap

  • Reading Info (All tags)
  • Reading Pages (MIFARE Ultralight & NTAG)
  • Writing Page (MIFARE Ultralight & NTAG)
  • Reading NDEF (MIFARE Ultralight & NTAG)
  • Writing NDEF (MIFARE Ultralight & NTAG)

Installation

  1. Install matrix-hal-nfc to use this library.

  2. Download and install the latest version of Golang.

sudo apt-get install golang
  1. Create a project folder
mkdir lite_go
cd lite_go
go mod init myapp
touch main.go
  1. Install matrix-lite-nfc-go
go get -u github.com/matrix-io/matrix-lite-nfc-go

Building Locally For Development

Download the repository.

git clone https://github.com/matrix-io/matrix-lite-nfc-go

cd matrix-lite-nfc-go

Install the library.

go install

FAQs

Package last updated on 15 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc