-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlog_parser.php
42 lines (35 loc) · 1.33 KB
/
log_parser.php
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
<!DOCTYPE html>
<html>
<head>
<title>Zero Motorcycles Online Log File Parser</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Zero Motorcycles Log File Parser</h1>
<div class="divbox">
<form action="./upload.php" method="post" enctype="multipart/form-data">
Select Zero Motorcycles MBB or BMS* log file to upload:<br />
<em>(538VIN_MBB/BMS_YYYY-MM-DD.bin)</em><br />
<br />
1) <input type="file" name="fileToUpload" id="fileToUpload" /><br />
<br />
2) <input type="submit" value="Upload & Parse" name="submit" />
</form><br />
<em>* Note that BMS files are still a work-in-progress, and many codes currently won't decode to text.</em>
</div>
<br />
<div>
Uses the Zero-Motorcycle-Community zero-log-parser script<br />
<a href="https://github.com/zero-motorcycle-community">https://github.com/zero-motorcycle-community</a><br />
<a href="./python/README.md">README</a><br />
<br /><br />
<img src="./images/send-zero-logs.jpg" alt="Zero Motorcycles App screenshot" title="Use the app to download your bike logs" /><br />
<a href="http://www.zeromotorcycles.com/technology/#download-app-links">Download the app</a>
</div>
<br />
<div>
<a href="./">Home</a><br />
</div>
</body>
</html>