#include "cli_webSock.h"
#include "../uart/uart.h"
#include <string.h>
#include <stdio.h>
#include "uip.h"
#include "psock.h"
Go to the source code of this file.
Functions | |
void | chat_end (struct chat_state *s) |
cabecalho destino do chat. | |
void | chat_init () |
Inicializa o servico de socket de acordo com a porta. | |
void | chat_start () |
Coloca flag de inicio de comunicacao no chat em 1. | |
void | chat_appcall (void) |
Funcao que gerencia conexao do chat. | |
int | chat_communication (struct chat_state *s) |
Funcao para gerenciar os estados da conexao do chat. | |
Variables | |
char | cabec_or [20] |
char | cabec_dest [20] |
cabecalho origem do chat. |