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
1
vote
1 answer

Creating a VOIP app that works within a Wifi Hotspot

With this code: public class MainActivity extends AppCompatActivity { int clientAmount = 0; int localPort = 0; // Used to load the 'native-lib' library on application startup. static { System.loadLibrary("native-lib"); …
fihdi
  • 145
  • 1
  • 1
  • 12
1
vote
1 answer

how to open a html page in browser when any user connect to raspberry pi hotspot without captive portal or free radius

I set up a hotspot on raspberry pi via this link: https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md and I want to open an HTML welcome page in the user's browser on the link: localhost:80 when any user connects to a…
1
vote
0 answers

How can I use Ionic Hotspot plugin with cordova-android: 8.0.0?

When I try to install this plugin, I get this error: Plugin doesn't support this project's cordova-android version. cordova-android: 8.0.0, failed version requirement: <6.3.0 When I downgrade cordova-android to the next lowest supported version…
lepton
  • 715
  • 1
  • 6
  • 22
1
vote
1 answer

How make automatic detection of captive portal

I'm doing a hotspot on a server with CentOS 6 and I'd like to know how to make the smarthphones automatically recognize a captive portal, to redirect to the login. In my firewall I have this rule: iptables -t nat -A NET_DHCP -i eth1 -s 172.16.0.0/16…
1
vote
1 answer

How to change WifiConfigration in Oreo device

I used https://github.com/aegis1980/WifiHotSpot code to start and stop Hotspot from my application. But it will only start and stop the hotspot that cannot change the Wifi configuration, I also want to change the SSID and password. I know how to do…
MJM
  • 5,119
  • 5
  • 27
  • 53
1
vote
1 answer

How to retrieve the mikrotik PPPoE server service name list by using the mikrotik API?

I want to retrieve the mikrotik PPPoE server service name list by using the mikrotik API and loop through all of the service names over a select menu. I have done the code myself. The code looks like below: $ctype…
1
vote
1 answer

How to use Wifimanager.LocalOnlyHotspotCallback in Xamarin.Forms

the environment is Xamarin.forms in android, but there are no Information about this. how can i get WifiConfiguration from callback.onstarted ? OR can i WifiManager.LocalOnlyHotspotReservation get value from callback.onstarted ? please check below…
이정원
  • 45
  • 6
1
vote
0 answers

control group of users bandwith limit with User Profile in mikrotik/hotspot and freeradius mikroik-group attribute

i'm using ldap+freeradius and mikrotik as my AAA system. hotspot user is authenticated via ldap server. my users are separated by groups in ldap and i control quota per group and ... in freeradius user file like this: DEFAULT Ldap-Group == "stu", …
1
vote
0 answers

Debugging android webview for hotspot sign-in page

I have a custom hotspot sign-in page for my wifi network. The page doesn't load properly on the android webview that loads once I click on the network name (when it asks me to sign-in). I think it is a JS error but I need a way to catch the error…
Muhmmad Aziz
  • 393
  • 5
  • 17
1
vote
1 answer

get the ssid and the password of the hotspot android 8.0 and higher

hello i try to get the ssid and the password of the hotspot. i use in the method below and its work for android below to 8. but in android 8.0 its throw exption , i read that i need to get some premisiion…
1
vote
1 answer

raspberry, switch between wifi and hotspot

I am working on a raspberry for a POC demo. My raspberry needs to be set up as a hotspot and that went fine following this tutorial: https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md However I can't get to easily…
Le Laboureur
  • 119
  • 1
  • 10
1
vote
1 answer

Create a captive portal for android hotspot

I would like to know if there is a way to create a captive portal to an android hotspot. More precisely, I turn on my hotspot and when a client connect to it, it is redirected to a web login page.
Bazouk55555
  • 557
  • 6
  • 24
1
vote
0 answers

Create custom hotspot in Android 8.0 Oreo

I am trying to figure out how to setup a custom hotspot with a certain ssid and pass on Android Oreo. I know that there is a way to toggle the hotspot, but I can't seem to find a way to configure the hotspot to have a certain ssid and pass. Is there…
1
vote
0 answers

Activating a hotspot programmatically on a rooted 7.x device

I am struggling with opening hotspot in a rooted android device for days. I am able to create and open hotspot. The code I use to create a Wifi configuration: if (!Settings.System.canWrite(getApplicationContext())) { Intent intent = new…
1
vote
1 answer

Wifi hotspot with redirect to HTML

I'm trying to create a wifi hotspot in windows 10 that redirects the connected devices to a specific HTML page, hosted on the pc. I can create the hotspot. Is there a way to force a HTML page load, like some routers do? The plan is: 1- The user will…
Milad Ahmadi
  • 11
  • 1
  • 3