Make a crazyfile client with c#

Firmware/software/electronics
Post Reply
Peter
Beginner
Posts: 18
Joined: Sun Sep 06, 2015 3:00 pm

Make a crazyfile client with c#

Post 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.
Slaxx
Member
Posts: 86
Joined: Tue Mar 03, 2015 11:19 am
Location: Switzerland

Re: Make a crazyfile client with c#

Post by Slaxx »

you can use the c++ library from Jan Winkler to get some of the information: https://github.com/fairlight1337/libcflie
Peter
Beginner
Posts: 18
Joined: Sun Sep 06, 2015 3:00 pm

Re: Make a crazyfile client with c#

Post 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. :)
Slaxx
Member
Posts: 86
Joined: Tue Mar 03, 2015 11:19 am
Location: Switzerland

Re: Make a crazyfile client with c#

Post 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/
Post Reply