diff options
author | xengineering <me@xengineering.eu> | 2024-09-28 21:57:44 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-09-28 21:57:44 +0200 |
commit | 95a419ec6fd69ede07cb4f01682adc36c1fd3dba (patch) | |
tree | d334b7835afddd0ebd1b75f718b0821fd31410fc | |
parent | 5c5d5c3f938bc19e75d81a4b1279d9a356bde36e (diff) | |
download | soundbox-95a419ec6fd69ede07cb4f01682adc36c1fd3dba.tar soundbox-95a419ec6fd69ede07cb4f01682adc36c1fd3dba.tar.zst soundbox-95a419ec6fd69ede07cb4f01682adc36c1fd3dba.zip |
doc: Explain how to get the IPv6 address of a device
-rw-r--r-- | doc/documentation.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex index 935c450..993448d 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -82,6 +82,16 @@ In addition to \autoref{chap:introduction} `\nameref{chap:introduction}` the following sections document everything required to use \texttt{soundbox} devices. +\section{Getting the IP address} + +Each soundbox device has a label with the MAC address of the device in a format +like \texttt{xx:xx:xx:xx:xx:xx}. + +It can be converted to an IPv6 link-local address starting with +\texttt{fe80::}. This online +tool\footnote{\href{https://ben.akrin.com/mac-address-to-ipv6-link-local-address-online-converter/}{https://ben.akrin.com/mac-address-to-ipv6-link-local-address-online-converter/}} +is a convenient way to do that. + \section{Playing audio} \label{playing-audio} Audio can be streamed to \texttt{soundbox} devices with the \texttt{ffmpeg} |