Questions tagged [hotspot]

A hotspot is a physical location where people may obtain Internet access, typically using Wi-Fi technology.

A hotspot is a physical location where people may obtain Internet access, typically using Wi-Fi technology, via a wireless local area network (WLAN) using a router connected to an internet service provider. The service can also be provided by a smartphone using its cellular data to connect to the isp.

346 questions
3
votes
1 answer

Raspberry PI 3: Wireless hotspot (from WiFi to WiFi instead of ethernet to WiFi)

I would like to turn my Raspberry PI 3 into something like WiFi signal amplifier, Wireless repeater/extender or WiFi hotspot which can amplify weak WiFi signal. After doing some research, I found this tutorial, Click here. I try to follow the answer…
Danny Pang V
  • 140
  • 1
  • 1
  • 11
2
votes
0 answers

How to map Java Thread to OS Thread on Linux?

I'm trying to map Java Thread to OS thread within JVMTI. In JVMTI, all I could grab is Java Thread object leveraging GetCurrentThread. But I want to know which OS thread this jthread is mapping to. I was told that there is a field in Hotspot, eetop,…
2
votes
1 answer

How to get Try Again button click event using NetworkCallback?

I am trying to get Try Again system popup click event using NetworkCallback, Actually, I have WIFI hotspot & password and I am trying to connect that hotspot but if there are no any available network then It should show custom logic in 'Try Again'…
Hardik Parmar
  • 712
  • 2
  • 13
  • 28
2
votes
1 answer

Android turn On/Off Mobile HotSpot programmatically

I've seen many people ask the question already. But unfortunately, my knowledge of programming is limited only to writing PowerShell scripts :) and I cannot figure out the code. Perhaps someone will throw java and xml code, applications. Which can…
Den
  • 21
  • 2
2
votes
0 answers

How to start hotspot with python

How to turn on hotspot with python. I tried a few times using subprocess but then it wont work for Linux or mac and also I don't know the code of how to turn the hotspot on with python. I really tried looking for solutions to this problem. But none…
Shreyansh Dash
  • 147
  • 1
  • 1
  • 9
2
votes
1 answer

Old working script in powershell doesnt work after upgrade to powershell-core (v 7.2) and remove previous one

This is a script to automatically turn on mobile hotspot if its not (from this answer) $asTaskGeneric = ([System.WindowsRuntimeSystemExtensions].GetMethods() | ? { $_.Name -eq 'AsTask' -and $_.GetParameters().Count -eq 1 -and…
mp3846
  • 310
  • 3
  • 11
2
votes
2 answers

Android developer: how to detect when WiFI hotspot is turned on/off

I have registered ConnectivityManager NetworkCallback as follows: val cm = getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager val builder = NetworkRequest.Builder() …
Juha
  • 349
  • 2
  • 11
2
votes
0 answers

Android Studio: is possible to have hotspot with internet access? (Local Only Hotspot)

I'm new to Android Studio and I'm using the functionality of Local Only Hotspot to turn on and off programmatically the hotspot (found this two post for reference: How to turn on/off wifi hotspot programmatically in Android 8.0 (Oreo),How to turn on…
Luca
  • 46
  • 5
2
votes
0 answers

Can Passpoint be disabled in Android?

Is there a way to disable or prevent Android from trying to connect to a Passpoint (Hotspot 2.0) access point in API 28 and lower? Looking through the WifiManager API, I don't see anything for disabling it or preventing it from scanning for it.
brutal11
  • 73
  • 6
2
votes
1 answer

Offline Message

I have been thinking about this for a while. We know some games can be played through hotspots. While playing the games we can even send message. An example is the Doodle army mini militia. I was thinking of building an app where only my friends can…
Pankha
  • 21
  • 1
2
votes
0 answers

iOS detect if device is used as wifi hotspot

I need to find out from my app, if the current device is used as personal wifi hotspot. And if there is any way to know which is the iPhone local ip (on the hotspot network). I found that the iPhone set itself 172.20.10.1 address, but I'd like to…
2
votes
2 answers

Does jvm inline the final method?

When I read the java8 spec, I get the declaration that At run time, a machine-code generator or optimizer can "inline" the body of a final method, replacing an invocation of the method with the code in its…
梁雨生
  • 385
  • 3
  • 16
2
votes
2 answers

Not able to access web server on Raspberry pi on local network

I am running a flask web server on raspberry pi 3 B+. I am able to access the page 192.168.4.1:5000 on the berry(chromium). The same raspberry pi is also acting as a wireless LAN router. I am able to connect my other devices like ipad and phone to…
Jessica
  • 31
  • 4
2
votes
0 answers

converting log files from McPAT to Hotspot format showing error in python

I am following a tutorial in this link https://github.com/danielpalomino/mcpat-hotspot-parser when I run this command to output power value in the hotspot format python mcpat-hotspot-parser mcpat.log it shows this me error /usr/bin/python: can't…
Ali Ahmad
  • 47
  • 3
2
votes
2 answers

How can I change JVM implementation (e.g. HotSpot, GraalVM, OpenJ9 e.t.c.) when running JVM-compatible programs (Java, Kotlin, Scala e.t.c.)?

I need to change JVM implementation to compare which one is more suitable for requirements I need to meet. How can I achieve this? Specifically on GNU/Linux or MacOS. Is there a way to set JVM implementation when running java program with java…
NikitoZZZ
  • 33
  • 7