aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/client.h (unfollow)
Commit message (Collapse)Author
2023-05-14msg: add functions for one-off communicationEgor Tensin
2023-05-13add command module to handle request-response communicationsEgor Tensin
2023-04-29make struct client opaqueEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-08-23add some codeEgor Tensin
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.