i want to make wi-fi direct connection between my wi-fi direct supporting windows platform device and wi-fi direct supporting android device.
does any one tried this ?
Related
hello, i research one app for Tethering on my ht2 with win mob 6.5. it's for create a network on infrestucture mode (no ad hoc).
Thanks
PS: sorry for my english
what's wrong with the tethering feature that comes with winmo 6.5??
wifi on win mo 6.5 is ad hoc
I'm having same problem here with my HD2!
Need to change the CM Internet Sharing mode from ad-hoc to normal wifi routing. My Samsung UN60C6400 TV is not able to connect to ad-hoc devices for internet use. I know it sounds overkill but I have a reason to connect my TV to my HD2 internet.
I need to upgrade the firmware of my TV but Samsung servers identify my local cable company interner IP address and won't let me download the upgrade.
By using my HD2 internet connection, Samsung servers will identify the IP address from at&t USA and will let me download the TV firmware upgrade.
How I change connection mode from ad-hoc to normal wifi routing?
Thanks!
Hey Guys,
I need a little guidance from you.
I am developing an app that connects to a medical device(an RTOS) using a certain port over Androids Wi-Fi hotspot feature.
This is how the app works:
1) it has to find all connected network devices to the Phone.
2) ping and/or examine remote device/port to identify remote device.
3) if everything is fine get stuffs done using this connection.
I am facing problem with step 1, later steps are working fine.
My question is:
a) how do I find all Wi-Fi network devices connected to a phone?
I have read that we can connect up to 5 devices to a Wi-Fi hotspot. I can just ping 5 of them but knowing which IP address range is assigned to remote devices is important.
Since Wi-Fi works in a different layer, I cannot always rely on IP address. However given the fact that dnsmasq(andys own DHCP server) is always running, I came up with a possible solution.
Lookup arp cache in /proc. But its true that arp entries will timeout, which makes my solution unreliable at any given moment.
Here comes the other question,
b) can I ping Wi-Fi hotspot broadcast IP and wait for the remote devices to reply? I have read somewhere that network devices connected to Android hotspot won't reply back as expected, is it true?
I need to support general public who cannot root their device, so using /data is out of my option. Since I cannot re-design the remote RTOS device, sending beacon packets to Android is not an option too.
c) Is there any APIs that I can use directly?
Any help would be greatly appreciated.
how to find wi-fi hot spot connected devices??
I hav d same question as nixtalker, that how to find devices connected to our mobile hot-spot ??? is there any android apps??? plz reply.
Wifi Problem Solve
Hi buddy you can use wiifimanger class that call by Services class.
1)
WifiManager mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
WifiInfo mWifiInfo = mWifiManager.getConnectionInfo();
ConnectivityManager myConnManager = (ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);
NetworkInfo myNetworkInfo = myConnManager.getNetworkInfo(ConnectivityManager.TYPE_WIFI);
getDeviceIpAddress();
this can give you wifi connected device IpAddresses.
I have created a hotspot from an android device and connected laptops to it via WiFi
now i want to add my Desktop computer to the same home-group
For this, I connected another android device to the above WiFi network and tethered the same to Desktop
but the desktop is not getting into the same home-group network
I don't want to just share internet connection
Rather i need to share files also over the home-group.
Is it possible to do so??
Hi,
I like to use my old Android phone (kitkat) as wlan router, NOT only hotspot.
So ideally it should be possible to connect my PC via WLAN for Internet access AND also
to use a logged-in printer. Until now I can connect the PC(s) for internet and connect the printer
but there is no way to access the printer from the PC. Akaik this means there is no internal
routing in the android device.
I didnt find a solution via an app, is there any?
Because it is much Linux in the android, can i activate internal routing?
One of our android app is not working properly on the Mi-A3 device. We are trying to add an IoT product (Wi-Fi fan) by connecting with local IP when there is mobile data is enabled. At this point, the mobile data is disconnecting and connecting continuously. Due to this issue, we are unable to configure/add the IoT product on the Mi-A3 device. Let me know why this is happening in this Mi-A3 device with android OS version 10.
Note: This is working fine with other devices with the same Android OS.