I have a platform question. I don’t see Bluetooth PAN support in NetMF.
Looking around, some Bluetooth chipsets handle some of the PAN profile in the BT IC, but it looks like at minimum a host EDM driver is required:
In NetMF we have an Ethernet stack, and the ENC Ethernet chips GHI uses effectively do a similar translation, taking SPI data from the ENC chips and pushing the raw packets out into the network layer.
I see the Open Source library is here as a nice example, which I guess I could use to write a platform level driver:
Can you write packet drivers in C#? Or, can end users write C++ packet drivers for use with the Premium library?
Of course, perhaps this has been done before, but Google doesn’t show anything.
Thanks!