magemu 0.1-rc1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News magemu 0.1-rc1 (Default branch)
# 1  
Old 01-27-2009
magemu 0.1-rc1 (Default branch)

Image magemu is a collection of tools for magnetic stripe card emulation. It consists of two back-end components, emsb and eab, and the front-end script magemu. emsb (Encode Magnetic Stripe Binary) is a stand-alone tool for encoding data into binary form for use on magnetic stripe cards. eab (Encode Aiken Biphase) encodes that binary data into an analogue signal for use with custom magnetic stripe card emulation hardware. Together, they allow for the software emulation of magnetic card swipes through a DSP device (any generic sound card). Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Binary.array(3kaya)					       Kaya module reference					       Binary.array(3kaya)

NAME
Binary::array - Return a block as an array. SYNOPSIS
[Int] array( Binary block ) ARGUMENTS
block The binary block DESCRIPTION
Return a block as an array of Int s. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Binary.Binary(3kaya) Binary.copyBlock(3kaya) Binary.getBlockChunk(3kaya) Binary.peek(3kaya) Binary.peekString(3kaya) Binary.setBlockData(3kaya) Kaya October 2012 Binary.array(3kaya)