All Projects → RfidResearchGroup → Rfidtools

RfidResearchGroup / Rfidtools

Licence: gpl-3.0
RRG Android App for use with Proxmark3 RDV4 and the blueshark addon

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Rfidtools

Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+1237.01%)
Mutual labels:  nfc, bluetooth
Ketai
Ketai sensor library for Processing (Android mode)
Stars: ✭ 114 (-10.24%)
Mutual labels:  nfc, bluetooth
Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (-21.26%)
Mutual labels:  bluetooth
External Nfc Api
Interaction with external NFC readers in Android
Stars: ✭ 123 (-3.15%)
Mutual labels:  nfc
Dualsense Windows
Windows API for the PS5 DualSense controller
Stars: ✭ 111 (-12.6%)
Mutual labels:  bluetooth
Reverse Engineering Bluetooth Protocols
Intercepting Bluetooth device communication and simulating packet responses of an iPhone from a Raspberry Pi 3
Stars: ✭ 105 (-17.32%)
Mutual labels:  bluetooth
Jesfs
Jo's Embedded Serial File System (for Standard Serial NOR-Flash)
Stars: ✭ 104 (-18.11%)
Mutual labels:  bluetooth
Betterjoy
Allows the Nintendo Switch Pro Controller, Joycons and SNES controller to be used with CEMU, Citra, Dolphin, Yuzu and as generic XInput
Stars: ✭ 1,352 (+964.57%)
Mutual labels:  bluetooth
Blueborne Scanner
Bluetooth scanner for local devices that may be vulnerable to Blueborne exploit
Stars: ✭ 125 (-1.57%)
Mutual labels:  bluetooth
Blueutils
经典蓝牙搜索,连接,数据传输封装依赖库
Stars: ✭ 110 (-13.39%)
Mutual labels:  bluetooth
Lmbluetoothsdk
A library to make classic bluetooth or BLE easier to use in Android.
Stars: ✭ 122 (-3.94%)
Mutual labels:  bluetooth
Nimble Arduino
A fork of the NimBLE library structured for compilation with Ardruino, designed for use with ESP32.
Stars: ✭ 108 (-14.96%)
Mutual labels:  bluetooth
Bluetoothchat
Messaging over Bluetooth (Android)
Stars: ✭ 105 (-17.32%)
Mutual labels:  bluetooth
Invisible Highway
Invisible Highway is an experiment in controlling physical things in the real world by drawing in AR. Simply make a pathway along the floor on your phone and the robot car will follow that path on the actual floor in your room. A custom highway with scenery is generated along the path to make the robots a little more scenic on your phone screen.
Stars: ✭ 118 (-7.09%)
Mutual labels:  bluetooth
Proxmark3gui
A cross-platform GUI for Proxmark3 client | 为PM3设计的图形界面
Stars: ✭ 122 (-3.94%)
Mutual labels:  nfc
Find3 Android Scanner
An android app that scans Bluetooth and WiFi for FIND3
Stars: ✭ 99 (-22.05%)
Mutual labels:  bluetooth
Ubertooth
Software, firmware and hardware designs for Ubertooth
Stars: ✭ 1,551 (+1121.26%)
Mutual labels:  bluetooth
Ndef Tools For Android
NDEF Tools for Android
Stars: ✭ 113 (-11.02%)
Mutual labels:  nfc
Pulseaudio Modules Bt
[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
Stars: ✭ 1,664 (+1210.24%)
Mutual labels:  bluetooth
Sonyheadphonesclient
A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
Stars: ✭ 123 (-3.15%)
Mutual labels:  bluetooth

RFID Tools

RFID Tools android app


💥Supported devices💨

The app support the following devices

Proxmark3 NFC Reader ACS ACR-122u Chameleon Mini PN532
img_pm3 img_nfc img_122 img_cml img_532
PN53X Derived(Testing)
NXP_PN533 . NXP_PN531 . SONY_PN531 . SCM_SCL3711 . SCM_SCL3712 . SONY_RCS360

Application features

  • (non-rooted) it runs on a non-rooted phone.
  • (multi device supported) app supports five device. More support in the future.
  • (easy user interface) abstract UI action, implement tag operations like read & write with simple UI.

Where to download app?

Updated note for app.

Developement tools list

  • IDE: Android Studio 3.5
  • JRE: 1.8.0_202-release-1483-b03 amd64
  • JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
  • OS: Windows 10 10.0
  • SDK: MIN 18 -> MAX 29
  • ANDROID SDK Tools: 26.1.1
  • CMAKE: 3.10
  • NDK: 20.0.5594570

How to build?

The RFIDTools have some gitsubmodule

Get the source from GitHub:

  git clone https://github.com/xianglin1998/RFIDtools RFIDtools
  cd RFIDtools
  git submodule init
  git submodule update 

After clone and init submodule, you can use your AndroidStudio open this project.

App core implementation

Comunication: LocalSocket & LocalServerSocket(Android) Linux api: socket & abstract namespace

Build: gradle & cmake

Framework: MVP

Now all lib is compile to "libxxx.so", jni and ndk is basic. core is jni and ndk from java to c map.
not a linux executable file(Future)
Now, proxmark3 client is a linux executable.

Compability list

The app has been tested with these Android phones. Feel free to contribute with your own findings.

  • Redmi k20 pro (MIUI 10 & android 9)
  • Redmi k20 (MIUI 10 & android 9)
  • OnePlus 5T (H2OS 5.1.2 & Android 8.1.0)

Where to buy these devices?

Support

Open issues here relating to the source code, other support questions use [email protected]

Dependents

Thanks:

Maintainer

Feel free to contribute and make this app better!

  • DXL

Copyright

Copyright DXL 2019

Open source license

GPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].