1
0
Fork 0
C client for GEX. bare-bones, low level access
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 anos atrás
gex fixing up etc 6 anos atrás
.gitignore w.i.p C client, connects and sends a ping 6 anos atrás
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 anos atrás
LICENSE Initial commit 6 anos atrás
README.md updated the readme 6 anos atrás
main.c fixing up etc 6 anos atrás

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.