C client for GEX. bare-bones, low level access
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 anni fa
gex fixing up etc 6 anni fa
.gitignore w.i.p C client, connects and sends a ping 6 anni fa
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 anni fa
LICENSE Initial commit 6 anni fa
README.md updated the readme 6 anni fa
main.c fixing up etc 6 anni fa

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.