Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 49e99d4

Browse files
authored
Merge pull request #91 from badgerloop-software/California-Changes
California changes
2 parents 905ce2e + a0a1def commit 49e99d4

21 files changed

Lines changed: 2405 additions & 1610 deletions

package-lock.json

Lines changed: 1036 additions & 941 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"eslint-config-airbnb-base": "13.1.0",
2727
"eslint-plugin-import": "^2.16.0",
2828
"jest": "^24.1.0",
29-
"mongodb": "^3.1.10",
3029
"plotly.js-dist": "^1.42.5",
3130
"prettier": "^1.16.4"
3231
}

src/battery.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<html>
2+
3+
<head>
4+
<link rel="stylesheet" type="text/css" href="public/stylesheets/main.css">
5+
<link rel="stylesheet" type="text/css" href="public/stylesheets/main.grid.css">
6+
<link rel="stylesheet" type="text/css" href="public/stylesheets/fonts.css">
7+
<script src="public/javascripts/charthandling.js"></script>
8+
<script src="../node_modules/plotly.js-dist/plotly.js"></script>
9+
<title>Badgerloop Pod IV Dashboard</title>
10+
</head>
11+
<body>
12+
<div class="banner">
13+
<a class="left"><img src="public/images/logo.png" height="30px"></a>
14+
<a id="title" class="left">CONTROL DASHBOARD</a>
15+
<a id="close-window" class="right">&#10005;</a>
16+
<a id="max-window" class="right">&#128470; </a>
17+
<a id="min-window" class="right">&#8212;</a>
18+
<a id="banner-drop" class="right">
19+
<div class="banner_dropdown">
20+
<button class="banner_dropbtn">Change View</button>
21+
<img src="public/images/dropdown.png" height="25px">
22+
<div class="banner_dropdown-content">
23+
<a href="index.html">Main</a>
24+
<a href="testing.html">Analysis</a>
25+
<a href="terminal.html">Terminal</a>
26+
<a href="battery.html">Batteries</a>
27+
</div>
28+
</div>
29+
</a>
30+
<a class="settingsTrigger" id="settingsTrigger"><img src="public/images/settings.png" height="35px"></a>
31+
</div>
32+
<div style="padding-top: 80px;">
33+
<table id="batteryTable"></table>
34+
<h2 id="temps">Min Cell Temp: Avg Cell Temp: Max Cell Temp:</h2>
35+
</div>
36+
<script src="public/javascripts/batteries.js"></script>
37+
</body>
38+
</html>

src/constants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"dataSendRate":30,"renderInterval":250,"serverAddr":{"ip":"0.0.0.0","port":33333},"hvBone":{"ip":"192.168.1.146","port":9091},"lvBone":{"ip":"192.168.1.126","port":9091}}
1+
{"dataSendRate":30,"renderInterval":250,"serverAddr":{"ip":"0.0.0.0","port":33333},"hvBone":{"ip":"192.168.0.7","port":9094},"lvBone":{"ip":"192.168.0.6","port":9091}}

0 commit comments

Comments
 (0)