RCOM PROJ
File transfer via serial port
|
#include "application.h"
Functions | |
void | parseArgs (int argc, char **argv) |
Função para dar parse dos argumentos da linah de comandos. More... | |
int | transmitterApp (int fd) |
Transmitter part of the application. More... | |
void | parseFileInfo (unsigned char *controlpackage, int packagesize) |
Parses the info of a Control Package to the Application Layer Struct. More... | |
int | receiverApp (int fd) |
Receiver part of the application. More... | |
int | main (int argc, char **argv) |
Variables | |
static struct applicationLayer | applayer |