Skip to main content

Questions tagged [hotspot]

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

-1 votes
0 answers
18 views

How to create a customized hotspot on Ubuntu 24.04? [closed]

I got a WLAN Adapter and tried to use it to create a wifi hotspot on my computer. And I can only use the create a hotspot to create a Wi-Fi named ${USER}-hotspot, which cannot be modified and enabled ...
b3a1e's user avatar
  • 19
0 votes
1 answer
29 views

Can a third party app create a hotspot on Android?

Is it possible for a third party app to open a WiFi Hotspot on Android? Following is basically the crux of how I am doing this. public void setWifiApEnabled(int channel) { WifiConfiguration ...
TheWaterProgrammer's user avatar
-1 votes
1 answer
43 views

Where to find jdk sources for JNI_CreateJavaVM?

I'm trying to understand better how jvm works, and I was trying to find the main function that really interested me - the JNI_CreateJavaVM function. I wonder how it parses java bytecode, but I can't ...
stavratum's user avatar
0 votes
1 answer
65 views

How to send Wi-Fi Credentials to ESP32 using hotspot in flutter app

I have an iOT project. Where I need to send home wifi credentials on iOT device. Firstly, I have to connect the mobile app to the iOT device hotspot. Then send wifi credentials to the iOT device ...
webaddicted's user avatar
  • 1,081
1 vote
0 answers
31 views

How to apply border and change colour of border on ImageMap hotspots

I have rendered an image and provided hotspot with Image map defined. I've also added mouseover event listener to highlight the hotspot using focus(). My expectation is to have a border to be ...
Prabhu's user avatar
  • 758
0 votes
0 answers
87 views

How to create a login page with registration with Freeradius Dolaradius

I'm a beginner and I'm learning about FreeRADIUS and DaloRADIUS to implement authentication on a network. I would like to know how to create a personalized login page that allows new users to register,...
Marcos Cruz's user avatar
0 votes
0 answers
104 views

Creating a Software-Based Wi-Fi Hotspot on Windows Laptop Without Hosted Network Support

Question: I'm attempting to create a software-based Wi-Fi hotspot on my Windows laptop without relying on a hosted network, as my laptop doesn't support it. I've explored various options, including ...
ahmed abokassem's user avatar
0 votes
0 answers
10 views

No connection even if it connected to hotspot

I have a problem with internet connection on my Ipad. I create a hotspot on my Android phone and connect to it on my iPad, but after a while, the connection stops working, and the pages on the iPad ...
Jan Hrabovsky's user avatar
1 vote
0 answers
180 views

Sharing Socks5 proxy over wifi

i have been trying to make a hotspot that get's it's traffic through a socks5 proxy to use that on my phone without having to install a socks5 client on the phone directly First setup: i tried to ...
Mohamed Amine Ghouari's user avatar
0 votes
1 answer
48 views

How to Turn on LocalOnlyHotspot using WifiNetworkSpecifier.Builder as WifiConfiguration is Deprecated?

Here is My code- public void turnOnLocalOnlyHotspot(Context context) { ConnectivityManager connectivityManager = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); ...
VISHAL KUMAVAT's user avatar
0 votes
0 answers
22 views

Does anyone know how to use the 'Create Space Time Cube' tool in Arcmap? it gives me an error and I don't understand why

I have point data at municipal level and am looking for information on how the input data should be structured to create a spatio-temporal cube of available data to visualise and analyse emerging ...
Raffaele's user avatar
0 votes
0 answers
46 views

Turn on/off mobile hotspot in android higher 8 by programming

I want to turn on or off mobile hotspot via code. I read many tutorials, but I see that it only works with API version lower 26. And I see the function wifiManager.setWifiApEnabled It uses for ...
hungtam's user avatar
  • 43
1 vote
1 answer
139 views

setWifiApEnabled: NoSuchMethod

I've been trying to follow this tutorial on how to programmatically configure and start a Wi-Fi hotspot on Android. Here's my main activity file: package com.example.test; import androidx.appcompat....
Daniel Walker's user avatar
0 votes
1 answer
2k views

Windows 11 - 6ghz Hotspot

TL;DR: Found some handy code on this forum, modified and tested in powershell for starting a mobile hotspot. The important part of the script is the ability to select the 6ghz band. Anybody have any ...
Judge's user avatar
  • 309
0 votes
0 answers
56 views

Monitor/observe hotspot connection status

My app needs to connect to another device via hotspot. It will only form a closed network (no internet access) Internet will be accessed via mobile data. How can I monitor the status of the hotspot ...
Laldinpuii Colney's user avatar

15 30 50 per page
1
2 3 4 5
19