LO53 PROJECT - AP DOCUMENTATION
Project based on Indoor Positionning System
Functions
/home/junicode/Documents/LO53_Project/LO53_AP_Development/main.c File Reference

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"
Include dependency graph for main.c:

Functions

int main ()
 

Detailed Description

This is the entry point of the program; it contains the "main" function.

Author
Zeufack Arnel - Member of an LO53 group-project (Other Members: TONY DUONG - YVON MBOUGUEM - JOEL WABO)
Date
15 Juin 2016

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.

Function Documentation

int main ( )