This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
forward.html
58 lines (44 loc) · 1.73 KB
/
forward.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
<html>
<head>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="css/ripples.min.css" rel="stylesheet">
<link href="css/material-wfont.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<title>WiAuth-Forward/title>
<meta charset="utf-8">
</head>
<body>
<div id="header"></div>
<div class="content">
<h2>What</h2>
<p>Due to the fact that currently WiAuth is used for the 30th CASTIC in Liaoning province and is locked, we started another project called WiAuth-Forward to continue the development without modifying the current master branch. We may try new features
as well as bug fixes and stability improvements.</p>
<h2>How</h2>
<p>We forked the WiAuth project and started development.</p>
<h2>Where</h2>
<p>Now, the WiAuth-Forward project is still not open-source. The released versions will be on the release page of this website as well.</p>
<h2>When</h2>
<p>The first version is planning to come out before May 1st, with the following features:</p>
<ul>
<li>Single-time Auth without pairing</li>
<li>Bug Fixes
<ul>
<li>TCP server cannot handle multiple requests within one start</li>
</ul>
</li>
<li>Improvements
<ul>
<li>Error Handling</li>
<li>Better Appearance`</li>
</ul>
</li>
</ul>
</div>
<div id="footer"></div>
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/ripples.min.js"></script>
<script src="js/material.min.js"></script>
<script src="js/init.js"></script>
</body>
</html>