C client for GEX. bare-bones, low level access
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 vuotta sitten
gex fixing up etc 6 vuotta sitten
.gitignore w.i.p C client, connects and sends a ping 6 vuotta sitten
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 vuotta sitten
LICENSE Initial commit 6 vuotta sitten
README.md updated the readme 6 vuotta sitten
main.c fixing up etc 6 vuotta sitten

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.