Accessing bluetooth hardware at webserver
Assume you have a webserver with a web-application running and a bluetooth module installed on the webserver.
Would it be possible to open a bluetooth connection from the webserver bluetooth mod开发者_Python百科ule to another bluetooth device when a user triggers an action in the web-application?
yes, this is possible - since you don't state whether your runtime environment is Java or .NET:
For .NET/C# see
http://www.programmersheaven.com/2/Transferring-Files-and-Monitoring-Bluetooth-Ports
http://32feet.codeplex.com/
For Java see
http://developers.sun.com/mobility/midp/articles/bluetooth2/
http://sourceforge.net/projects/bluecove/
精彩评论