- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bluetooth clients, rawdata meaning
Hello,
I have a question.
I got scanning API enabled and i get data about every beacon my AP detects.
In data there is one information for each beacon. "rawdata".
for example: "rawData":"02011a17ff4c000512000000000000000001d4312c866653ed1900"
what does that mean and how can I use it?
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd assumed raw data is specific to the device type/manufacturer.
You can probably follow the BT spec. to decode the initial structure, but the rest may be proprietary to the manufacturer of the device, or to a particular application.
I found an example here showing data being decoded...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The documentation is not clear about it.
https://meraki.cisco.com/lib/pdf/meraki_datasheet_location_analytics.pdf
https://documentation.meraki.com/MR/Monitoring_and_Reporting/Location_Analytics
https://meraki.cisco.com/blog/2015/07/updates-to-the-meraki-location-api/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Location API is topic I am asking about but there is no information about 'rawdata'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://developer.cisco.com/meraki/scanning-api/2-1/#wifi-devices
There is most useful information but even here is not anything about rawdata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd assumed raw data is specific to the device type/manufacturer.
You can probably follow the BT spec. to decode the initial structure, but the rest may be proprietary to the manufacturer of the device, or to a particular application.
I found an example here showing data being decoded...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
