gitextract_o06ygfsr/ ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── main.yml ├── .gitignore ├── LICENSE ├── README.md ├── examples/ │ ├── 00-chat/ │ │ └── chat.cpp │ ├── 01-http/ │ │ └── http.cpp │ ├── common/ │ │ ├── common.h │ │ └── dbg.h │ └── runtime/ │ └── .gitignore ├── include/ │ └── bnet/ │ └── bnet.h ├── makefile ├── scripts/ │ ├── bnet.lua │ └── genie.lua └── src/ ├── bnet.cpp ├── bnet_p.h └── inet_socket.h