Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani 5bf1bcb4d2 Handle aggregation CSV format version
The first field of the Aggregator's CSV output files is now an unsigned
integer that announces the version of the CSV format used. Current
version is 1 and the subsequent fields are not modified, so that an
aggregation file generated with a previous version can still be used by
adding "1;" at the beginning of each line.

The Positioner has been adapted to handle this new format.
2013-07-17 18:08:27 -04:00
cmake CMake: test for the presence of txt2tags 2013-06-12 09:38:37 -04:00
doc [doc] owlps.t2t: update main description 2013-06-12 12:34:36 -04:00
libowlps Handle aggregation CSV format version 2013-07-17 18:08:27 -04:00
libowlps-client [lib-client] Add "verbose" parameters 2013-06-12 09:38:38 -04:00
libowlps-resultreader Use Doxygen on lib* 2013-06-12 09:38:37 -04:00
logo [Logo] Resize SVG frames 2012-11-06 01:22:16 +01:00
owlps-aggregator Handle aggregation CSV format version 2013-07-17 18:08:27 -04:00
owlps-client [lib-client] Add "verbose" parameters 2013-06-12 09:38:38 -04:00
owlps-listener Improve Aggregator & Listener's exit messages 2013-06-12 18:55:46 -04:00
owlps-positioner Handle aggregation CSV format version 2013-07-17 18:08:27 -04:00
owlps-udp-to-http Print exit message only in verbose mode 2013-06-12 17:18:46 -04:00
.gitignore Update gitignore 2013-01-11 16:22:08 -05:00
CHANGELOG Update CHANGELOG for v1.3.3 2013-05-29 14:36:10 -04:00
CMakeLists.txt CMake: get rid of the OWLPS_DEBUG option 2013-06-12 09:38:38 -04:00
COPYRIGHT.t2t Update and centralise copyright information 2013-05-29 13:19:06 -04:00
CeCILL_V2-en Add copyright & license information 2012-11-03 14:52:33 +01:00
CeCILL_V2-fr Add copyright & license information 2012-11-03 14:52:33 +01:00
INSTALL.t2t CMake: get rid of the OWLPS_DEBUG option 2013-06-12 09:38:38 -04:00
README.t2t Add README.t2t 2012-11-08 19:16:35 +01:00
TODO.t2t Handle aggregation CSV format version 2013-07-17 18:08:27 -04:00

README.t2t

This is the OwlPS (Owl Positioning System) software distribution.


For an introduction to OwlPS, please consult ``doc/owlps.t2t``, which is
the documentation's entry point.

For copyright and license informations, please consult
``COPYRIGHT.t2t``.

For a guide to installing OwlPS, please consult ``INSTALL.t2t``.

The file ``CHANGELOG`` lists the changes occured in OwlPS, version by
version, since its early stages.

Finally, the file ``TODO.t2t`` is a list of potential work to do on the
system. If you are willing to contribute and are looking for ideas, that
can be a good start.


: Note on the t2t file extension
  The documentation is provided as text files in the txt2tags format
  (file extension ``*.t2t``). You can convert them to various formats
  (HTML, man pages, etc.) using the ``txt2tags`` utility; if you mind
  the markup tags, you can even strip them using the ``txt`` output.
  ``txt2tags`` is distributed at http://txt2tags.org/