AltBeacon
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Open Standard
Open-source alternative to iBeacon with a configurable advertising format and reference power field.
by Radius Networks
|
Introduced 2014
Advertising Format
Features
Frequently Asked Questions
A BLE beacon is a small device that periodically broadcasts its identifier using BLE advertising packets. Nearby smartphones can detect these broadcasts for proximity detection, indoor positioning, and context-aware applications.