P
P
Pavel2014-12-14 22:11:45
Qt
Pavel, 2014-12-14 22:11:45

QT get MAC address of remote host by IP within same network?

The task is to get the MAC address of the router to which it is connected from a mobile device.
The solution should be cross-platform for mobile devices.
As I understand it, there is no implementation on pure QT. In C++ or Java, again, ARP requests are offered everywhere.
I would like to get help from knowledgeable people - how best to implement such a task?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2014-12-14
@gbg

Use operating system specific API calls. Under windows, this is GetIpNetTable() . This is also available under linux.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question