Skip to main content

Questions tagged [local-network]

The tag has no usage guidance.

local-network
0 votes
0 answers
10 views

How to retrieve MAC address of specific devices discovered via SSDP and mDNS in Node.js?

I'm developing a Node.js application where I'm discovering devices on my local network using SSDP and mDNS. I have successfully implemented device discovery with the following code snippet: const SSDP ...
Web Dev's user avatar
0 votes
0 answers
77 views

Flutter iOS Local Network permission checking failed after updating my app's iOS deployment target to 13.1

Encountered issue where permission_handler library keep getting the status of Permission.nearbyWifiDevices.status as false. When I first open the app, it did ask permission and I've accepted it. Also ...
Mike's user avatar
  • 1,247
0 votes
0 answers
33 views

React Native Expo APK not sendung request to locally hosted Python flask server endpoint

i have an app build through expo. I have succcessfully build the apk. I have local server hosted through python flask in my laptop. My app needs to send data to that server api endpoint. How to do ...
176_Rajiv_Kumar_Sah's user avatar
0 votes
2 answers
150 views

How to access localhost:3000 from remote server

I have created a website using uvicorn and react. I want this to test this using another computer so I was able to run the frontend (http://:) using my another computer. The problem is when I send ...
user23344812's user avatar
0 votes
0 answers
22 views

Have Https on nextJS localNetwork while self hosted [duplicate]

currently I have a nextJS project that I want to host with the production environment with Https on my LAN is there any way to achieve this?
mikthatguy's user avatar
0 votes
0 answers
29 views

How do i send api post to local even after change ip?

I usually send a POST request from mobile WIFI network to my local server https://192.168.0.23:8000 (gateway is 192.168.0.1) (both are connected to the same network) Now if i change the gateway IP say ...
Maxwell Zimbardo's user avatar
1 vote
0 answers
106 views

Resolve mDNS in local network with javascript from https origin

My goal Ping an esp32 device which is in a local network without internet and without https. Reason I have a node js server with a PWA hosted on render.com. This server is communicating with my esp32 ...
Dr.Random's user avatar
  • 500
0 votes
0 answers
96 views

How to get audio using INMP441 with esp32 to Android application for 2 way audio communication?

I want to make a project using the esp32 cam microcontroller and INMP441 sound module to communicate esp32 with an Android application. I want to get audio using the sound module and send it to the ...
Janaka Prasad's user avatar
0 votes
0 answers
13 views

Unable to run python websockets on local network

I am creating a websocket using ip ="0.0.0.0" so it can be connected on the local network but unfortunately i am having problems doing so ,i am using ubuntu and also have tried to setup ...
Muhammad Tariq's user avatar
0 votes
0 answers
216 views

Maximum Possible Data Transfer Speed Over Local Wi-Fi Network

I have encountered an issue with limited data transfer speed over Wi-Fi between two devices. I have a TP-Link EC220 G5 router operating on both 2.4 GHz and 5 GHz frequencies with speeds up to 300 Mbps ...
HeartMarshall's user avatar
0 votes
1 answer
311 views

LocalNetworkGatewayCannotHaveEmptyAddressPrefixAndBgpSettings Error when setting up local network gateway

Trying to setup a local network gateway and hitting this error: LocalNetworkGatewayCannotHaveEmptyAddressPrefixAndBgpSettingsThe local network gateway /subscriptions/XXXXXX/resourceGroups/XXXXXX/...
begood's user avatar
  • 1
0 votes
0 answers
52 views

How can I find a application or service on the local network?

I have two sprig-boot applications running on two different computers within the same local network. I need to make a rest request from application 'A' to application 'B'. The computers can reboot, so ...
fckNewbee's user avatar
0 votes
1 answer
40 views

how to access to reactjs in local network

I'm running a reactjs in linux and I'm trying to access it from another device in the same network ,I saw these questions q1,q2,q3 but didn't help , I turned off firewall , I run "npm start --...
the_yaz2000's user avatar
0 votes
0 answers
124 views

Android keeps disconnects & connects to WIFI network

I use an access point without internet to transfer files via TCP/IP socket between android devices to a windows pc. I use several models and OS of android (OS between 9-13) Currently we work only with ...
Dolev Hadar's user avatar
2 votes
0 answers
471 views

Cannot resolve Ip address using hostname in android?

I've been working on project that uses the Hostname of the device connected to a local network and resolve it into ip address.But the problem is android cannot resolve the hostname of the device ...
Dharun's user avatar
  • 161

15 30 50 per page
1
2 3 4 5
11