Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Matteo Cypriani 78f13f2c0b [Listener] Fix byte order macros for OpenBSD >= 5.6 7 years ago
cmake Update COPYRIGHT.t2t URL 7 years ago
doc [doc] preproc.sh: fix for BSD sed 7 years ago
libowlps [libowlps] Use labs() for int_fast32_t 7 years ago
libowlps-client Update COPYRIGHT.t2t URL 7 years ago
libowlps-resultreader Update COPYRIGHT.t2t URL 7 years ago
logo [logo] Add PNG versions 7 years ago
owlps-aggregator Update COPYRIGHT.t2t URL 7 years ago
owlps-client Fix missing/wrong includes for BSD 7 years ago
owlps-listener [Listener] Fix byte order macros for OpenBSD >= 5.6 7 years ago
owlps-positioner Fix missing/wrong includes for BSD 7 years ago
owlps-udp-to-http Update COPYRIGHT.t2t URL 7 years ago
scripts A few old cosmetic changes 7 years ago
.gitignore gitignore: add /build/ 7 years ago
CHANGELOG Update changelog for v1.3.5 9 years ago
CMakeLists.txt CMake: rename test target to "tests" 7 years ago
COPYRIGHT.t2t [doc] Update URLs 7 years ago
CeCILL_V2-en Add copyright & license information 11 years ago
CeCILL_V2-fr Add copyright & license information 11 years ago
INSTALL.t2t CMake: rename test target to "tests" 7 years ago
README.md Add README.md to accommodate Gogs 7 years ago
TODO.t2t Doc and comments: some typos & small additions 9 years ago

README.md

Owl Positioning System

OwlPS (Owl Positioning System) is a positioning (localization) system based on the IEEE 802.11 radio network (Wi-Fi), targeting mainly indoor environments. It uses an infrastructure-centred architecture, which means the infrastructure does the measurements and computes the mobile terminals' positions, rather than the terminals computing their own positions (as it is the case for instance with the GPS).

OwlPS implements various positioning techniques and algorithms based on the radio signal strength. It features a self-calibration (or autocalibration) mechanism that avoids the time-consuming manual fingerprinting phase and allows considering dynamic changes of the environment (human, climatic, etc.) when computing the location of mobile terminals.

This presentation is an excerpt of doc/owlps.t2t. Please refer to this file for a more in-depth introduction to OwlPS.

News

OwlPS is not currently actively maintained, as I'm not working on indoor positioning at the moment, but I'll happily consider any contribution (or job offer).

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

Contribute

If you would like to contribute to OwlPS, you can:

If you're looking for ideas, the TODO.t2t file could be a good start.

Installation

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

License

OwlPS is free software, released under the terms of the CeCILL license (GNU GPL-compatible). For more detail, please consult COPYRIGHT.t2t.

Note on the t2t file extension

Most of the documentation in this repository is provided as text files in the txt2tags format (*.t2t files). 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.