@@ -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