ev3duder
0.3.0
EV3 Downloader/Uploader
|
downloads files from brick More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <errno.h>
#include "ev3_io.h"
#include "defs.h"
#include "packets.h"
#include "error.h"
#include "funcs.h"
Go to the source code of this file.
Macros | |
#define | CHUNK_SIZE 1000 |
Transmission is done in units smaller or equal to CHUNK_SIZE. More... | |
Functions | |
int | dl (const char *path, FILE *fp) |
download remote source rem to local file loc More... | |
downloads files from brick
Definition in file dl.c.
#define CHUNK_SIZE 1000 |