C client for GEX. bare-bones, low level access
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 år sedan
gex fixing up etc 6 år sedan
.gitignore w.i.p C client, connects and sends a ping 6 år sedan
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 år sedan
LICENSE Initial commit 6 år sedan
README.md updated the readme 6 år sedan
main.c fixing up etc 6 år sedan

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.