Hi,
I planning on the development of a website that will be visited by users with specialized hardware (a card game that communicates hands via bluetooth).
The website needs to identify when the Bluetooth item is connected, and be able to read data from it - it could use the serial COM port as well since the link is serial-over-bluetooth.
This can be done easily with client-side platforms (executable files for all OS's) - however, I'd like it to be web-based (since this is not the only part of the website) and cross-platform.
Which technologies/architecture would you recommended for such an environment? (ActiveX for windows? what for other OS's? anything else?)
Thanks!
Arkadi