Giter VIP home page Giter VIP logo

p5-libnfc's Introduction

Libnfc version 0.01
===================

perl bindings for libnfc.
This module aims to provide an high-level OO api to access mifare rfid tags
(and in general all readers and tags supported by libnfc).

You can obviously access the procedural api exposed by the C library 
which has been fully mapped within the perl context

NOTE : 
    This module has been updated to work with last libnfc stable
    (1.3.3 when I'm writing this)
    Hopefully libnfc API is now stable and won't drastically change
    in the next realeases. Support for older versions of libnfc
    have been dropped with version 0.6 of this perl module

FURTHER NOTE: 
    Actually only support for mifare classics and ultralights have been
    implemented. The design of this package should anyway simplify 
    writing implementations for all other tags supported by libnfc
    (perhaps there could be need to map some more structures in Libnfc.xx,
     but that's quite a straightforward task)

INSTALLATION

First ensure installing libnfc >= 1.3.3 on the system and make it available
in system-wide library/include dirs. If you are installing it on a different
location you could need to apply some changes to Makefile.PL to skip autodetection
of libnfc location and to correctly point your custom location)

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  libnfc

COPYRIGHT AND LICENCE

*  (c) Copyright 2009-2010 xant <[email protected]>
*
* This source code is free software; you can redistribute it and/or
* modify it under the terms of the GNU Public License as published 
* by the Free Software Foundation; either version 3 of the License,
* or (at your option) any later version.
* 
* This source code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* Please refer to the GNU Public License for more details.
* 
* You should have received a copy of the GNU Public License along with
* this source code; if not, write to:
* Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.