Page 1 of 1

Make a crazyfile client with c#

Posted: Mon Sep 28, 2015 6:37 pm
by Peter
Hello, i want to start a new project.
I want to make a new GUI with visual c sharpe, i need some help, i want to know where can i find the datasheet of the Uc and the radio dangle.
Thanks.

Re: Make a crazyfile client with c#

Posted: Tue Sep 29, 2015 11:55 am
by Slaxx
you can use the c++ library from Jan Winkler to get some of the information: https://github.com/fairlight1337/libcflie

Re: Make a crazyfile client with c#

Posted: Wed Sep 30, 2015 6:20 am
by Peter
Thanks, so i have just to generate the library and use it directly in my GUI ?
Actually i work on windows, so i need a DLL. :)

Re: Make a crazyfile client with c#

Posted: Wed Sep 30, 2015 12:47 pm
by Slaxx
I made it work on windows by just installing the libusb on windows and providing the library. You find it on http://libusb.info/