I am writing an iOS app that requires NetBIOS name resolution. It is straightforward to code using the DatagramSocket class in ActionScript. But unfortunately, for a NetBIOS request, the UDP packet needs to be sent out as a broadcast, and DatagramSocket does not support this.
Is there a solution for this in Flash/ActionScript? Is the solution an iOS native extension? Thanks in advance.