Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani 5f9de6e1dc [Listener] Fix the "don't want to quit" bug
In capture(), the pcap_loop() call was blocking, so the program did not
quit if no packet came on rtap_iface. This is now fixed by a call to
pcap_breakloop() in the signal handlers.
2011-03-25 11:48:24 +01:00
libowlps [lib] Add close_fd() & close_file() 2011-03-25 11:48:24 +01:00
libowlps-client mv /infrastructure-centred/* / 2011-03-25 11:48:22 +01:00
owlps-aggregator [Aggregator] Use pthread_cleanup* 2011-03-25 11:48:24 +01:00
owlps-client close(fd) instead of (void) close(fd) 2011-03-25 11:48:24 +01:00
owlps-listener [Listener] Fix the "don't want to quit" bug 2011-03-25 11:48:24 +01:00
owlps-positioning [Positioning] InputCSV: use read_point3d() 2011-03-18 15:27: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 Makefile: add target 'c' to build only C modules 2011-03-25 11:48:23 +01:00
TODO [Listener] Fix the "don't want to quit" bug 2011-03-25 11:48:24 +01:00