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
0
votes
2 answers

Android - get the ip of my hotspot host

I am trying to connect 2 devices through sockets, so that they can exchange data. They are also connected via wifi hotspot. I am using Services. Device 1 is the hotspot (where the ServerSocket is implemented), Device 2 is the one who connects to it…
0
votes
1 answer

Connecting to a Hotspot

I am doing an where i have to connect 2 phones via hotspot. There will be 2 buttons (SEND and RECEIVE). If a person presses the RECEIVE button, their hotspot will be activated. If a person presses the SEND button, they should connect to that…
0
votes
1 answer

Android network bridge between USB tethering & WiFi hotspot interfaces

I have following hw environment: - dev board; - Android device; - Ubuntu laptop; Android connected to the board by USB cable. Laptop connected to Android dev by wifi hotspot. From Android I able to ping a board throw USB tethering (and vise…
0
votes
1 answer

create captive portal with email or facebook authentication

I want to create a captive portal , Where users who want to connect to the wireless network (wifi), they are redirected to a webpage . then a form where they have to put email or press like button of facebook to start navigate freely. I have…
Leoh
  • 642
  • 2
  • 17
  • 41
0
votes
2 answers

Compilation error Using jitWatch

I am not able to run jitwatch. It always returns me with compilation error. Here is what I did: git clone https://github.com/AdoptOpenJDK/jitwatch.git mvn clean install exec:java Has anyone ever found a similar problem? How do we fix this ?
Manish Basdeo
  • 6,139
  • 22
  • 68
  • 102
-1
votes
0 answers

How to get smartphone hotspot route gateway

I have a smartphone hotspot. And I need manually setup gateway entity , because I have issues at transport level. How to understand the IP address of the gateway for smartphone hotspot?
Irina
  • 939
  • 1
  • 8
  • 26
-1
votes
1 answer

OpenWrt + CoovaChilli. TUN device does not come up

Am running OpenWrt 19.07.7 on a glinet mini router. I have used opkg update and opkg install coova-chilli to get coova chilli running Here is output of…
-1
votes
1 answer

Find IP of device connected to mobile hotspot using MAC address

I was trying to make an app that can find the IP address of a device connected to my android phone's hotspot using it's MAC address. I know this can be done using ARP tables but I just don't know how. I'm using android studio with java and my device…
-1
votes
1 answer

Does Garbage Collectors (GC) collect only objects or also overwrite the data stored by it?

HotSpot's Garbage Collectors (GC) When HotSpot's Garbage Collectors (GC) runs does it only collect objects or overwrite stored data to prevent memory dumping?
-1
votes
1 answer

Limit data usage for each divice in wifi hotspot

I want to share Internet from main android device (which has 5GB of internet data) to 2 other devices, I want the first device to use only 3GB of data and the second device 2 GB. So is there an app can help me to spilt the data between this 2…
yam ka
  • 31
  • 6
-1
votes
1 answer

port forwarding (NAT) in android hotspot

Im setting up a raspberry based surveillance system using motioneyeos. I connect the raspberry to the router and set the Nat in the router to redirect connections to port 80 to the raspi. And it works. The problem is that the system is gonna be in a…
javirs
  • 1,049
  • 26
  • 52
-1
votes
1 answer

How to open Android Settings Wifi Hotspot Menu Pragmatically in Java?

I want to open below or if this is not possible then below settings through java code in android. I know i can open settings using startActivityForResult(new Intent(Settings.ACTION_SETTINGS), 0); but i am not able to find appropriate strings…
Luv
  • 169
  • 2
  • 13
-1
votes
1 answer

How to add Apple Developer privileges into your already made app

Im a semi beginner with Swift and Xcode and am developing an application that needs to be able to connect to a given wifi thats within range. I found out that you must be enrolled as a Apple Developer, so i payed the 99$ yearly fee to access the…
Bryce Soto
  • 37
  • 6
-1
votes
1 answer

Access website on computer using Hotspot from Android Phone

I have a Android phone with Hotspot that shares the phones internet to my computer. On the computer I have a Apache-server running, and I'm trying to access that server from my phone. I've tried connecting to the local IP-address of the computer…
Tompina
  • 726
  • 1
  • 9
  • 25
-1
votes
2 answers

can the user login mikrotik hotspot inside another mikrotik?

I have mikrotik. Not Away From Home There are People Who Have Hotspot Network Via Mikrotik. I Want to Log in from mikrotik system because I use it for some people topology like this: Mikrotik[with Hotspot system] --> My Mikrotik [Log in And Share]…
1 2 3
22
23