-
Notifications
You must be signed in to change notification settings - Fork 0
/
client.c
executable file
·586 lines (549 loc) · 16.3 KB
/
client.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
/*
* chatterbox Progetto del corso di LSO 2017/2018
*
* Dipartimento di Informatica Università di Pisa
* Docenti: Prencipe, Torquati
*
*/
/**
* @file client.c
* @brief Semplice client di test.
*
*
*/
#define _POSIX_C_SOURCE 200809L
#include <time.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <unistd.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include <connections.h>
#include <ops.h>
// tipo di operazione (usata internamente)
typedef struct {
char *sname; // nickname del sender
char *rname; // nickname o groupname del receiver
op_t op; // tipo di operazione (se OP_END e' una operazione interna)
char *msg; // messaggio testuale o nome del file
long size; // lunghezza del messaggio
long n; // usato per -R -r
} operation_t;
/* -------------------- globali -------------------------- */
// array di messaggi ricevuti ma non ancora gestiti
static message_t *MSGS = NULL;
static const int msgbatch = 100;
static size_t msgcur=0;
static size_t msglen=0;
/* ------------------------------------------------------- */
// usage function
static void use(const char * filename) {
fprintf(stderr,
"use:\n"
" %s -l unix_socket_path -k nick -c nick -[gad] group -t milli -S msg:to -s file:to -R n -h\n"
" -l specifica il socket dove il server e' in ascolto\n"
" -k specifica il nickname del client\n"
" -c specifica il nickname che deve essere creato\n"
" -C chiede che il nickname venga deregistrato\n"
" -g specifica il groupname che deve essere creato\n"
" -a aggiunge 'nick' al gruppo 'group'\n"
" -d rimuove 'nick' dal gruppo 'group'\n"
" -L richiede la lista degli utenti online\n"
" -p richiede di recuperare la history dei messaggi\n"
" -t specifica i millisecondi 'milli' che intercorrono tra la gestione di due comandi consecutivi\n"
" -S spedisce il messaggio 'msg' al destinatario 'to' che puo' essere un nickname o groupname\n"
" -s come l'opzione -S ma permette di spedire files\n"
" -R riceve un messaggio da un nickname o groupname, se viene ricevuto un identificatore di file\n"
" il file viene scaricato dal server. In base al valore di n il comportamento e' diverso, se:\n"
" n > 0 : aspetta di ricevere 'n' messaggi e poi passa al comando successivo (se c'e')\n"
" n <= 0: aspetta di ricevere uno o piu' messaggi indefinitamente (eventuali comandi che \n"
" seguono non verranno eseguiti)\n",
filename);
}
// legge un messaggio (testuale o file) e lo memorizza in MSGS (array globale)
static int readMessage(int connfd, message_hdr_t *hdr) {
if (readData(connfd, &MSGS[msgcur].data) <= 0) {
perror("reading data");
return -1;
}
// NOTA: la gestione di MSGS e' molto brutale: non si libera mai memoria
MSGS[msgcur].hdr = *hdr;
msgcur++;
if (msgcur>=msglen) {
msglen += msgbatch;
MSGS= realloc(MSGS, msglen);
if (MSGS == NULL) {
perror("realloc");
fprintf(stderr, "ERRORE: Out of memory\n");
exit(EXIT_FAILURE);
}
for(size_t i=msgcur;i<msglen;++i) MSGS[i].data.buf=NULL;
}
return 1;
}
// effettua la richiesta di download di un file
static int downloadFile(int connfd, char *filename, char *sender) {
// mando la richiesta di download
message_t msg;
setHeader(&msg.hdr, GETFILE_OP, sender);
setData(&msg.data, "", filename, strlen(filename)+1);
if (sendRequest(connfd, &msg) == -1) return -1;
for( ; ;) {
// aspetto di ricevere la risposta alla richiesta
if (readHeader(connfd, &msg.hdr) <= 0) return -1;
// differenti tipi di risposta che posso ricevere
switch(msg.hdr.op) {
case OP_OK: {
if (readData(connfd, &msg.data) <= 0) return -1;
return 0;
} break;
case TXT_MESSAGE:
case FILE_MESSAGE: {
/* Non ho ricevuto la risposta ma messaggi da altri client,
* li conservo in MSGS per gestirli in seguito.
*/
if (readMessage(connfd, &msg.hdr)<=0) return -1;
} break;
default: {
fprintf(stderr, "ERRORE: ricevuto messaggio non valido\n");
return -1;
}
}
}
return -1;
}
// gestisce operazioni di tipo richiesta-risposta
static int execute_requestreply(int connfd, operation_t *o) {
char *sname = o->sname;
char *rname = o->rname?o->rname:"";
op_t op = o->op;
message_t msg;
char *mappedfile = NULL;
//setData(&msg.data, "", NULL, 0);
setData(&msg.data, rname, NULL, 0);
setHeader(&msg.hdr, op, sname);
if (op == POSTTXT_OP || op == POSTTXTALL_OP || op == POSTFILE_OP) {
if (o->size == 0) {
fprintf(stderr, "ERRORE: size non valida per l'operazione di POST\n");
return -1;
}
if (op == POSTFILE_OP) {
int fd = open(o->msg, O_RDONLY);
if (fd<0) {
perror("open");
fprintf(stderr, "ERRORE: aprendo il file %s\n", o->msg);
close(fd);
return -1;
}
// mappiamo il file da spedire in memoria
mappedfile = mmap(NULL, o->size, PROT_READ,MAP_PRIVATE, fd, 0);
if (mappedfile == MAP_FAILED) {
perror("mmap");
fprintf(stderr, "ERRORE: mappando il file %s in memoria\n", o->msg);
close(fd);
return -1;
}
close(fd);
setData(&msg.data, rname, o->msg, strlen(o->msg)+1); // invio il nome del file
} else
setData(&msg.data, rname, o->msg, o->size);
}
// spedizione effettiva
if (sendRequest(connfd, &msg) == -1) {
perror("request");
return -1;
}
if (mappedfile) { // devo inviare il file
message_data_t data;
setData(&data, "", mappedfile, o->size);
if (sendData(connfd, &data) == -1) { // invio il contenuto del file
perror("sending data");
fprintf(stderr, "ERRORE: spedendo il file %s\n", o->msg);
munmap(mappedfile, o->size);
return -1;
}
munmap(mappedfile, o->size);
} else if (msg.data.buf) free(msg.data.buf);
// devo ricevere l'ack
int ackok = 0;
while(!ackok) {
// aspetto di ricevere la risposta alla richiesta
if (readHeader(connfd, &msg.hdr) <= 0) {
perror("reply header");
return -1;
}
// differenti tipi di risposta che posso ricevere
switch(msg.hdr.op) {
case OP_OK: ackok = 1; break;
case TXT_MESSAGE:
case FILE_MESSAGE: {
/* Non ho ricevuto la risposta ma messaggi da altri client,
* li conservo in MSGS per gestirli in seguito.
*/
if (readMessage(connfd, &msg.hdr)<=0) return -1;
} break;
case OP_NICK_ALREADY:
case OP_NICK_UNKNOWN:
case OP_MSG_TOOLONG:
case OP_FAIL: {
if (msg.data.buf) fprintf(stderr, "Operazione %d FALLITA: %s\n", op, msg.data.buf);
else fprintf(stderr, "Operazione %d FALLITA\n", op);
return -msg.hdr.op; // codice di errore ritornato
} break;
default: {
fprintf(stderr, "ERRORE: risposta non valida\n");
return -1;
}
}
}
// Ho ricevuto l'ack dal server, ora sulla base dell'operazione che avevo
// richiesto devo ...
switch(op) {
case REGISTER_OP:
case CONNECT_OP:
case USRLIST_OP: { // ... ricevere la lista degli utenti
if (readData(connfd, &msg.data) <= 0) {
perror("reply data");
return -1;
}
int nusers = msg.data.hdr.len / (MAX_NAME_LENGTH+1);
assert(nusers > 0);
printf("Lista utenti online:\n");
for(int i=0,p=0;i<nusers; ++i, p+=(MAX_NAME_LENGTH+1)) {
printf(" %s\n", &msg.data.buf[p]);
}
} break;
case GETPREVMSGS_OP: { // ... ricevere la lista dei vecchi messaggi
if (readData(connfd, &msg.data) <= 0) {
perror("reply data");
return -1;
}
// numero di messaggi che devo ricevere
size_t nmsgs = *(size_t*)(msg.data.buf);
char *FILENAMES[nmsgs]; // NOTA: si suppone che nmsgs non sia molto grande
size_t nfiles=0;
for(size_t i=0;i<nmsgs;++i) {
message_t pmsg;
// leggo l'intero messaggio
if (readMsg(connfd, &pmsg) <= 0) {
perror("reply data");
return -1;
}
if (pmsg.hdr.op == FILE_MESSAGE) {
FILENAMES[nfiles] = strdup(pmsg.data.buf);
nfiles++;
printf("[%s vuole inviare il file '%s']\n", pmsg.hdr.sender, pmsg.data.buf);
} else
printf("[%s:] %s\n", pmsg.hdr.sender, (char*)pmsg.data.buf);
}
// scarico i file che ho ricevuto
for(size_t i=0;i<nfiles;++i) {
if (downloadFile(connfd, FILENAMES[i], sname) == -1) {
fprintf(stderr, "ERRORE: cercando di scaricare il file %s\n", FILENAMES[i]);
return -1;
}
printf("[Il file '%s' e' stato scaricato correttamente]\n",FILENAMES[i]);
}
} break;
case POSTTXT_OP:
case POSTTXTALL_OP:
case POSTFILE_OP:
case DISCONNECT_OP:
case UNREGISTER_OP:
case CREATEGROUP_OP:
case ADDGROUP_OP:
case DELGROUP_OP: break; // ... fare nulla
default: {
fprintf(stderr, "ERRORE: messaggio non valido\n");
return -1;
}
}
return 0;
}
// gestisce operazioni di tipo richiesta-risposta
static int execute_receive(int connfd, operation_t *o) {
char *sname = o->sname;
size_t m = (size_t)-1;
if (o->n>0) m = (ssize_t)o->n;
size_t c=0;
for(size_t i=0; i<msgcur;++i) {
if (MSGS[i].data.buf != NULL) {
if (MSGS[i].hdr.op == FILE_MESSAGE) {
char *filename = MSGS[i].data.buf;
printf("[%s vuole inviare il file '%s']\n", MSGS[i].hdr.sender, filename);
if (downloadFile(connfd, filename, sname) == -1) {
fprintf(stderr, "ERRORE: cercando di scaricare il file %s\n", filename);
return -1;
}
printf("[Il file '%s' e' stato scaricato correttamente]\n",filename);
} else
printf("[%s:] %s\n", MSGS[i].hdr.sender, (char*)MSGS[i].data.buf);
if (++c == m) break;
}
}
for(size_t i=c; i<m; ++i) {
message_t msg;
// leggo header e data
if (readMsg(connfd, &msg) == -1) {
perror("reply data");
return -1;
}
switch(msg.hdr.op) {
case TXT_MESSAGE: {
printf("[%s:] %s\n", msg.hdr.sender, (char*)msg.data.buf);
} break;
case FILE_MESSAGE: {
char *filename = strdup(msg.data.buf);
free(msg.data.buf);
printf("[%s vuole inviare il file '%s']\n", msg.hdr.sender, filename);
if (downloadFile(connfd, filename, sname) == -1) {
fprintf(stderr, "ERRORE: cercando di scaricare il file %s\n", filename);
return -1;
}
printf("[Il file '%s' e' stato scaricato correttamente]\n",filename);
} break;
default: {
fprintf(stderr, "ERRORE: ricevuto messaggio non valido\n");
return -1;
}
}
}
return 0;
}
int main(int argc, char *argv[]) {
const char optstring[] = "l:k:c:C:g:a:d:t:S:s:R:pLh";
int optc;
char *spath = NULL, *nick = NULL;
operation_t *ops = NULL;
long msleep=0;
if (argc <= 4) {
use(argv[0]);
return -1;
}
// al piu' ci saranno argc-3 comandi da eseguire
ops = (operation_t*)malloc(sizeof(operation_t)*(argc-3));
if (!ops) {
perror("malloc");
return -1;
}
int k=0, nickneeded=0, coption=0;
// parse command line options
while ((optc = getopt(argc, argv,optstring)) != -1) {
switch (optc) {
case 'l': spath=optarg; break;
case 't': msleep= strtol(optarg,NULL,10); break;
case 'k': {
nick = strdup(optarg);
if (strlen(nick)>MAX_NAME_LENGTH) {
fprintf(stderr, "ERRORE: Nickname troppo lungo\n");
return -1;
}
ops[k].sname = nick;
ops[k].rname = NULL;
ops[k].op = CONNECT_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'c': {
coption++; // -c puo' comparire solo 1 volta
ops[k].sname = strdup(optarg);
ops[k].rname = NULL;
ops[k].op = REGISTER_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'C': {
nickneeded = 1;
ops[k].sname = nick;
ops[k].rname = strdup(optarg);
ops[k].op = UNREGISTER_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'g': {
nickneeded = 1;
ops[k].sname = nick;
ops[k].rname = strdup(optarg);
ops[k].op = CREATEGROUP_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'a': {
nickneeded = 1;
ops[k].sname = nick;
ops[k].rname = strdup(optarg);
ops[k].op = ADDGROUP_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'd': {
nickneeded = 1;
ops[k].sname = nick;
ops[k].rname = strdup(optarg);
ops[k].op = DELGROUP_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'L': {
nickneeded = 1;
ops[k].sname = nick;
ops[k].rname = NULL;
ops[k].op = USRLIST_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'p': {
nickneeded = 1;
ops[k].sname = nick;
ops[k].rname = NULL;
ops[k].op = GETPREVMSGS_OP;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'S': {
nickneeded = 1;
char *arg = strdup(optarg);
char *p;
p = strchr(arg, ':');
if (!p) {
use(argv[0]);
return -1;
}
*p++ = '\0';
if (arg[0] == '\0') {
fprintf(stderr, "ERRORE: messaggio vuoto\n");
return -1;
}
ops[k].sname = nick;
ops[k].rname = strlen(p)?p:NULL;
ops[k].op = strlen(p)?POSTTXT_OP:POSTTXTALL_OP;
ops[k].msg = arg;
ops[k].size = strlen(arg)+1;
++k;
} break;
case 's': {
nickneeded = 1;
char *arg = strdup(optarg);
char *p;
p = strchr(arg, ':');
if (!p) {
use(argv[0]);
return -1;
}
*p++ = '\0';
if (strlen(p)==0) {
fprintf(stderr, "ERRORE: nell'opzione -s e' necessario definire il destinatario\n");
use(argv[0]);
return -1;
}
ops[k].sname = nick;
ops[k].rname = p;
ops[k].op = POSTFILE_OP;
// controllo che il file esista
struct stat st;
if (stat(arg, &st)==-1) {
perror("stat");
fprintf(stderr, "ERRORE: nella stat del file %s\n", arg);
use(argv[0]);
return -1;
}
if (!S_ISREG(st.st_mode)) {
fprintf(stderr, "ERRORE: il file %s non e' un file regolare\n", arg);
use(argv[0]);
return -1;
}
ops[k].msg = arg; // nome del file
ops[k].size = st.st_size; // size del file
++k;
} break;
case 'R': {
nickneeded = 1;
ops[k].op = OP_END; // operazione interna non invio nessuna richiesta al server
ops[k].n = strtol(optarg,NULL,10);
ops[k].sname = nick;
ops[k].rname = NULL;
ops[k].msg = NULL;
ops[k].size = 0;
++k;
} break;
case 'h':
default: {
use(argv[0]);
return -1;
}
}
}
// verifichiamo alcune opzioni
if (spath==NULL) {
fprintf(stderr, "ERRORE: L'opzione -l deve essere presente\n\n");
return -1;
}
if (nick == NULL && nickneeded) {
fprintf(stderr, "ERRORE: L'opzione -k non e' stata specificata\n\n");
return -1;
}
// qualora -k non venisse prima delle altre opzioni
if (nickneeded) {
for(int i=0;i<k;++i)
if (ops[i].op != REGISTER_OP) ops[i].sname = nick;
}
// vincolo su -c
if (coption>1) {
fprintf(stderr, "ERRORE: L'opzione -c puo' comparire una sola volta\n\n");
return -1;
}
int connfd;
// faccio 10 tentativi aspettando 1 secondo tra due tentativi
if ((connfd=openConnection(spath, 10, 1))<0) {
fprintf(stderr, "ERRORE: riprovo a riconnettermi...\n");
return -1;
}
// ignoro SIGPIPE per evitare di essere terminato da una scrittura su un socket chiuso
struct sigaction s;
memset(&s,0,sizeof(s));
s.sa_handler=SIG_IGN;
if ( (sigaction(SIGPIPE,&s,NULL) ) == -1 ) {
perror("sigaction");
return -1;
}
struct timespec req = { msleep/1000, (msleep%1000)*1000000L };
MSGS = malloc(msgbatch*sizeof(message_t));
if (!MSGS) {
perror("malloc");
fprintf(stderr, "ERRORE: Out of memory\n");
return -1;
}
msglen = msgbatch;
int r=0;
for(int i=0;i<k;++i) {
if (ops[i].op != OP_END)
r = execute_requestreply(connfd, &ops[i]);
else
r = execute_receive(connfd, &ops[i]);
if (r == 0) printf("Operazione %d eseguita con successo!\n", i);
else break; // non appena una operazione fallisce esco
// tra una operazione e l'altra devo aspettare msleep millisecondi
if (msleep>0) nanosleep(&req, (struct timespec *)NULL);
}
// la disconnessione del client non avviene in modo esplicito
// (con la DISCONNECT_OP), ma in modo implicito chiudendo il socket.
close(connfd);
if (ops) free(ops);
if (MSGS) free(MSGS);
return r;
}