Skip to content

dotMR/libnfc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker container to test out Adafruit's PN532 NFC Breakout Board

###Description Dockerfile builds an Ubuntu container, installs and configures the libnfc library for use with the breakout board

###Usage If running on a mac, you will need to expose the USB ports via VirtualBox (the latest extension pack is needed) as well as running the docker container under 'privileged' mode to forward the USB port to the container

	docker build -t my-nfc . \\ build container
	docker run --privileged -i -t my-nfc \\ run container

Once your container is running, you should be able to run the samples

	:cd utils
	nfc-scan-device \\ displays info about reader
	nfc-poll \\ poll the reader for a token

###Helpful Links

About

Docker container to run libnfc environment for testing PN532 breakout board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors