-
Notifications
You must be signed in to change notification settings - Fork 53
Android RX Data Post Rest API
Djamil Elaidi edited this page Oct 30, 2017
·
7 revisions
You can send the captured RX data to your own server for processing.
When pushing captured data, the following formats are supported:
- ip
- ip:port
- http://hostUrl
- http://hostUrl:port
- http://ip:port
- https://hostUrl
- https://hostUrl:port
- https://ip:port
{
"nameOfGate": String const = "fromAPI",
"Frequency": Int,
"Modulation": Int,
"Data rate": Int,
"Repeat": String,
"Desired Payload": String,
"Captured Payload": String,
"Frame length": Int,
"Data": String,
"key_Size":Int
}
{
"nameOfGate":"fromAPI",
"Frequency":433913879,
"Modulation":48,
"Data rate":3200,
"Repeat":"0",
"Desired Payload":"20",
"Captured Payload":"52",
"Frame length":52,
"Data":"\nfffffffffffffbffff97fe7dffffffffffffffffbff9cfffffbfffff3f7ff3f9ffffdffeffffffe7fffcf3fffe7ff9e7ffcffffd\n",
"key_Size":52
}
Update 30/10/2017: the data has now the following syntax:
{
"Captured Payload":"249",
"Data":"B2CB2CB2C800000000B2CB2CB2C800000000B2CB2CB2C800000000B2CB2CB2C800000000B2CB2CB2C800000000B2C......",
"Desired Payload":"20",
"Frame length":52,
"Repeat":"0",
"ChannelBandwidth":0,
"Data rate":1500,
"Frequency":433920000,
"Modulation":48,
"key_Size":249,
"session name":"fromAPI"
}
Warning : The value of "Data" begins and ends by '\n'
I suggest you the excellent https://requestb.in Create a RequestBin and enter the URL in "Post to API" dialog.
Questions or need help? Get in touch or open an Issue!
Project Information
- PandwaRF Home
- General Overview
- Technical Overview
- Possible Applications
- Development Status
- Requirements
PandwaRF Android Application (Normal Mode)
- Quick Start
- Navigation
- Navigation on Tablet
- Android Permissions
- Activity states
- Kaiju account connection
- Kaiju delete account
- Scan
- Bus Service
- Rx/Tx
- Kaiju Analysis
- Rolling code analysis & generation
- Rx Data Rate Measurement
- Spectrum Analyzer
- RF Power Amplifiers
- RF Brute Force
- RF Brute Force Tutorial
- RF Brute Force Session Import Tutorial
- RF Brute Force De Bruijn
- Protocols
- Jamming
- JavaScript
- FW Update
- Dev Mode
- USB Connection
- Pairing/Bonding
- Keeloq Secure Decrypt
- Get PandwaRF Gov App
PandwaRF Android Application (Dev Mode)
- BLE Perf measurement
- CC1111 RF registers direct access
- BLE Errors
- Bus Service Extended
- BLE Parameters
Marauder Android Application
iOS Application
Linux
Hardware
- Architecture
- Power Management
- Buttons
- LEDs Indication States
- Schematics
- Programming
- Battery
- Antennas
- PandwaRF Bare Settings
- FW releases Nordic
- FW releases CC1111
For developers
- Scripting with JavaScript
- JavaScript Functions Mapping
- Scripting with Python
- BLE Services & Characteristics
- CC1111 RfCat Commands
- PandwaRF Android SDK
- PandwaRF Android API
- RX Data Post Rest API
- Software and available applications
Support
- User Guides
- FAQ
- Tested Devices
- Known Issues
- BLE connection issues
- How to clear secure pairing
- How to report an issue
- PandwaRF test procedure
- Recovery mode
- PandwaRF Device Bounty
- Product return information
- Discord Server
- Forum (legacy)
- Chat (legacy)
- Privacy Policy
- Terms & Conditions
Gimme moar!