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.