C client for GEX. bare-bones, low level access
25개 이상의 토픽을 선택하실 수 없습니다. 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 년 전
gex fixing up etc 6 년 전
.gitignore w.i.p C client, connects and sends a ping 6 년 전
CMakeLists.txt removed some comments and moved internal helpers into gex_client 6 년 전
LICENSE Initial commit 6 년 전
README.md updated the readme 6 년 전
main.c fixing up etc 6 년 전

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.