Okay, so I’m trying to look at coding some bluetooth-related stuff, and there’s a lot of stuff about using sockets to communicate (in the windows API stuff). Now, never having used sockets, I’m not quite sure what it’s going to involve, but I’m wondering if the Juce sockets are going to be enough?
I’d be very surprised if they were! But I thought I’d ask all the same. Has anyone else done anything with Bluetooth yet? I’m sure I’ll figure out some kind of wrapping of the windows API to a juce-friendly form [i’ve already managed that with Joystick and Tablet support, i see no problems with bluetooth] but was curious as to what people have done so far.