Skip to content

Commit cff595a

Browse files
committed
Update readme and update dir structure
1 parent 8b0b543 commit cff595a

File tree

13 files changed

+28
-3
lines changed

13 files changed

+28
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)