Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani 7a5ed8ec51 [Listener] Remove unused radiotap fields
From the radiotap header, we only use the antenna signal field,
therefore we don't need to handle the fields that are after it. We do
need to take into account the fields preceding the antenna signal field
though, in order to know where it is.
2013-05-16 11:37:18 -04:00
doc [doc] owlps: add section Contribute 2013-04-24 14:13:06 -04:00
libowlps [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
libowlps-client Add copyright & license information 2012-11-03 14:52:33 +01:00
libowlps-resultreader [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
logo [Logo] Resize SVG frames 2012-11-06 01:22:16 +01:00
owlps-aggregator [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
owlps-client [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
owlps-listener [Listener] Remove unused radiotap fields 2013-05-16 11:37:18 -04:00
owlps-positioner [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
owlps-udp-to-http [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
.gitignore Update gitignore 2013-01-11 16:22:08 -05:00
CHANGELOG Add CHANGELOG 2012-11-03 16:49:07 +01:00
COPYRIGHT.t2t Update COPYRIGHT.t2t (new year) 2013-05-14 13:40:24 -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 Improve compilation process for OpenWrt 2013-04-24 13:51:58 -04:00
Makefile Makefile: adapt targets to the OS 2013-05-01 11:13:49 -04:00
README.t2t Add README.t2t 2012-11-08 19:16:35 +01:00
TODO.t2t [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
common-rules.mk Makefiles: add common-rules.mk, drop openwrt files 2012-05-24 14:19:04 +02:00
common.mk Makefile: adapt targets to the OS 2013-05-01 11:13:49 -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/