-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (94 loc) · 4.94 KB
/
index.html
File metadata and controls
108 lines (94 loc) · 4.94 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Open Source RFID Library for Windows and Linux" />
<meta name="keywords" content="rfid, c++, c#, dotnet, free, open source, lgpl, plugin, desfire, mifare, hid, iclass, icode, iso15693, iso7816, prox, em4102, em4235, felica, download, linux, debian, windows, sdk, sam, av2, av3" />
<meta name="author" content="LibLogicalAccess" />
<link rel="icon" href="favicon.png" />
<title>LibLogicalAccess</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/custom.css" rel="stylesheet" />
<style>
.company_logo {
height: 128px;
width: auto;
}
</style>
</head>
<body>
<span id="forkongithub"><a href="https://github.com/liblogicalaccess/liblogicalaccess">Fork me on GitHub</a></span>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<img style="width:450px;margin-left:-30px" src="images/lla_logo.png" />
<p>A portable, open source RFID/NFC library.</p>
<p>
<a class="btn btn-primary btn-lg" role="button" href="https://github.com/liblogicalaccess/liblogicalaccess/wiki">Learn more »</a>
<a class="btn btn-success btn-lg" role="button" href="https://github.com/liblogicalaccess/liblogicalaccess/releases/latest">Download</a>
<a class="btn btn-info btn-lg" role="button" href="https://liblogicalaccess.com/doc/master/html">Documentation</a>
</p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-12">
<h2>Open</h2>
<p>
Welcome to the LibLogicalAccess project web page. LibLogicalAccess is a <strong>free</strong> and <strong>open source</strong> RFID library (LGPL license) developed in <strong>C++</strong>.
It provides a good abstraction layer that lets you use different cards and reader in a semantically consistent way.
</p><br />
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Portable</h2>
<p>LibLogicalAccess is designed for portability. The library works well on both <strong>Linux</strong> and <strong>Windows</strong>, as well as <strong>Mac OSX</strong> and <strong>Android</strong>.
The codebase also build and works on both <strong>x86</strong>/<strong>amd64</strong> and <strong>arm</strong>.<br />
Some wrappers exist as well to use this library on your favorite development language like (<a href="https://github.com/liblogicalaccess/liblogicalaccess/wiki/Use-this-RFID-library-in-DotNet-%28C%23%29">C# .NET</a> ...).
</p>
</div>
<div class="col-md-6">
<h2>Good hardware support</h2>
<p>LibLogicalAccess architecture is modules based. This allows it to support various card readers and RFID chips in a flexible way.</p>
<p>In short, it works with most PC/SC, NFC and proprietary-based protocol readers for main RFID chips on the market (Mifare Classic, Mifare Plus, Mifare DESFire EV1 / EV2, Mifare Ultralight C, HID iClass, HID Prox, Seos, Sony FeliCa ...).</p>
<p><a class="btn btn-default" href="https://github.com/liblogicalaccess/liblogicalaccess/wiki/Supported-hardware" role="button">View details »</a></p>
</div>
</div>
<hr />
<div class="row">
<h2>Thanks to</h2>
<p>
The following companies provided engineering resources and materials (eg. readers, cards, code signing certificate, ...) over the years, with professional commercial support.<br />
</p>
<div class="col-md-4">
<h2>LEOSAC</h2>
<p><a href="https://leosac.com"><img src="images/leosac_logo.png" alt="LEOSAC logo" class="company_logo" /></a></p>
</div>
<div class="col-md-4">
<h2>HID Global</h2>
<p><a href="https://hidglobal.com"><img src="images/hid_logo.png" alt="HID Global logo" class="company_logo" /></a></p>
</div>
<div class="col-md-4">
<h2>ISLOG</h2>
<p><a href="https://islog.com"><img src="images/islog_logo.png" alt="ISLOG logo" class="company_logo" /></a></p>
</div>
</div>
<hr />
<footer>
<p><a href="https://github.com/liblogicalaccess/liblogicalaccess" title="Powered by LibLogicalAccess project" target="_blank"><img src="images/liblogicalaccess_logo_x32.png" /></a></p>
</footer>
</div> <!-- /container -->
<div id="rightadvert">
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>