A
A
artshelom2017-06-21 18:23:51
Java
artshelom, 2017-06-21 18:23:51

Does the built-in wifi in the laptop have api and is it possible to connect to it through the java library ??

The main part of the question is written at the top
. I wonder if it is possible to use Java to control the wi-fi module on a laptop with windows 10 ??

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2017-06-21
@artshelom

You can't do it without JNI.

M
Mikhail, 2017-06-22
@kursoriks

WiFi API? Well, look at the beginning of those. documentation on the site of your card developer, it is possible (there is a small chance) that there is a small inconspicuous file on the site on calling functions from the driver dll.
And so, you can call even through Java, even through PHP, you need to go into the address space area, transfer the desired address to the driver, to which it can give you data on request. After receiving the data, it must be parsed and then only it can be used.
UPD You can connect the winapi dll and work with WiFi using Widows, there are also many useful libraries on GitHub , where the process of working with it is described in detail.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question