Skip to main content

All Questions

Tagged with
0 votes
0 answers
694 views

Cannot connect to server on hotspot connection using socket

I am writing an app for android which creates a client. The server(a PC) is connected to this mobile via wifi. But it seems the server is not able to listen the client. I've tried to reverse the ...
anas amin's user avatar
0 votes
2 answers
2k views

How to load laptop's localhost website on another device connected through WiFi hotspot?

I want to transfer sensor data from one device(with sensor and wifi hotspot. For now i'm using my laptop) to other devices connected via WiFi hotspot. For this i want to host a localhost website ...
Manik's user avatar
  • 593
-2 votes
1 answer
528 views

Cannot create socket connection to Android device running hotspot

I have an Android phone running a hotspot and an app with a server socket running on port 10000. The phones IP address is 192.168.43.1. Another phone connects to the hotspot (address is 192.168.43.6) ...
mwarning's user avatar
  • 761
3 votes
1 answer
2k views

.NET UDP Client use over internet not working

I have a rather complex client server app that has three separate UDP connections. One connection (port 50001) is for control of a device. This connection listens for connections from a remote device ...
Tom's user avatar
  • 567
1 vote
2 answers
5k views

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 ...
Filipe Gonçalves's user avatar
2 votes
1 answer
3k views

Android socket connection between hotspot and client

I am making an app that checks for certain connections (looking for a list of SSIDs) and creates an hotspot for said connection if it doesn't find any. Basically it should act as a local area network. ...
Maldus's user avatar
  • 11.4k
3 votes
1 answer
2k views

Android ServerSocket accepts a wi-fi hotspot

I have an Android device that is running as an access point (a.k.a. Wi-Fi hotspot) and it is running this code: serverSocket = new ServerSocket(serverPort); serverSocket.setReuseAddress(true); while ...
ChrisVollo's user avatar
2 votes
0 answers
1k views

TCP connection not working properly when using iPhone as hotspot

I'm developing an application for iOS which is connecting through TCP sockets to a server aplication run on Android. In order to find the IP of the 2nd device I use a UDP request and receive the IP of ...
WWJD's user avatar
  • 1,124
1 vote
1 answer
1k views

Get local address(server) of wifi hotspot after getting connected to it

I am working on client server threads via using socket programming... Both client and server are android devices, Server with Hotspot enabled and client with wifi enabled. Now client has password of ...
c000p's user avatar
  • 53
11 votes
1 answer
9k views

Data Exchange between two android devices over hotspot

I want to exchange data over hotspot between two android devices. I've tried to properly connection. First, I created a portable hotspot: Network SSID - my_hotspot Security - WPA PSK Password - ...
Bunyod's user avatar
  • 1,371
1 vote
3 answers
3k views

Sending data from one Android device to another

I have to send data from one Android devices to many other Android devices. This will likely be a one way communication, as the sender will "push" data to the receiver, and the receiver ...
HJM's user avatar
  • 13