-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreinc2json.html
More file actions
39 lines (33 loc) · 929 Bytes
/
reinc2json.html
File metadata and controls
39 lines (33 loc) · 929 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Reinc2json</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
#grayblack {
color: white;
background-color: #272727;
}
.green {
color: #00CA00;
}
</style>
<body>
<H1>Reinc2json</H1>
<p>Script takes data from 'show reincs' and turns it into json and writes into a file.
<p>Usage:
<br>
Type 'rread' to read reincs into array
<br>
Type 'rrwrite' to write data into text file, called 'bat_reinc_data_1.json' by default.
<br>
Change lines variable to suit your lines setting.
<br>
Change FILENAME if needed.
<br>
<br>
Json data is intended to be used with <a href="reinc_analyzer/reinc_analyzer.html">Reinc analyzer</a>
<p>Get the script from <a href="https://github.com/celoko/batclient_triggers/blob/master/reinc2json.bcs">batclient_triggers</a>.</p>
</body>
</html>