Questions tagged [wireless]

Wireless refers to the technology allowing transfer of information between two points that are not physically connected.

Wireless technologies allow the transfer of data between two points that have no physical connection. Traditionally, those physical connection are made in copper wires hence the term "wire-less".

1289 questions
-3
votes
1 answer

Wireless low-level API?

I am looking for an API that will allow me to manipulate wireless hardware very near the metal. For example, I would like to be able to build an application that simultaneously connects to multiple peers (physically close peers) as well as some…
jojeyh
  • 276
  • 1
  • 3
  • 12
-3
votes
3 answers

Android app to receive data sent by ESP-01 8266

I want to write an app that receives data sent by ESP-01 8266 and that ESP-01 is connected to the same phone hotspot. What is best way to achieve this?
Muhammad_08
  • 140
  • 2
  • 12
-3
votes
2 answers

Wireless API for Linux in C\C++

I'm trying to find a proper way how to reuse existing implementations of wifi tools(iw) in own code(c\c++). I need to get information about available AccessPoints in range(signal strength, mac addr., etc). I found couple example codes(WEXT and…
diabolusss
  • 29
  • 1
  • 6
-3
votes
1 answer

FileNotFoundException when using Wi-Fi in Android

My scripts have full access when I use my data plan and my app works fine, it is only when I switch to Wi-Fi that my scripts keep getting a 500 internal server error. I am using php scripts where my app accesses this using: public JSONObject…
redoc01
  • 2,107
  • 5
  • 32
  • 64
-3
votes
1 answer

how to transfer file from one PC to another PC via wireless (without router) by python?

I want to transfer images from my PC to another PC via wireless without router (or internet). I am using python. OS of both PC are ubuntu. how to transfer file(like image) from my PC to another PC via wireless by python? which python library do I…
AKmin
  • 1
-3
votes
1 answer

assembly language 8051 syntax error

i am new to assembly language. i want to run that code for 8051 controller,but its not working properly. it gives syntax error. kindly help me org mov a,#38h acall comnwrt mov delay acall a,30eh acall comnwrt mov delay acall a,#01 acall comnwrt mov…
-3
votes
1 answer

Debian, Beaglebone, WIFI interface works outgoing, not incoming

I have a panda wireless card setup on my BeagleBone Black (latest debian image). From the BBB, I can ping my router, and google. However, I cannot ping or ssh to the wireless interface of the BBB from another system on my network. I've tried with…
Coder1
  • 13,139
  • 15
  • 59
  • 89
-3
votes
2 answers

get MAC address from IP address in LAN network with router installed Openwrt

I need to detect MAC address of devices connecting to my router (running Openwrt). The idea is when a client connects to my router wirelessly, I can get its IP address (my router runs a simple C webserver). I want to get the MAC address of the…
Trung Tran
  • 231
  • 1
  • 3
  • 11
-4
votes
2 answers

Weird IP appears on local network

I've logged in to my router's console to check a small internet problem. And accidently noticed a strange ip connected to the wireless network which is 169.254.70.177 (the rest were all on the 192.168.1.0/24), I looked that ip up on whois and got…
T.Galisnky
  • 79
  • 1
  • 11
-4
votes
2 answers

How to Build lora network

I want to make Lora network in india that helps to receive node(sensor) data within 2km to 3km range in urban area. I had read some tutorial but I have some doubts... 1)can we use single channel gateway without license? (because in india 868mhz is…
-4
votes
1 answer

Getting Wireless Internet working on Arch Linux

Ive looked through various wiki articles trying to figure this out... If anyone could help me i'd really appreciate it. im on a dell inspiron 1720 and my wireless card is a broadband 43111 (BCM4311) I have no wired connection so I have no way of…
-5
votes
1 answer

Wireless Communicating

I'm looking for help with a project me and a friend are working on and I am actually just looking for references to sites which may be able to help. We are trying to make a system for communication between wireless sender and a receiver (Must…
Niens
  • 7
  • 1
-5
votes
1 answer

Iphone - Remotly Turn Off Air Plane Mode

Today my brother lost his backpack and all his camping gear in the woods while he went to get wood. He forgot which way back to the camp, and he has spent the past 6+ hours searching the woods. The iphone is in his backpack, but it is on airplane…
Shadowpat
  • 21
  • 6
1 2 3
85
86