Wi-Fi Direct is an extension to wi-fi, created by the wi-fi Alliance, that allows for bluetooth style point to point networking as well as the more well known method of networking with access points that wi-fi traditionally uses. It is designed to make the process of connecting small intelligent ...

learn more… | top users | synonyms

-5
votes
0answers
34 views

iOS file transfer via wifi [closed]

I want to use wifi file transfer in my application. Like, I want the app to search for files using wifi, and get it from PC, camera wifi etc. I don't know how to do it. Can anybody help me out?
0
votes
0answers
9 views

How can I implement a wifi-direct host/receiver on Windows?

I want to write software for Windows that will serve as a receiver for Screen Mirroring via Wi-Fi Direct. I intend to try this first using the Android Screen Mirroring feature on the Samsung Galaxy ...
-2
votes
0answers
32 views

is it possible to connect a phone with wifi-direct to a pc> [closed]

I want to ask if is it possible to connect my phone with wifi direct with my computer? or it needs my computer to have also wifi-direct?
0
votes
0answers
25 views

Why would you want to configure intent filters from code?

I'm going through the Wi-Fi Direct tutorials for Android and had a quick question about how they're using an IntentFilter in the section "Set Up a Broadcast Receiver and Peer-to-Peer Manager". There, ...
0
votes
0answers
13 views

Automatically accept wifi direct connections through root

In Android SDK the Wireless P2P (WiFi Direct) API is provided. I am developing an application that would require for the app to connect to other devices on the fly that have the same application and ...
0
votes
1answer
40 views

WiFi Direct the right choice? Trying to make chat app - Android

I'm trying to make a simple chat app on Android for learning purposes. I would like it to have the following features: Different "rooms" which people can create/join. Working of Bluetooth/WiFi Direct ...
2
votes
0answers
20 views

WifiDirectActivity Sample alteration: Transfer an ArrayList<String> p2p

I have looked at the Android wifi p2p API here and have taken a look at the sample code provided in "WiFiDirectActivity" which simply allows phones to transfer image files from one phone to another. ...
0
votes
0answers
29 views

How to use Android's Wi-Fi Direct to send and receive ArrayList<String> objects from my app on one phone to the app on another?

I have looked at the Android wifi p2p API here and have taken a look at the sample code provided in "WiFiDirectActivity" which simply allows phones to transfer image files from one phone to another. ...
0
votes
0answers
40 views

Intent for device list in Wi-fi direct android

I have enabled wifi through code ... wifiManager = (WifiManager) this.getSystemService(Context.WIFI_SERVICE); wifiManager.setWifiEnabled(true); I want to redirect to the Available devices ...
0
votes
0answers
80 views

How to connect using wifi direct for transfer file?

i want to build an application using wifi direct to transfer files and i'm using NFC to reduce pairing time. I've already follow the instruction in ...
0
votes
0answers
92 views

Wifi Direct Android

i want to transfer files between 2 devices via WifiDirect. I wanted to do the same thing as in WifiDirectDemo but i can't transfer data from the group owner to the other device so i tried this: each ...
1
vote
0answers
56 views

Could not change the group owner ( Group Owner Intent )

I just add two buttons on the WiFiDirectDemo provided by Google. One of the button is called "Owner" and the other is "Client". I what two device to choose if they what to be the owner or not. In ...
0
votes
0answers
82 views

WiFi Direct example from Google developer sdk examples error during specific file sharing

I am trying to run the WiFi Direct Demo example from the Google API 14 and when I try to share any file from one phone to another via the demo app, I am only able to share photos(jpg) files...anything ...
0
votes
0answers
44 views

Android WifiDirect open socket connection in activity

I want to transfer data with WifiDirect. So I connected two devices with it and opened a SeverSocket on one device. When I want to connect to this ServerSocket from the other device by clicking a ...
0
votes
0answers
70 views

AllJoyn or Wifi Direct for P2P?

For Wifi P2P in Android, and considering: time, required experience, and performance. Should I go to 3rd party frameworks like AllJoyn or just use Android Wifi Direct? The app is not for commercial ...
0
votes
2answers
127 views

Increase transfer speed of TCP socket in java /android

I am developing wifi direct based file transfer application. I can see that the transfer speed using TCP socket is not satisfactory. The speed is normally 1Mbps. Whenever I analyze the data transfer ...
9
votes
1answer
161 views

How to find file name of a file which is transferred via wifi direct mode in android?

Hi My ultimate aim is to transfer files using wifi direct api in android between two devices. Once device act as a client another one act as a server as in the wifi direct sdk demo. For this, Creating ...
1
vote
0answers
45 views

Android WifiP2p - Get notified when a discovered device goes unavailable

I'm developing a Wifi-direct app in which i'm listing the devices that are available and when the device goes to "unavailble" status i have to remove it from the list. I tried with the ...
0
votes
1answer
36 views

How can I Listen for the event of a connection to my AP?

I create a WI-FI AP with my phone(Phone A), then enable it successfully; then I use another phone(Phone B) to connect to the AP; Now I want to know how I can get info of devices that are connecting ...
0
votes
0answers
143 views

sending messages between clients in Android p2p wifi-direct

If there are three devices A,B and C are connected using Wifi-direct , assuming B is Group Owner. How can A sends messages to C?On running the Android wifi direct demo ,I noticed that A and C knows ...
0
votes
0answers
180 views

Does wifi display sink support is provided in android 4.2.2? [closed]

I would like to have wifi display sink support in android 4.2.2 device. Are there any APIs exposed at application level for sink support?
-1
votes
1answer
1k views

how to connect android phone to pc on same wifi network? [closed]

I am beginner android developer ,I want to make app that can stream video,music and picture to PC from android device over WiFi , so How can i connect PC and android which are on same WiFi network? , ...
1
vote
0answers
48 views

android Wifi direct simultaneous membership

Does android P2p device supports p2p simultaneous membership? I have three device A,B,C. A is the Group owner, B is a P2p client and together form a group. I need B performs a new group negotiation ...
0
votes
0answers
81 views

Wifi Direct Group Owner Address

that's a easy question , i need get "Group Owner address" in "Wifi direct" , i know this is in WifiP2pInfo.groupOwnerAddress , but how can i initialize WifiP2pInfo.groupOnwerAddress to get the Group ...
8
votes
3answers
2k views

Android <-> iOS direct communication (bluetooth). Is it possible?

First of all I am an android developer so the question goes to all the iOS developers. Is it possible to achieve an Android <-> iPhone/iPad direct communication? Some claim it is not possible, ...
0
votes
1answer
822 views

Connect PC C++ with android tablet via wifi direct

Can I establish socket connection via wifi direct with PC using something like (http://msdn.microsoft.com/en-us/library/windows/desktop/hh769062(v=vs.85).aspx) and android tablet using this ...
0
votes
0answers
107 views

Please suggest whether Android WiFi Direct supports Multicast Socket communication

Using WiFi Direct in Android is it possible to establish a MulticastSocket communication? I tried a lot for multicast socket communication between S3 and Note2 devices but no success. Is WiFi Direct ...
0
votes
1answer
177 views

Can WIFI direct and WIFI station work simultaneously?

As far as I know, essentially WIFI direct is enabled by a soft AP. My question: can the underlying WIFI module work as a WIFI station and as a WIFI direct endpoint simultaneously? That means, we hope ...
1
vote
1answer
462 views

Broadcasting over Wi-Fi Direct

I'm looking at the possibility to broadcast over a Wi-Fi Direct connection between multiple Android devices. I've created a simple message broadcasting application to test whether or not it works, but ...
0
votes
1answer
375 views

Android WiFi-Direct Connection and Broadcast

1) How long does it take an Android device to set up a WiFi-Direct connection with another Android device? I read some news from GM, they are developing something system with WiFi-Direct, they claims ...
0
votes
0answers
120 views

Can wi-fi direct group and legacy wi-fi concurrent connection be bridged?

Is it possible to bridge Wifi direct group and a concurrent legacy wifi connection? My android phone is a group owner of a wifi direct group and my laptop is connected to my phone via legacy wifi ...
0
votes
1answer
72 views

How to add a device to a WifiP2pGroup in Android

I'm seriously confused... The android documentation is VERY good, but is very limited in scope. Say I have a device that calls createGroup(Channel,GroupInfoListener). When available, ...
0
votes
0answers
66 views

Find out if a device is running my application over Wifi-Direct WITHOUT NETWORK SERVICES

I understand that in Android API 16, the WifiP2pManager has an addLocalService method that can be used to query devices. But how would I do this for API level 15? Essentially I have one device as a ...
0
votes
0answers
203 views

Need a healthy tutorial to send UDP packets via WiFi Direct [closed]

I am rookie in android development and wrote a basic program that can send and receive UDP packets via legacy WiFi taking bits of code from different sites. Presently, I want to do the same using wifi ...
2
votes
1answer
240 views

Mac address for group owner WIFI DIRECT?

can I request for Mac address for group owner in WIFI DIRECT at android platform ?? i wounder if this correct ?? first request for WifiP2pManager.GroupInfoListener then it return WifiP2pGroup ...
0
votes
1answer
65 views

Wifi Direct Groups Memorised

How can I delete the groups memorised by Wifi Direct? If it is possible, what is the function allowing to delete groups? thanks.
1
vote
1answer
109 views

How to know the name of interface for WiFi DIRECT in android?

I need to know what is the name of wireless interface for WiFi direct at android platform. It seems that wlan0 is the most common interface used, but how exactly do i know it ? I saw this answer on ...
-1
votes
1answer
1k views

Wi-Fi Direct on Jelly Bean (using HTC One X) [closed]

I am developing an app using wi-fi direct api (currently testing on an htc one x). I started developing the app with ICS and just recently after updating to jelly-bean it stopped working. Using wi-fi ...
1
vote
0answers
34 views

how to get the suitable linux commands for android ? [duplicate]

i need to know what are linux commands used for WIFI DIRECT in android ? i am confused in these commands at this link.
1
vote
0answers
325 views

if this linux commands applicable for android WIFI DIRECT?

i found resources talk about Wifi direct commands in linux at this link . i am wondered if these commands are applicable for android WIFI DIRECT ??? i need to access WIFI direct from terminal using ...
0
votes
1answer
286 views

Android Wifi Direct Service Discovery

I'm trying to implement a simple android application that broadcasts a WifiP2p bonjour service on one device and have a second device discover and connect to it. I've pretty much followed the ...
0
votes
0answers
284 views

how to know the wifi direct commands which used in android?

i interested to know what commands that used in Android ? i have a look to p2p WIFI direct but i didn't catch these commands!! i see these commands from this link that used in Linux. but do they ...
1
vote
2answers
563 views

How can I handle multiple clients connected to a server using sockets?

I have an Android app that needs to let multiple devices connect. One device should act as the group owner and issue instructions to all of the clients to do specific things. I suppose it's comparable ...
1
vote
0answers
139 views

Persistent group in Wi-Fi direct

When create a group via Wi-Fi Direct, i know that we can make a persistent group. My question is: can i create a persistent group but each time the group owner is changed (i.e; each turn the group ...
0
votes
1answer
135 views

How to develop a wifi sync app for PC to Windows Phone?

I want to develop a wifi sync app for pc to windows phone.Any idea about how to start?
0
votes
2answers
192 views

How to Know if you are connected to Wifi Hotspot/Wifi/ Wifi Direct

Is there any way in Android we can figure out that if we are already CONNECTED to some Wifi or Wifi Direct or Hotspot. if yes please let me know how? I need to find for all the 3(wifi/hotspot/wifi ...
0
votes
2answers
134 views

Possibilities communication beetwen several Windows 8 RT devices (running same app) C# WI-FI

I want to develop an app, which will be running on tablets with Windows 8 (RT). One tablet with this app should be a "master" tablet and this tablet will communicate with other tablets "slave" ...
3
votes
2answers
339 views

Android Wi-Fi Direct read rssi signal strength

I need to measure Wi-Fi Direct signal(RSSI signal) between two Android mobile phones. How i can do that?
0
votes
1answer
638 views

What WiFi-Direct Libraries Exist?

I want to play with screensharing between my apple devices. I know WiFi direct is part of what supports the Airdrop feature to send files between macs and want to play around with that API. I'll ...
0
votes
0answers
203 views

Wifi direct Peers Connection no response

i am trying the Wifi-direct API. My devices are galaxy nexus with Android 4.1.1. Here is the logs in Logcat: 02-17 03:05:30.166: I/wpa_supplicant(1415): p2p0: P2P-PROV-DISC-PBC-RESP ************ ...

1 2 3