CFClient in C?

Firmware/software/electronics/mechanics
Post Reply
gherlein
Beginner
Posts: 11
Joined: Mon Jun 22, 2015 8:32 pm

CFClient in C?

Post by gherlein »

Has anyone ported the cfclient code to C? If so can you share?

Alternately, if there's a port to a C-like language I could go from there. I see folks have done an Ada port and someone mentioned a java port.

Any C?
Fr4nky
Beginner
Posts: 13
Joined: Tue May 13, 2014 7:00 pm
Location: Vienna

Re: CFClient in C?

Post by Fr4nky »

Hello,

If you just need a library without the GUI then this would work:
https://github.com/fairlight1337/libcflie
It is written in C++ but I can send you a wrapper so you can use it with C.

Regards
Daniel
gherlein
Beginner
Posts: 11
Joined: Mon Jun 22, 2015 8:32 pm

Re: CFClient in C?

Post by gherlein »

Great! I already forked your repo. Cannot wait to play with it. I'm a pure C guy so I'll wrap it - unless you already have that done?
Fr4nky
Beginner
Posts: 13
Joined: Tue May 13, 2014 7:00 pm
Location: Vienna

Re: CFClient in C?

Post by Fr4nky »

Hi,

the libcflie repo is not mine ;-)
I created a repo for my wrapper:
https://github.com/Franky333/libcflie-C-wrapper
I wrote it a while ago, so it may not be complete, but the basic stuff works :)

Regards
Daniel
Post Reply