adobe AIR app and bluetooth

后端 未结 1 485
我寻月下人不归
我寻月下人不归 2021-01-16 19:52

I want to build a adobe Air application that sends an image to a mobile phone via bluetooth. Do you know of a framework or library to do that directly or indirectly? I mean

相关标签:
1条回答
  • 2021-01-16 20:44

    Hey Thodoris. You'll probably have to use merapi + a bluetooth api built on java.

    I'm not sure if it is part of the community, but I heard recently that the framework has been ported to c#.

    There are certainly other options as well. For example, there is a way to deploy weborb with your AIR install. Then, with the instance of a java or iis 'server' running client-side, you can invoke java or .net methods through a localhost "amfEndpoint".

    I hope those couple of options help. Best of luck. --jeremy

    0 讨论(0)
提交回复
热议问题