• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

desktop/H03-May-2022-54,76739,605

libclient/H03-May-2022-94,58579,990

libserver/H03-May-2022-8,7955,364

libshared/H03-May-2022-12,2077,479

libthicksrv/H03-May-2022-1,237718

mobile/H12-Sep-2021-1,8071,222

thicksrv/H03-May-2022-181110

thinsrv/H03-May-2022-9,7706,389

tools/H03-May-2022-890575

README.mdH A D12-Sep-2021578 1310

README.md

1Subdirectories:
2
3 * libshared: Code used by both the client and the server
4 * libserver: Common server code (uses libshared)
5 * libthicksrv: Thick server code shared by the built-in and standalone servers (uses libserver)
6 * libclient: GUI-agnostic client code (uses libshared)
7 * desktop: Widget based client application (uses libclient and libthicksrv)
8 * thinsrv: Standalone thin server (uses libserver)
9 * thicksrv: Standalone thick server (uses libthicksrv) (EXPERIMENTAL)
10 * tools: Utilities (uses libshared and libclient)
11 * mobile: Future QML based client will go here
12
13