unbit / foohid

OSX IOKit driver for implementing virtual HID devices (joypads, keyboards, mices, ...) from userspace
MIT License
264 stars 35 forks source link

New release? #15

Open apowers313 opened 6 years ago

apowers313 commented 6 years ago

I'm trying to build @mastahyeti 's U2F example, but it looks like the latest release pre-dates the example by nearly a year. It might be nice to post a new release at some point so that the U2F example works out-of-the-box.

Also, for future people that are looking to build that example note that you need another compilation flag:

gcc u2f.c -o virtual_u2f -framework IOKit -framework CoreFoundation

btoews commented 6 years ago

See https://github.com/unbit/foohid/pull/9#issuecomment-281926981.