Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/championswimmer/nfc-bidirectional-over-hce
Implementing bidirectional data transfer (half-duplex) using NFC HCE on Android
https://github.com/championswimmer/nfc-bidirectional-over-hce
Last synced: 29 days ago
JSON representation
Implementing bidirectional data transfer (half-duplex) using NFC HCE on Android
- Host: GitHub
- URL: https://github.com/championswimmer/nfc-bidirectional-over-hce
- Owner: championswimmer
- Created: 2014-08-28T18:36:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T08:56:09.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:10:55.810Z (7 months ago)
- Language: CSS
- Size: 2.45 MB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFC Bi-Directional data over HCE
There are following three modules in this project
1. **[libHCE](#libHCE)** - The library that offers both reader and emulator APIs
2. **[CardEmulatorApp](#CardEmulatorApp)** - App with example implementation of emulator
3. **[CardReaderApp](#CardReaderApp)** - App with example implementation of the readerA completely bi-directional data channel is possible to establish,
and packets of 255 bytes (64kbytes, if both devices so support)
can be interchanged between the devices. But due to the nature of
implementation of the NFC stack, only the device that is behaving
as the reader can intiate the connection.###libHCE
###CardEmulatorApp
###CardReaderApp