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.