C client for GEX. bare-bones, low level access
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 年前
gex fixing up etc 6 年前
.gitignore w.i.p C client, connects and sends a ping 6 年前
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 年前
LICENSE Initial commit 6 年前
README.md updated the readme 6 年前
main.c fixing up etc 6 年前

README.md

C client for GEX

This is a GEX client library. It's primary purpose is to provide access to GEX from the desktop where high performance is needed.

For a more friendly way to access GEX, look at the Python client instead.