How can I use network tools?
I want to make a small application for Android using Kotlin where I can perform some tasks such as executing the commands "dig", "ping", tracert", among others, for network monitoring.
I have searched for information on this, but have not been able to come up with anything. currently I can get values like if it's on vpn, the ip and mac address of the device, or the dhcp address, but nothing to be able to execute commands like dig. How could I do this?