C client for GEX. bare-bones, low level access
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
před 6 roky
gex fixing up etc před 6 roky
.gitignore w.i.p C client, connects and sends a ping před 6 roky
CMakeLists.txt removed some comments and moved internal helpers into gex_client před 6 roky
LICENSE Initial commit před 6 roky
README.md updated the readme před 6 roky
main.c fixing up etc před 6 roky

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.