timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

Any way we can port libnfc-llcp to Windows? #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide any additional information below.

Windows doesn't support mqueue.h, and have it's own message queue system.

Maybe consider rewrite libnfc-llcp for cross-platform comparability?

Thanks!

Original issue reported on code.google.com by timobj@gmail.com on 15 Nov 2011 at 6:12

GoogleCodeExporter commented 9 years ago
Do you have any idea to improve cross-platform compatibility ?

Original comment by romu...@libnfc.org on 27 Dec 2011 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 1 Jun 2012 at 12:01

GoogleCodeExporter commented 9 years ago
Same problem for Mac OS X. See issue #75

Original comment by ludovic....@gmail.com on 1 Jun 2012 at 6:52

GoogleCodeExporter commented 9 years ago
A new repository exists for llcp:
https://code.google.com/p/libllcp

Plus, JiapengLi developed a branch which is based on sockets (multi-platform) 
instead of mqueue.
https://code.google.com/p/libllcp/source/browse/?name=socket

Original comment by romu...@libnfc.org on 24 Feb 2014 at 5:32