I need to do two things (first of all)
a) Create a BT server on a PC
b) Create a BT client on a Phone (More than likely the Nokia 7650)
The server is to be done in Java SE and the client in Java ME. These are no problem to me, until I get to the bluetooth.
First the server:
Don't know where to start, can't even find bluetooth classes that are supposed to be everywhere but aren't. I need these basically, open source (meaning free) classes that I can use. If anyone knows where I can get these let me know and I'll be really really grateful.
The client:
I had intentions of using Rococo software, until I discovered its for the PalmOS stack, can I still use it? The Nokia classes aren't very accessible, I have them but can't make head nor tail of them, when I build the .jar file it builds ok but when I run it either on an emulator or the actual phone, I get an error message saying it can't create certain classes (seems to be random classes) when I try to use any aspect of any bluetooth classes (like LocalDevice) and exits?
Help? If anyone can offer me any help here I'd be really really grateful. Any pointers in the right direction or links would be greatly appreciated.
Thanks!
Also! Its running in windows xp, do I need to set up a special stack?