markdown test

dev
Philippe PITTOLI 2019-12-18 03:10:14 +01:00
parent bd646f250d
commit d777ab3bc3
1 changed files with 10 additions and 9 deletions

View File

@ -45,5 +45,6 @@ The file server to proxy connection can be dropped, we have to ensure the commun
# How this works:
* libipc is used to communicate
* dodb is used to keep track of the files, using its tag system
* messages are: JSON encoded, 1KB buffered data
* message example: { message-id: "UUID", chunk: "UUID", data: [1KB BINARY DATA] }