Skip to main content

Questions tagged [hotspot]

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

hotspot
-3 votes
1 answer
164 views

How do I make a private network (like a hotspot) that has a Express server running on it?

I have recently been working on a LAN file sharing site (to upload files from your phone to your computer, vice-verca) but it doesn't work offline as it needs a private IP run on which requires a Wi-...
WhatTheClown's user avatar
1 vote
0 answers
295 views

How to get the remote device Ipaddress, host name etc for a local only hotspot in android

In Android 12, which API or methodology should we use, in order to get the IP address, hostname, MAC address of a remote device that is connected to our hotspot which is of local only hotspot type. ...
pravin kumar's user avatar
2 votes
2 answers
1k views

How to Send Data from Device that hotspot On to other device that connected with hotspot in react-native

I am developing a message in which devices can communicate over hotspot wifi. I have 2 Devices A and B. Device A makes a hotspot and runs the server then Device B joins Hotspot and sends message to ...
JS Coder's user avatar
1 vote
0 answers
347 views

How can I configure the SSID and password of a hotspot in android studio?

I want to create a mobile hotspot in an android device, I already implemented the hotspot code and is working now, but.. I cannot configure the name and the password of that hotspot using java. What ...
felipe's user avatar
  • 11
0 votes
0 answers
549 views

Communicating with a server on a device using that server as a wifi hotspot

I have some python server code running on a laptop, and am trying to send GET/POST to the server's URL. This works fine using a python client or browser on the laptop, as well as on other devices ...
Alex's user avatar
  • 25
3 votes
1 answer
441 views

Cloud (Firestore) Datastore Hotspotting and Indexing Date

I have tried to research this topic a lot lately, regarding the hotspotting behavior of Cloud Datastore. As I understand, reading/writing to indexed fields that are monotonically increasing can lead ...
muffe's user avatar
  • 67
0 votes
1 answer
162 views

How to connect Tablet and PC without Internet connection

I have two applications that communicate between themselves with websocket and webRTC Those applications meant to work offline. The communication works offline while thous applications run on the same ...
Ben's user avatar
  • 1
1 vote
2 answers
650 views

C#: Problem receiving UDP packet from device connected via mobile hotspot

I'm having a problem with simple UDP packet receive from a device connected remotely via Windows mobile hotspot. The device (an esp32 wifi board) connects to the laptop via wifi, DHCP parameters are ...
Pipeloops's user avatar
0 votes
2 answers
291 views

Host endpoints inside Android application

TLDR: I am looking for a way to expose a POST endpoint from an Android app. Is this possible? If so, how? Long story: I want to receive data from Arduino devices on my android app. So I want a way to ...
Quentin M's user avatar
  • 181
2 votes
1 answer
3k views

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 ...
Den's user avatar
  • 21
3 votes
0 answers
404 views

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 ...
Shreyansh Dash's user avatar
3 votes
1 answer
554 views

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 $_....
mp3846's user avatar
  • 390
1 vote
1 answer
579 views

Is there any way to create an Hotspot with specified SSID and Password in Android 10 automatically?

I've been working for a while on an application that enables and disables an Hotspot with specific SSID and Password in order to create a connection and trasfer data through FTP with the connection's ...
Bonemannes's user avatar
0 votes
1 answer
889 views

How to control Windows 10 Mobile Hotpot settings from C# Windows application [duplicate]

I'm developing a Windows application in C# and distribute it with a PC with Windows Home operating system to customers. I'd like to make the PC a wireless hotspot. I tried creating a hosted network, ...
Yaron Habot's user avatar

15 30 50 per page
1 2
3
4 5
19