On Thu, Oct 8, 2015 at 6:05 AM, <[email protected]> wrote: > > I am new to android i want to find a way to develop a software which can > be used to connect and use internet by using Ethernet adapter and by not > using wifi or mobile internet. > I got the details that libusb can be used for this but i dont know how to > use it and create a android side coding to send and receive IP packet using > this USB Ethernet Adapter. > > You don't need libusb: when you plug in a USB ethernet adapter it should get recognized by the kernel and create another Ethernet device, which should become ready to carry your network traffic. This, of course, depends on the specific hardware being recognized, i.e. having an existing network driver support in the kernel---but most of them are covered.
-- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
