Changeset 5612 in ntrip
- Timestamp:
- Jan 22, 2014, 12:49:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/txt/frankfurt.tex ¶
r5611 r5612 351 351 \item BNC uses a few third-party pieces of software (first of all the RTCM 352 352 decoders/encoders and a matrix algebra library) 353 \item Qt library is used for354 \begin{itemize}355 \item[1.] GUI,356 \item[2.] networking,357 \item[3.] threads,358 \item[4.] containers, streams, files, ...359 \end{itemize}360 353 \end{itemize} 361 354 … … 368 361 \end{itemize} 369 362 \end{block} 370 \end{frame} 371 372 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 373 374 \begin{frame} 375 \frametitle{BNC source code} 376 Algorithms used in BNC are intended to be 377 \begin{itemize} 378 \item correct, but 379 \item as simple as possible 380 \end{itemize} 381 \begin{center} 382 \hspace*{3cm} \includegraphics[width=0.65\textwidth,angle=0]{kalman.png} 383 \end{center} 384 \end{frame} 385 386 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 387 388 \begin{frame} 389 \begin{block}{svn archive} 390 BNC source code may be downloaded from the svn archive using a command 391 \begin{itemize} 392 \item[A)] {\tt svn co http://software.rtcm-ntrip.org/svn/trunk/BNC} 393 \end{itemize} 394 or 395 \begin{itemize} 396 \item[B)] {\tt svn co https://software.rtcm-ntrip.org/svn/trunk/BNC} 397 \end{itemize} 398 Option A) is a read-only access. Option B) is for the developers (read-write 399 access). When the source code is downloaded using the {\tt https} (secure 400 protocol) currently two additional sub-directories are retrieved: 401 \begin{itemize} 402 \item combination 403 \item rinex 404 \end{itemize} 405 The sub-directory ``combination'' contains the source code of the BNC module 406 that performs the combination of PPP corrections streams provided by several 407 analysis centers (more about the combination algorithms below). 408 409 The sub-directory ``rinex'' contains the module for the post-processing PPP 410 client that uses the RINEX files as input (this directory is not yet made 411 public because it is still under development). 363 364 \begin{block}{BNC is not only an NTRIP client \ldots} 412 365 \end{block} 366 413 367 \end{frame} 414 368
Note:
See TracChangeset
for help on using the changeset viewer.