C client for GEX. bare-bones, low level access
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Ondřej Hruška 9f870ec233
fixing up etc
6 yıl önce
gex fixing up etc 6 yıl önce
.gitignore w.i.p C client, connects and sends a ping 6 yıl önce
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 yıl önce
LICENSE Initial commit 6 yıl önce
README.md updated the readme 6 yıl önce
main.c fixing up etc 6 yıl önce

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.