C client for GEX. bare-bones, low level access
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
hace 6 años
gex fixing up etc hace 6 años
.gitignore w.i.p C client, connects and sends a ping hace 6 años
CMakeLists.txt removed some comments and moved internal helpers into gex_client hace 6 años
LICENSE Initial commit hace 6 años
README.md updated the readme hace 6 años
main.c fixing up etc hace 6 años

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.