W
W
Wasya UK2017-07-08 18:53:08
JavaScript
Wasya UK, 2017-07-08 18:53:08

Is it possible to work with wifi using javascript?

The question arose, is it possible to connect using javascript to a specific computer that is connected to the same network? Well, for example, there is a program on the phone, I choose a laptop on which the same program is enabled, and so I do something.
I will be glad and literature. ATP in advance)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dark Hole, 2017-07-08
@abyrkov

Yes and no. If the environment allows you to do so. The client environment, in other words, JS in the browser, as far as I know, does not have such an opportunity. The server environment (Node.js or Rhino) has this capability. But the wi-fi setup can vary greatly from platform to platform. On linux, you can run the iwconfig command with the appropriate options. On windows, I don't know.

V
Vahe, 2017-07-09
@vahe_2000

In short .with JavaScript no.with NodeJS yes( https://github.com/tlhunter/node-wireless )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question