Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani bd789cd4a1 [Listener] Fix compilation on Atheros
Makefile_atheros:
- Add target 'static' to compile fully statically. (Note: does not
  work in the OpenWRT 8.09 cross-compilation suite, since it does not
  provide libiw.a)
- Add target 'semistatic', that compiles with static libowlps and
  dynamic libiw and libpcap.

Fix (mostly) endianess issues:
- le32toh() is defined only in glibc >= 2.9, so owlps-listener did not
  compile with older glibc or other libc (such as uClibc that we use to
  cross-compile to OpenWRT).
  We now define le32toh() manually, if needed.
- Additionally, the PLATFORM_ATHEROS define is removed. We should now
  test the value of __BYTE_ORDER if needed.
2011-03-16 14:51:16 +01:00
infrastructure-centred [Listener] Fix compilation on Atheros 2011-03-16 14:51:16 +01:00
libowlps Makefile Atheros (listener & libowlps) 2011-03-16 14:51:16 +01:00
mobile-centred Corrections mineures et commentaires 2011-03-16 13:52:46 +01:00
owlps-positioning [Positioning] Handle AP reading from a CSV file 2011-03-16 14:36:24 +01:00
writeInDb Incorporation de la dernière version de Julien 2011-03-16 14:07:22 +01:00
.gitignore [Positioning] Add Configuration and UserInterface 2011-03-16 14:36:19 +01:00
Makefile [i-c] Support fichiers config listener/aggregator 2011-03-16 14:07:22 +01:00
TODO [Positioning] Add Request, complete InputCSV 2011-03-16 14:35:56 +01:00