Connecting to a device using CSMA/CD from an iOs device
I'm looking into deve开发者_JS百科lopping an application that remotely controls some remote appliance, using network frames sent over the wireless network. The documentation of this appliance states that the initial connection and the rest of the communications must be done according to the ISO/ IEC 8802-3 norm, a.k.a. CSMA/CD.
So my question is :
- Is anyone aware of an integrated CSMA/CD implementation in iOs ? (I didn't find any yet)
- If no implementation is available, how hard would it be to implement it, or if it's something feasible using the low-level CFNetwork or BSD libraries ?
Thanks
精彩评论