Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani e51a8d4f1b [scripts] AggCheck: detect duplicated timestamps
owlps-aggcheck uses the timestamp alone to identify requests, which
causes problem in case two requests have the same timestamp. This commit
allows the script to detect duplicated timestamps, and documents the
bug.
2014-07-24 12:38:29 -04:00
cmake [doc] CMake: generate man pages from Perl files 2013-09-23 16:10:52 -04:00
doc Doc and comments: some typos & small additions 2014-02-18 10:22:35 -05:00
libowlps [lib] captured_request's alignment in comment 2014-05-05 12:54:41 -04:00
libowlps-client Finish supporting getaddrinfo() 2013-09-23 17:03:51 -04:00
libowlps-resultreader [lib-result] Increment version number 2014-02-18 11:01:57 -05:00
logo [logo] README: explain how to get the right font 2014-05-05 13:05:48 -04:00
owlps-aggregator [Aggregator] Limit the verbose level to a maximum 2013-10-04 10:44:40 -04:00
owlps-client [Client] Display sleeping time only in verbose 2014-03-24 07:53:17 -04:00
owlps-listener [Listener] Radiotap: handle Extended Present Flags 2014-03-20 14:53:58 -04:00
owlps-positioner [Positioner] New option filter.max-speed-cp 2014-05-28 17:01:13 -04:00
owlps-udp-to-http Mark arguments as const as needed in C programs 2013-10-02 11:28:48 -04:00
scripts [scripts] AggCheck: detect duplicated timestamps 2014-07-24 12:38:29 -04:00
.gitignore Update .gitignore 2013-07-19 11:05:02 -04:00
CHANGELOG Update changelog for v1.3.5 2014-02-18 12:15:22 -05:00
CMakeLists.txt [scripts] Add CMakeLists.txt (install files) 2013-09-23 17:03:51 -04:00
COPYRIGHT.t2t Doc and comments: some typos & small additions 2014-02-18 10:22:35 -05: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 [doc] INSTALL: details on libclaw with OpenWrt 2013-09-23 16:10:52 -04:00
README.t2t Add README.t2t 2012-11-08 19:16:35 +01:00
TODO.t2t Doc and comments: some typos & small additions 2014-02-18 10:22:35 -05: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/