LO53 PROJECT - AP DOCUMENTATION
Project based on Indoor Positionning System
Macros | Functions | Variables
/home/junicode/Documents/LO53_Project/LO53_AP_Development/http_deamon.h File Reference

This header file belongs to the http_demon.c file. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <microhttpd.h>
#include <sys/types.h>
#include <sys/select.h>
#include <netinet/in.h>
#include "rssi_list.h"
Include dependency graph for http_deamon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PORT   8888
 

Functions

int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **con_cls)
 answer to the mapserver Http request More...
 

Variables

Elementtracked_devices
 

Detailed Description

This header file belongs to the http_demon.c file.

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

It describes the prototypes of the functions used in http_deamon.c

Macro Definition Documentation

#define PORT   8888

Function Documentation

int answer_to_connection ( void *  cls,
struct MHD_Connection *  connection,
const char *  url,
const char *  method,
const char *  version,
const char *  upload_data,
size_t *  upload_data_size,
void **  con_cls 
)

answer to the mapserver Http request

Returns
it returns an integer providing the status of the response
Parameters
parametersit took many usefuls parameters as it's recommended in the microhttp library documentation

Variable Documentation

Element* tracked_devices