LO53 PROJECT - AP DOCUMENTATION
Project based on Indoor Positionning System
|
This is the entry point of the program; it contains the "main" function. More...
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include "pcap-thread.h"
#include "rssi_list.h"
#include "http_deamon.h"
Functions | |
int | main () |
This is the entry point of the program; it contains the "main" function.
This is the principal file of the project; it executes the three threads necessary for the program execution ( the threads tcpdump_function, pcap_function, et ClearOutdatedValues ). The microHttpServer is also inialised and called in this file.
int main | ( | ) |