diff options
author | David Runge <dave@sleepmap.de> | 2017-07-25 16:51:14 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-07-25 16:51:14 +0200 |
commit | 22ad83d3b304934d61a34b429c9cd14609ad0755 (patch) | |
tree | 72834c928fb6f882dd8236ce49bf8183c1978cf3 /thesis | |
parent | 8324d2dbecadd4eccc1e63052e4cb6145e8b2db0 (diff) | |
download | master-thesis-22ad83d3b304934d61a34b429c9cd14609ad0755.tar.gz master-thesis-22ad83d3b304934d61a34b429c9cd14609ad0755.tar.bz2 master-thesis-22ad83d3b304934d61a34b429c9cd14609ad0755.tar.xz master-thesis-22ad83d3b304934d61a34b429c9cd14609ad0755.zip |
thesis/thesis.tex: Adding information on merging of the interface into the main repository, adding user documentation and waiting for a stable liblo version.
Diffstat (limited to 'thesis')
-rw-r--r-- | thesis/thesis.tex | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 3a579a4..bf729c8 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -2057,7 +2057,21 @@ ssr-aap -N “server” -C “127.0.0.1:50002” Several features, interesting for different use cases, were out of scope for this work. They are however complementary to the \gls{osc} networking extension, or can be implemented on top of it and will be discussed in - the following sections.\\ + the following subsections.\\ + However, before any more changes can take place, the \gls{osc} interface + first has to be merged into the main source code repository for the + \gls{ssr}. This will also entail an update to the user + manual\footnote{\href{https://ssr.readthedocs.io/en/latest/} + {https://ssr.readthedocs.io/en/latest/}}, to ensure extensive + documentation of the various \gls{osc} messages now understood by the + software and updated build instructions, that come with the usage of + liblo (see~\ref{subsubsec:liblo}). Especially the latter might prove as + the defining time factor, as for seamless integration in the \glspl{os} a + stable version of the \gls{osc} specification implementation will always + be preferred over a development version. A request for a new stable + release has already been directed towards the liblo + maintainer\footnote{\href{https://sourceforge.net/p/liblo/bugs/42/} + {https://sourceforge.net/p/liblo/bugs/42/}}. \subsubsection{Non-renderer} \label{subsubsec:non-renderer} |