File: TODO

package info (click to toggle)
lcsync 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,152 kB
  • sloc: ansic: 9,376; sh: 3,117; makefile: 246
file content (40 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download
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
# TODO
----------------------------------------------------------------------
* lcshare
* lcsync
* lcshare admin::/path/to/admin
* password prompt, unless --nopass

* metadata, file ownership, permissions, mtime
* directory syncing

* remove unneeded DEBUG
* code review, API
* sharding
* indexing
* improve / extend librecast API with supporting functions

* encryption (symmetric from password seed)
* FEC
* flow control

* merge file/net/mtree into librecast API
* merge MLD into librecast API
* SSE*/AVX/AVX2 dispatcher, function pointers etc.
* improved test harness

* pretty ncurses interface?
* net_send_subtree() / net_send_data() - return bytes or -1
* net_dump() (implement --hex for network files)
* (Linux) eBPF
* channel interleaving
* verify tree when received, update map and continue receiving if tree invalid
* ratelimit kbps
* work out network saturation %
* stats - calculate transfer speed bps etc.
* detect hotplug interfaces
* gettext - international msgs
* peer to peer - reshare files - de-duping of multiple sends
* atomic replication via temporary file and mv - COW?
* document all our headers etc in RFC format with header structures mapped out in ASCII
* resizing of merkle tree for changing data