-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
105 lines (99 loc) · 5.39 KB
/
Copy pathfeatures.html
File metadata and controls
105 lines (99 loc) · 5.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electron Features | RFID Intelligence Platform</title>
<meta name="description" content="Explore Electron features for Proxmark3 workflows: Card Lab, RFID Collection, reports, device safety and active Tag Builder development.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://electronplatform.github.io/features.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Electron RFID Intelligence Platform">
<meta property="og:title" content="Electron Features | RFID Intelligence Platform">
<meta property="og:description" content="Explore Card Lab, RFID Collection, reporting, device safety, source-aware diagnostics and active Tag Builder development.">
<meta property="og:url" content="https://electronplatform.github.io/features.html">
<meta property="og:image" content="https://electronplatform.github.io/images/screenshots/workshop-overview.webp">
<meta property="og:image:alt" content="Electron RFID Intelligence Platform Workshop">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/png" href="./images/electron-icon.png">
<link rel="stylesheet" href="./css/styles.css">
<script src="config.js"></script>
</head>
<body data-page="features">
<header class="siteHeader">
<a class="brand" href="./index.html" aria-label="Electron home">
<span class="brandBadge"><img src="./images/electron-icon.png" alt=""></span>
<span>
<strong>ELECTRON</strong>
<small>RFID Intelligence Platform</small>
</span>
</a>
<nav aria-label="Primary navigation">
<a href="./index.html" data-page-link="home">Home</a>
<a href="./preview.html" data-page-link="preview">Preview</a>
<a href="./features.html" data-page-link="features">Features</a>
<a href="./documentation.html" data-page-link="documentation">Documentation</a>
<a href="./about.html" data-page-link="about">About</a>
<a href="./support.html" data-page-link="support">Support</a>
<a href="./contact.html" data-page-link="contact">Contact</a>
</nav>
<a id="headerDownload" class="downloadLink" href="./download.html">Download</a>
</header>
<main class="pageMain">
<section class="pageHero">
<p class="eyebrow">Features</p>
<h1>Electron modules</h1>
<p>Electron is built around one durable local RFID Collection. Scanning, intelligence, knowledge, reports and hardware tools create, explain or enrich its records.</p>
</section>
<section class="featureBand detailedFeatureBand" aria-labelledby="featuresTitle">
<h2 id="featuresTitle">Platform modules</h2>
<div id="featureGrid" class="featureGrid detailedFeatureGrid"></div>
</section>
<section class="contentGrid twoColumn">
<article class="infoPanel">
<p class="eyebrow">Standard Firmware</p>
<h2>Start without changing your Proxmark3</h2>
<p>Compatible stock Proxmark3 firmware supports core Electron workflows, including HF/LF scanning, Device Console, Card Viewer and basic diagnostics. Capabilities that are not reported stay visibly unavailable.</p>
</article>
<article class="infoPanel">
<p class="eyebrow">Reported Capabilities</p>
<h2>Additional verified hardware capabilities</h2>
<p>When compatible firmware reports additional structured hardware status, Device Studio can present it with its source and confidence. Electron discovers these capabilities instead of assuming them from a device name.</p>
</article>
</section>
</main>
<dialog id="moduleDialog" class="moduleDialog" aria-labelledby="moduleDialogTitle">
<div class="moduleDialogFrame">
<header class="moduleDialogHeader">
<div id="moduleDialogIcon" class="featureIcon moduleDialogIcon" aria-hidden="true"></div>
<div class="moduleDialogHeading">
<p id="moduleDialogEyebrow" class="eyebrow"></p>
<h2 id="moduleDialogTitle"></h2>
</div>
<button class="moduleDialogClose" type="button" data-module-dialog-close aria-label="Close module details">×</button>
</header>
<div class="moduleDialogBody">
<p id="moduleDialogIntro" class="moduleDialogIntro"></p>
<div id="moduleDialogDetails" class="moduleDialogDetails"></div>
</div>
</div>
</dialog>
<footer class="siteFooter">
<div class="footerMark"><span class="brandBadge small"><img src="./images/electron-icon.png" alt=""></span><span>© 2026 Electron Project</span></div>
<div class="footerLinks" role="navigation" aria-label="Footer navigation">
<a href="./download.html">Download & Installation</a>
<a href="./documentation.html">Documentation</a>
<a href="./support.html">Support Electron</a>
<a href="./contact.html">Contact</a>
</div>
<div class="credits">
<strong id="footerCredit">Created by Ronald Peters</strong>
<span id="assistanceCredit">Developed with the assistance of OpenAI's ChatGPT and OpenAI Codex.</span>
</div>
</footer>
<script src="./js/portal.js"></script>
<!-- Cloudflare Web Analytics -->
<script type="module" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token":"6b1635ebcaec4df2808ab0c1b22b2358"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>