-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
90 lines (87 loc) · 2.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: default
---
<div class="container clearfix">
<div class="row three-column">
<div class="column">
<div class="icon">
<i class="fa fa-file-code-o"></i>
</div>
<h3>The Specification</h3>
<p>
The full technical details for the AltBeacon specification.
</p>
<p>
<a class='btn' href="https://github.com/AltBeacon/spec">View the Spec</a>
</p>
</div>
<div class="column">
<div class="icon">
<i class="fa fa-smile-o"></i>
</div>
<h3>Open and Interoperable</h3>
<p>
Available to everybody and every type of device.
</p>
<p>
<a class='btn' href="/examples">Examples</a>
</p>
</div>
<div class="column">
<div class="icon">
<i class="fa fa-comments-o"></i>
</div>
<h3>How can I provide comments?</h3>
<p>
Comments are welcome, simply create an issue on GitHub.
</p>
<p>
<a class='btn' href="https://github.com/AltBeacon/spec/issues">Provide Comments</a>
</p>
</div>
</div>
</div>
<div class="container clearfix">
<div class="row">
<hr>
</div>
</div>
<div class="container clearfix">
<div class="row two-column">
<div class="column">
<h3>Why AltBeacon?</h3>
<p>
Because there is no open and interoperable specification for proximity beacons, <a
href="http://radiusnetworks.com">Radius Networks</a> has authored the AltBeacon
specification as a proposal for how to solve this problem.
<p>
We firmly believe that an open specification would help everyone, and we
want to do it right. This is simply the proposal, now we would like feedback from the community.
</p>
</div>
<div class="column">
<h3>What is AltBeacon?</h3>
<p>
<ul>
<li>
The AltBeacon specification defines the format of the advertisement
message that Bluetooth Low Energy proximity beacons broadcast.
</li>
<li>
The AltBeacon specification is intended to create an open,
competitive market for proximity beacon implementations.
</li>
<li>
The AltBeacon specification is free for all to implement, with no
royalty or fees.
</li>
<li>
AltBeacon does not favor one vendor over another for any
reason other than the technical standards compliance of a vendor's
implementation.
</li>
</ul>
</p>
</div>
</div>
</div>