C client for GEX. bare-bones, low level access
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 lat temu
gex fixing up etc 6 lat temu
.gitignore w.i.p C client, connects and sends a ping 6 lat temu
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 lat temu
LICENSE Initial commit 6 lat temu
README.md updated the readme 6 lat temu
main.c fixing up etc 6 lat temu

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.