Commit Graph

83 Commits

Author SHA1 Message Date
n07070
c19f5e7c3c Trying to fix print_out, but too many memory errors 2020-04-29 19:03:46 +02:00
n07070
72b00cb07d Added printing the peer list 2020-04-29 16:40:01 +02:00
n07070
ab1f278685 Added another print_error 2020-04-29 16:19:05 +02:00
n07070
ba0cf32cb0 Added new print_error function
Added checks for NULL values
Added comments and quesitons as // TODO
2020-04-29 16:17:22 +02:00
n07070
055ecfd0ba Revert "Merge branch 'master' into add-message"
This reverts commit 8da14978d6, reversing
changes made to 704ed2a523.
2020-04-29 14:30:05 +02:00
n07070
8da14978d6 Merge branch 'master' into add-message 2020-04-29 14:25:26 +02:00
n07070
704ed2a523 Merge branch 'add-message' of gaufre.informatique.univ-paris-diderot.fr:perdriau/dazibao into add-message 2020-04-29 14:22:14 +02:00
PERDRIAU nelson
b5a6bb0475 Merge branch 'fix-hash' into 'master'
Fix hash

See merge request perdriau/dazibao!14
2020-04-29 14:19:51 +02:00
PERDRIAU nelson
fa872ed625 Merge branch 'master' into 'debug-fnc'
# Conflicts:
#   src/node.c
2020-04-29 14:18:58 +02:00
PERDRIAU nelson
28700a1609 Merge branch 'master' into '16-update_neighbours'
# Conflicts:
#   src/node.c
2020-04-29 14:15:05 +02:00
PERDRIAU nelson
abb55957bc Merge branch 'master' into '5-ajouter-un-flag-de-debut'
# Conflicts:
#   src/node.c
2020-04-29 14:03:23 +02:00
gonzalef
904f0fcc79 big endian/little endian conversions 2020-04-28 20:22:53 +02:00
n07070
70ca7f5f10 Removec old comment 2020-04-28 20:12:59 +02:00
n07070
fae758e4dd Fixed adding message to data list before receiving messages 2020-04-28 19:51:53 +02:00
n07070
fd623ee484 Merge branch 'fix-hash' into add-message 2020-04-28 19:36:49 +02:00
n07070
88e15dea3a messages are now added to the data_list 2020-04-28 19:36:30 +02:00
n07070
73e681a5ea Merge branch 'add-message' into fix-hash 2020-04-28 19:20:15 +02:00
n07070
2cf652f8ba remove .o files 2020-04-28 19:19:45 +02:00
gonzalef
61041efd02 send_packet 2020-04-28 19:05:10 +02:00
gonzalef
897550a0ac warning sprintf 2020-04-28 19:02:02 +02:00
n07070
956b249259 Added a new way to add data to a list of data 2020-04-28 18:37:21 +02:00
gonzalef
27d38c3fe5 concat_len 2020-04-28 18:07:06 +02:00
gonzalef
aa5ac80337 concat hash no realloc 2020-04-28 18:02:34 +02:00
n07070
25e703b993 Added basic add_message function 2020-04-28 17:48:41 +02:00
gonzalef
b7b786c69a Merge branch 'fix-hash' of https://gaufre.informatique.univ-paris-diderot.fr/perdriau/dazibao into fix-hash 2020-04-28 17:47:56 +02:00
gonzalef
3e678b64be malloc(0) fixed 2020-04-28 17:47:31 +02:00
n07070
023dd46a26 Modification of the malloc's 2020-04-28 17:37:51 +02:00
n07070
a178c76116 Fixed bad memcmp, activated receiving messages. 2020-04-28 00:01:43 +02:00
n07070
4539b8c3c7 Added printing of network hash 2020-04-27 23:42:11 +02:00
n07070
dceac0cecd Added debug_function and pretty print
Added DEBUG_LEVEL
if DEBUG_LEVEL > 3, the execution is step by step.
2020-04-27 22:31:31 +02:00
n07070
9b2a3f1ea8 fixed the neighbour update problem 2020-04-27 20:38:31 +02:00
gonzalef
00ed727da0 Merge branch '16-update_neighbours' of https://gaufre.informatique.univ-paris-diderot.fr/perdriau/dazibao into 16-update_neighbours 2020-04-27 20:09:02 +02:00
gonzalef
bda49e5e92 work with tlvs check packet length 2020-04-27 20:08:30 +02:00
n07070
c8b106838a Fixing validate_tlv 2020-04-27 19:49:33 +02:00
n07070
ecc168cbf4 Debugging receiving packets, validate_tlv 2020-04-27 19:15:24 +02:00
n07070
82948ef639 Merge branch '16-update_neighbours' of gaufre.informatique.univ-paris-diderot.fr:perdriau/dazibao into 16-update_neighbours 2020-04-27 18:03:21 +02:00
n07070
eb4770e36c Modifcations of the sendout of packets 2020-04-27 17:53:53 +02:00
gonzalef
f429df8c18 packet length 2020-04-27 17:46:27 +02:00
gonzalef
ec754aec24 set pad1 to NULL 2020-04-27 17:25:53 +02:00
n07070
822b344a57 Fixing sending packets 2020-04-27 17:22:41 +02:00
n07070
723466fba8 Modification de len_list 2020-04-27 15:50:23 +02:00
gonzalef
481903c24a ask for peers 2020-04-24 22:48:10 +02:00
gonzalef
dac138c92a update neighbours 2020-04-24 21:45:09 +02:00
gonzalef
c633955b54 check/add/update neighbours 2020-04-24 20:23:57 +02:00
gonzalef
543a2a266e compilation errors 2020-04-24 19:07:50 +02:00
n07070
d6a2ca7c3b Modified signature for t_* functions, run_node and bootstrap_node 2020-04-18 15:24:11 +02:00
n07070
03e5b69553 Added comments and changed signature or t_* functions 2020-04-18 15:02:55 +02:00
n07070
dd532dc580 Added function to update messages,
Added bootstrap function,
Added time-delay for node update,
2020-04-17 15:37:07 +02:00
n07070
664faa96f0 Merge branch '11-envoie-des-paquets' into 14-implement-poll 2020-04-17 15:36:46 +02:00
gonzalef
e4e585121e send packets v1 2020-04-16 18:52:19 +02:00