开发者

Accessing bluetooth hardware at webserver

开发者 https://www.devze.com 2023-03-28 10:22 出处:网络
Assume you have a webserver with a web-application running and a bluetooth module installed on the 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/

0

精彩评论

暂无评论...
验证码 换一张
取 消