Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sections/telemetry.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ \section{Telemetry} \label{sec:telemetry}
transmitted multiple times in a tenth of a second. It is not worth the overhead of TCP to have acknowledgements for
each of these messages, since if one is lost many will follow and the information will become obsolete quickly.

The multicast address for telemetry is \texttt{224.0.0.10}, using port \texttt{50002}.
The multicast address for telemetry is \texttt{239.100.110.210}, using port \texttt{50002}.

\subsection{Measurements}

Expand Down Expand Up @@ -61,7 +61,7 @@ \subsection{Pressure} \label{sec:pressure}
\textbf{Time:} A time stamp measured in milliseconds since the system received power. This field is an unsigned 32-bit
integer.

\textbf{Pressure} Pressure measured in thousandths of PSI (milli-PSI). This field is an unsigned 32-bit integer.
\textbf{Pressure} Pressure measured in thousandths of PSI (milli-PSI). This field is an signed 32-bit integer.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a signed


\textbf{ID:} The numerical ID of the sensor which took the measurement. This field is an unsigned 8-bit integer.

Expand Down