Skip to content

Commit fc6f87d

Browse files
authored
Merge pull request #2 from ParadigmHyperloop/feature/GE/dir-structure
feature/GE/dir-structure
2 parents 49fc851 + 36c42b2 commit fc6f87d

File tree

28 files changed

+99
-0
lines changed

28 files changed

+99
-0
lines changed

.gitignore

Whitespace-only changes.

ControlLaptop/DataLogger/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file is intentionally left blank

ControlLaptop/DataShuttle/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file is intentionally left blank

ControlLaptop/Examples/example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file is intentionally left blank

ControlLaptop/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# Control Laptop
3+
This directory contains code that will run on the control laptop. The laptop will:
4+
- Receive messages from the pi via UDP and transmit commands via TCP.
5+
- Store the receieved data in influxdb.
6+
- Serve grafana and influx
7+
- Communicate with the control GUI via socketio
8+
9+
## DataLogger
10+
Generic name for python application that will log incoming data into influxdb
11+
12+
***
13+
## DataShuttle
14+
15+
Generic name for python application that will recieve and parse incoming CAN messages - as well as send commands.
16+
17+
***
18+
## Examples
19+
20+
Includes relevant examples for some python modules, influx, and grafana configuration
21+
22+
***
23+
## Services
24+
25+
Includes the configuration and documentation for the grafana server and influxdb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file is intentionally left blank
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file is intentionally left blank
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* This file is intentionally left blank
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file is intentionally left blank
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- This file is intentionally left blank -->

0 commit comments

Comments
 (0)