Skip to content

Commit 20012a3

Browse files
committed
Update SETUP_CARD.tex
1 parent 3defdb0 commit 20012a3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

universal-telemetry-software/checklist/SETUP_CARD.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ \section*{9 -- TIMESCALE LOGGING (MacBook Only)}
545545
TimescaleDB runs on MacBook's \cmd{macbook-base} stack only. \\
546546
RPi base (\cmd{rpi-base}) does NOT write to DB -- it relays to MacBook via UDP/TCP. \\[1mm]
547547
Connect with \cmd{psql}: \cmd{psql postgresql://wfr:wfr\_password@localhost:5432/wfr} \\
548-
Check tables: \cmd{\textbackslash dt} \quad Check data: \cmd{SELECT COUNT(*) FROM wfr26test\_base;} \\
548+
Check tables: \cmd{\textbackslash dt} \quad Check data: \cmd{SELECT COUNT(*) FROM wfr26base;} \\
549549
Grafana: \cmd{http://localhost:8087} \quad user: \cmd{admin} \quad pass: \cmd{admin} (or as set in \cmd{.env}) \\
550550
\end{tabular}
551551

@@ -555,7 +555,7 @@ \section*{9 -- TIMESCALE LOGGING (MacBook Only)}
555555
\noindent
556556
\begin{tabular}{p{126mm}}
557557
\cmd{docker logs daq-telemetry $\vert$ grep "table="} \\[1mm]
558-
\textbf{PASS:} \cmd{table=WFR26test\_base} (or as set by \cmd{TIMESCALE\_TABLE}) \\
558+
\textbf{PASS:} \cmd{table=wfr26base} (or as set by \cmd{TIMESCALE\_TABLE}) \\
559559
\textbf{FAIL:} \cmd{ENABLE\_TIMESCALE\_LOGGING=true} not set, or TimescaleDB not reachable \\
560560
\textit{Schema:} wide format -- one row per CAN message, each decoded signal as a column. \\
561561
\textit{Table is created automatically on first write.} \\
@@ -635,7 +635,7 @@ \section*{10 -- TIMESYNCALEDB BRIDGE (Base Only)}
635635
It reads decoded CAN frames from Redis and writes them directly to the server stack's \\
636636
TimescaleDB over the network (writes to \cmd{POSTGRES\_DSN}). No local TimescaleDB. \\[1mm]
637637
Wide format: one row per CAN message, all signals as columns. \\
638-
Table: \cmd{WFR26test\_base} (MacBook) or as set by \cmd{TIMESCALE\_TABLE}. \\
638+
Table: \cmd{wfr26base} (MacBook) or as set by \cmd{TIMESCALE\_TABLE}. \\
639639
\end{tabular}
640640

641641
\vspace{1mm}
@@ -710,6 +710,7 @@ \section*{14 -- KEY PORTS}
710710
5006 & TCP & Packet retransmission \\
711711
5432 & TCP & TimescaleDB (MacBook only) \\
712712
6379 & TCP & Redis \\
713+
8092 & HTTP & Cloud Sync dashboard (MacBook only) \\
713714
8080 & HTTP & Status monitoring page \\
714715
8087 & HTTP & Grafana dashboards (MacBook) \\
715716
9080 & WebSocket & PECAN telemetry feed (plain WS) \\
@@ -741,7 +742,7 @@ \section*{15 -- ENV VAR QUICKREF}
741742
ENABLE\_VIDEO & false & Video streaming \\
742743
ENABLE\_AUDIO & false & Audio streaming \\
743744
ENABLE\_TIMESCALE\_LOGGING & false & Log telemetry to TimescaleDB (MacBook only) \\
744-
TIMESCALE\_TABLE & WFR26test\_base & Table name for telemetry writes \\
745+
TIMESCALE\_TABLE & wfr26base & Table name for telemetry writes \\
745746
POSTGRES\_DSN & (local) & TimescaleDB connection string (MacBook: local; RPi: points to MacBook) \\
746747
ENABLE\_WS\_RELAY & false & Start WS relay (ws\_relay.py) on port 9089 \\
747748
RELAY\_UPSTREAM\_WS & ws://127.0.0.1:9080 & Upstream WS URL for relay \\

0 commit comments

Comments
 (0)