{"id":18141558,"url":"https://github.com/skjolber/nfc-eclipse-plugin","last_synced_at":"2025-08-20T22:12:25.891Z","repository":{"id":28787044,"uuid":"32309803","full_name":"skjolber/nfc-eclipse-plugin","owner":"skjolber","description":"Eclipse plugin for working with NDEF in NFC tags","archived":false,"fork":false,"pushed_at":"2017-03-07T20:04:53.000Z","size":30220,"stargazers_count":16,"open_issues_count":2,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-22T13:17:52.841Z","etag":null,"topics":["eclipse","eclipse-plugin","editor","ndef","ndef-format","nfc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skjolber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-16T08:03:54.000Z","updated_at":"2025-04-03T18:48:04.000Z","dependencies_parsed_at":"2022-08-17T22:15:18.970Z","dependency_job_id":null,"html_url":"https://github.com/skjolber/nfc-eclipse-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skjolber%2Fnfc-eclipse-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skjolber%2Fnfc-eclipse-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skjolber%2Fnfc-eclipse-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skjolber%2Fnfc-eclipse-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skjolber","download_url":"https://codeload.github.com/skjolber/nfc-eclipse-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250246728,"owners_count":21398919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse","eclipse-plugin","editor","ndef","ndef-format","nfc"],"created_at":"2024-11-01T17:07:37.196Z","updated_at":"2025-04-22T13:18:15.782Z","avatar_url":"https://github.com/skjolber.png","language":"Java","readme":"# Overview #\nThis site hosts an [Eclipse](http://www.eclipse.org/) plugin for [Near Field Communication](http://en.wikipedia.org/wiki/Near_field_communication) development.\n\n# Background #\nDevelopers wanting to explore NFC tech should not waste time on low-level (read/write) details, but rather concentrate on accessing higher-level functionality - creating world class applications.\n\n# Features #\nThe most important features are\n  * Eclipse [NDEF](http://developer.android.com/guide/topics/nfc/nfc.html) editor\n  * Android app integration for reading/writing NFC tags\n    * Automagical QR-code based transfers from Eclipse\n  * NFC reader integration - [ACR122](http://www.acs.com.hk/index.php?pid=product\u0026id=ACR122U) and others\n    * Type 2 tags support\n    \n# Screenshots #\nEclipse [Juno](https://raw.githubusercontent.com/skjolber/nfc-eclipse-plugin/wiki/images/juno.png), [Indigo](https://raw.githubusercontent.com/skjolber/nfc-eclipse-plugin/wiki/images/indigo.png) and [Kepler](https://raw.githubusercontent.com/skjolber/nfc-eclipse-plugin/wiki/images/kepler.png) releases. More in the [tutorial](https://github.com/skjolber/nfc-eclipse-plugin/blob/wiki/Tutorial.md), also see [this 30 sec Youtube video](http://www.youtube.com/watch?v=I0P1Y4jPHtI\u0026lc).\n\n# Eclipse update site \u003ca href='http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=288653' title='Drag and drop into a running Eclipse Indigo workspace to install NFC Eclipse plugin'\u003e\u003cimg src='http://marketplace.eclipse.org/misc/installbutton.png' /\u003e\u003c/a\u003e #\nFrom Eclipse \u003cb\u003e3.7.2 or later\u003c/b\u003e, select Help -\u003e Install new Software and add\n```\nhttps://raw.githubusercontent.com/skjolber/nfc-eclipse-plugin/master/nfc-eclipse-plugin-update-site \n```\nupdate site. See the [installation](https://github.com/skjolber/nfc-eclipse-plugin/blob/wiki/Installation.md) page for more details.\n# Getting started #\nTry the walk-through [tutorial](https://github.com/skjolber/nfc-eclipse-plugin/blob/wiki/Tutorial.md), it is **short and has a lot of images** ;-)\n\n# Tags #\nOrder yourself some NFC tags starter kits to take full advantage of this project (also to have the most fun ;-)). See the [tags](https://github.com/skjolber/nfc-eclipse-plugin/blob/wiki/Tags.md) wiki page for more.\n\n# Android client #\nDownload the free \u003cb\u003e'NFC Developer'\u003c/b\u003e app from [Android market](http://play.google.com/store/apps/details?id=com.antares.nfc\u0026referrer=eclipse) for **a painless workflow**: NDEF messages are automagically represented as custom QR codes in the plugin editor, then promptly scanned and written to NFC tags using the app - simple, fast and convenient :-)\n\nAlso supports load/save NDEF message files via device filesystem.\n\n## NDEF Tools for Android ##\nLook into the [NDEF Tools for Android](https://github.com/skjolber/ndef-tools-for-android) project for a [boilerplate project](https://github.com/skjolber/ndef-tools-for-android/tree/master/ndeftools-boilerplate) to [get started reading and writing NFC tags](https://github.com/skjolber/nfc-eclipse-plugin/blob/wiki/GettingStartedAndroid.md) on Android. You might also be interested in [a tutorial-like workshop](https://github.com/greenbird/workshops/tree/master/mobile/Android/Near%20Field%20Communications) (solution included) or an [online](http://ndefeditor.grundid.de/) NDEF editor.\n\nA working demo is available in [Google Play](https://play.google.com/store/apps/details?id=org.ndeftools.boilerplate), search for keywords 'ndef tools demo'.\n\n# Forum #\nPlease post comments and questions at the [NFC developers](http://groups.google.com/group/nfc-developers/topics) Google forum group.\n\n# Acknowledgements #\nThis project uses code from the [ZXing](https://github.com/zxing/zxing/) and [NFC Tools for Java](https://github.com/grundid/nfctools) and was inspired by [my](https://github.com/skjolber/nfc-eclipse-plugin/blob/wiki/Author.md) [former](http://www.antares.no) and [current](http://www.greenbird.com) coworkers.\n\n# News #\n16th of March 2015: Project migrated from Google Code\u003cbr\u003e\nOctober 2nd 2014: The [NFC Developer](http://play.google.com/store/apps/details?id=com.antares.nfc) app has reached 35k installs!\u003cbr\u003e\nSeptember 25th 2014: Project now builds with \u003ca href='http://www.eclipse.org/tycho/'\u003eTycho\u003c/a\u003e.\u003cbr\u003e\nMarch 25th 2013: Experimental support for Signature Records.\u003cbr\u003e\n\n# History #\nNov 12th 2014: Version 1.3.7 released with tycho build and new update site url.\u003cbr\u003e\nMarch 25th 2013: Version 1.3.6 released with fix for \u003ca href='https://github.com/skjolber/nfc-eclipse-plugin/issues/2'\u003eissue 2\u003c/a\u003e.\u003cbr\u003e\nJanuary 22th 2013: Version 1.3.5 released.\u003cbr\u003e\nNovember 10th 2012: Version 1.3.4 released.\u003cbr\u003e\nOctober 29th 2012: Version 1.3.3 released.\u003cbr\u003e\nSeptember 23th 2012: Version 1.3.2 released.\u003cbr\u003e\nAugust 26th 2012: Version 1.3.1 released.\u003cbr\u003e\nAugust 13th 2012: Version 1.3.0 released.\u003cbr\u003e\n\n# Need help? #\nIf you need professional help with an NFC project, get [in touch](http://www.linkedin.com/in/skjolberg).\u003cbr\u003e\n\n# Donate # \nChip in to help me buy some more NFC tags and readers and divert time from paid work.\u003cbr\u003e\n\u003cbr\u003e\n\u003ca href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=ANEJESHR6E7VC'\u003e\u003cimg src='https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif' /\u003e\u003c/a\u003e\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=ANEJESHR6E7VC'","https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif'"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskjolber%2Fnfc-eclipse-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskjolber%2Fnfc-eclipse-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskjolber%2Fnfc-eclipse-plugin/lists"}