aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/client.h (follow)
Commit message (Collapse)AuthorAge
* switch to egor@tensin.nameEgor Tensin2023-12-12
|
* test: add some basic command-line usage testsEgor Tensin2023-07-07
|
* msg: add functions for one-off communicationEgor Tensin2023-05-14
|
* add command module to handle request-response communicationsEgor Tensin2023-05-13
|
* make struct client opaqueEgor Tensin2023-04-29
|
* add copyright noticesEgor Tensin2022-12-02
|
* add some codeEgor Tensin2022-08-23
A basic client-server app, the client sends commands as an array of strings. Hopefully I didn't mess up, and hopefully it'll be useful.