I have developed a network driver for the mobile linux kernel. My network device (pif0) run well with
ifconfig pif0 10.22.2.15
ping -I pif0 8.8.8.8
Now i want that android stack be able to track this device and to set it as the default gateway to internet.
I think that i should develop a number of java classes to track my new interface and manage it, but i don't know how to make them in the good order.
any one who have made this exercise can advice please?