aboutsummaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAge
* more important documentationLoek Le Blansch2024-06-26
* fix up documentation some moreLoek Le Blansch2024-06-26
* no more undocumented thingsLoek Le Blansch2024-06-26
* fix send/recv detection in client dumpLoek Le Blansch2024-06-26
* implement reset/skip commandsLoek Le Blansch2024-06-25
* fix client show all messagesLoek Le Blansch2024-06-25
* fix some more silly bugs in the clientLoek Le Blansch2024-06-25
* add more documentationLoek Le Blansch2024-06-24
* fix client compile errorsLoek Le Blansch2024-06-23
* more client docsLoek Le Blansch2024-06-22
* more documentationLoek Le Blansch2024-06-22
* merge `master` into `wip/pbdrv`Loek Le Blansch2024-06-19
|\
| * Merge branch 'master' into wip/handoverThomasintAnker2024-06-18
| |\
| * | AAAAAAAAAAAAAAALoek Le Blansch2024-06-03
* | | WIP puzzle module <-> main controller <-> client communicationLoek Le Blansch2024-06-18
* | | WIP main controller puzzle bus behavior + fix build system / clientLoek Le Blansch2024-06-18
| |/ |/|
* | create word completion list functionLoek Le Blansch2024-06-06
* | the large library cleanupLoek Le Blansch2024-06-05
* | arduino specific puzzle bus driver testLoek Le Blansch2024-06-05
* | add i2ctcp unit testsLoek Le Blansch2024-06-04
|/
* WIP parsing the connected puzzle module listLoek Le Blansch2024-05-30
* fix wild bugLoek Le Blansch2024-05-30
* more client i2c shufflingLoek Le Blansch2024-05-30
* implement message dumpingLoek Le Blansch2024-05-30
* WIP puzzle bus driver reworkLoek Le Blansch2024-05-29
* add documentation + string escapeLoek Le Blansch2024-05-29
* sort out completion functionsLoek Le Blansch2024-05-29
* update readmesLoek Le Blansch2024-05-28
* separate the i2c over tcp from puzzle bus librariesLoek Le Blansch2024-05-28
* quickly implement some pseudo handlers for the remaining commandslonkaars2024-05-27
* update readmeLoek Le Blansch2024-05-26
* fix another silly bugLoek Le Blansch2024-05-26
* fix silly typoLoek Le Blansch2024-05-26
* WIP convert parse.cpp data into raw dataLoek Le Blansch2024-05-26
* split up hex string parser and number parser + small refactoringLoek Le Blansch2024-05-25
* finish parser scanning partLoek Le Blansch2024-05-25
* WIP send command parserLoek Le Blansch2024-05-25
* WIP `send` commandlonkaars2024-05-24
* add tab completion + help functionlonkaars2024-05-24
* Merge branch 'wip/main-controller' of github.com:lonkaars/puzzelbox into wip/...lonkaars2024-05-22
|\
| * clean up puzbusv1 APIlonkaars2024-05-21
* | clean up command handlinglonkaars2024-05-22
|/
* back-and-forth in C++ w/o netcatlonkaars2024-05-20
* fix bad file descriptor errorlonkaars2024-05-20
* socket connect working (sorta)lonkaars2024-05-20
* add socket class + test async prompt messageslonkaars2024-05-20
* WIP CLIlonkaars2024-05-20
* make puzbus slightly more robustlonkaars2024-05-20
* WIP send/receive w/ msgpacklonkaars2024-05-18
* WIP protobuf hello worldlonkaars2024-05-10