|
| 1 | +quicktill-nfc-bridge |
| 2 | +==================== |
| 3 | + |
| 4 | +This is a quick and dirty interface between libnfc and quicktill, to |
| 5 | +convert NFC card taps on an ACR122U NFC reader into user tokens |
| 6 | +delivered as UDP packets to localhost:8455. It's intended for use |
| 7 | +with Ubuntu 12.04, but might work with later versions as well. |
| 8 | + |
| 9 | +Copying |
| 10 | +------- |
| 11 | + |
| 12 | +quicktill-nfc-bridge is Copyright (C) 2014 Stephen Early <sde@individualpubs.co.uk> |
| 13 | + |
| 14 | +It is distributed under the terms of the GNU General Public License |
| 15 | +as published by the Free Software Foundation, either version 3 |
| 16 | +of the License, or (at your option) any later version. |
| 17 | + |
| 18 | +This program is distributed in the hope that it will be useful, but |
| 19 | +WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 21 | +General Public License for more details. |
| 22 | + |
| 23 | +You should have received a copy of the GNU General Public License |
| 24 | +along with this program. If not, see [this |
| 25 | +link](http://www.gnu.org/licenses/). |
| 26 | + |
| 27 | +Building |
| 28 | +-------- |
| 29 | + |
| 30 | +Start with this repository as the current working directory. Download |
| 31 | +libnfc-1.7.0 from |
| 32 | +[code.google.com](https://code.google.com/p/libnfc/downloads/detail?name=libnfc-1.7.0.tar.bz2), |
| 33 | +extract it in the parent directory of this repository and build it: |
| 34 | + |
| 35 | + cd .. |
| 36 | + wget https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2 |
| 37 | + tar xjf libnfc-1.7.0.tar.bz2 |
| 38 | + cd libnfc-1.7.0/ |
| 39 | + ./configure |
| 40 | + make |
| 41 | + |
| 42 | +To build quicktill-nfc-bridge, start with this repository as the |
| 43 | +current working directory: |
| 44 | + |
| 45 | + make |
| 46 | + |
| 47 | +To build the Debian package: |
| 48 | + |
| 49 | + fakeroot debian/rules binary |
0 commit comments