Update TODO

This commit is contained in:
Matteo Cypriani 2011-03-24 10:49:49 +01:00
parent 0a52205916
commit ccb963cea8
1 changed files with 11 additions and 2 deletions

13
TODO
View File

@ -1,5 +1,9 @@
* Global
- Change the format of aggregated requests
owl_request & owl_request_info must be updated to allow
transmission of (auto)calibration requests from the aggregator to
the positioning server.
- Use string for network exchanges?
- Mark arguments as const in function headers if needed
That is done in the owlps-positioning C++ code, but not constantly
@ -18,6 +22,8 @@
* Aggregator
- inet_ntoa() is not secure with threads
Use inet_ntop() instead?
- Use locks to read/write the AP list
Currently, several threads can access the list simultaneously, and
that's not cool!
@ -29,8 +35,11 @@
- read_packet(): use ieee80211_header_size for all implicit packets
Currently the size is corrected only for data packets.
- Fix SIGTERM handling
Sometimes owlps-listener refuses to quit on SIGTERM.
- Fix the "don't want to quit" bug
Sometimes owlps-listener refuses to quit on SIGTERM. This is
because of the blocking call of pcap_loop() in capture(): something
has to be read on rtap_iface before to quit. Maybe we should thread
capture(), to be able to pthread_cancel() it.
- Fix segfault when rtap_iface is not in monitor mode (?) on Foneras.
- Merge Makefile and Makefile_atheros?
Use autohell?