L LucianDesign Member Licensed User Longtime User Aug 24, 2016 #1 I want to use "Discover Services on the Network" to discover and connect to a local wireless printer (I'm not talking about Wi-Fi Direct). https://developer.android.com/training/connect-devices-wirelessly/nsd.html#discover How can I do this in B4A? Is there a "NsdManager" class?
I want to use "Discover Services on the Network" to discover and connect to a local wireless printer (I'm not talking about Wi-Fi Direct). https://developer.android.com/training/connect-devices-wirelessly/nsd.html#discover How can I do this in B4A? Is there a "NsdManager" class?
Erel B4X founder Staff member Licensed User Longtime User Aug 24, 2016 #2 I don't think that it will work unless there is a Zeroconf daemon running in the network. It should be possible to call this API with JavaObject. Upvote 0
I don't think that it will work unless there is a Zeroconf daemon running in the network. It should be possible to call this API with JavaObject.