WCF & Bluetooth
am 24.11.2007 23:14:00 von 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,
--
Zhenya
http://www.rusmex.com
Re: WCF & Bluetooth
am 24.11.2007 23:24:06 von Marc Gravell
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=%2Bwcf+%2Bbluetooth
Marc