You mean, you want to parse the iBeacon advertising packet? You can find the iBeacon spec on the Internet, or download it directly from Apple, after agreeing to the iBeacon License Agreement:
if the estimote beacon is sending the estimote default packet type, can I parse that using the edison? Iknow you do not have sdk support for this, but will I still be able to do this?
If you’re able to receive advertisement packets, there shouldn’t be any problem to parse them. What technology stack are you running on your Edison?
By default, Estimote Beacons broadcast Apple’s iBeacon packet. You can find the specification on https://developer.apple.com/ibeacon/ (the “Download Artwork and Specifications” link), but you need to accept the iBeacon License Agreement which actually forbids you from using iBeacon with anything other than iOS. So parsing iBeacon on Intel Edison is illegal.
“Illegal” might be a bit of a strong word—as in, it’s not a crime, it’s “just” breaking the license.
We actually don’t use iBeacon in our Android SDK. If you go to a packet switcher in our iOS app, you can choose between Estimote, Eddystone-URL, Eddystone-UID, and iBeacon. On Android, we only support Estimote, and Eddystone packets.
It’s not—our goal was for it to still be compatible with Core Location, so that when your beacons broadcast the “Estimote Default” packet, it can actually be discovered by both iOS and Android.