WCF & Bluetooth

  • Thread starter Thread starter Zhenya
  • Start date Start date
Z

Zhenya

I couldn't find a WCF-specific newsgroup, so I am posting this question here.

Can WCF expose services over a bluetooth connection? If that's possible, do
you know where I can find more information on this subject.

thank you,
 
Well, the standard framework doesn't include anything *specific* to
bluetooth - but it would depend on the setup. If your bluetooth
presents itself as a modem or something else that can convey a TCP/IP
message, then the standard http channels may suffice. Alternatively if
you knew a lot about the specific bluetooth device (and aren't scard
by WCF internals) then you could possibly write your own channel
stack, but this would *not* be a trivial task.

You could also search: http://www.google.com/search?q=+wcf++bluetooth

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top