WiFi
iOS WiFi network switching
My company is developing an iPhone accessory that requires a relatively high connectivity rate to the phone. Due to MFi limitations (USB 2 communications in HOST mode fair only around 100KBps), we\'re[详细]
2023-03-26 15:07 分类:问答iPhone indoor location based app
I am researching how to create an app for my work that allows clients to download the app (preferably via the app store) and using some sort of wifi triangulation/fingerprints be able to determine the[详细]
2023-03-26 11:38 分类:问答Wifi Scanning code
Here is my code: package hu.wifx.droid; import android.app.Activity; import android.os.Bundle; import android.widget.Button;[详细]
2023-03-26 03:45 分类:问答How to separate my code to many method?
I am a new in android developing, I\'ve code to connect to server and send commands, How to separate connection code in method and sending code in another method.[详细]
2023-03-25 16:10 分类:问答iphone - making Wifi-list app
I want to开发者_StackOverflow programmatically show a list of available wifi on my iphone. I tried to run this program but it doesn\'t work.[详细]
2023-03-25 09:22 分类:问答Problem in connection code
this is my class to connect and send commands to server i try separate connect code in method but when i test the (SocketConnect) method i found it doesn\'t work.[详细]
2023-03-25 01:55 分类:问答How to make a popup dialog appear on all devices connected to my WiFi, like with msg.exe or net send but cross platform?
I\'d like to have a popup dialog box come up on all devices connected to my WiFi, say with the message \"OK, you only get 15 mins of free WiFi\".Is there anyways I开发者_JS百科 can broadcast this to a[详细]
2023-03-24 13:54 分类:问答How to connect android application to PC in the access point network
How to connect android application to PC in the access point netwo开发者_如何学JAVArk programmatically via IP address.[详细]
2023-03-24 09:13 分类:问答Can i get internet if i'm using Access Point for WiFi in android??
Can i get internet if i\'m using Access Point for WiFi, i\'m using the code ConnectivityManager mConnectivity =(ConnectivityManager) getSystemSer开发者_JAVA技巧vice(Context.CONNECTIVITY_SERVICE);[详细]
2023-03-23 13:56 分类:问答How to send data using curl from Linux command line?
I am trying to transmit data out of an embedded Linu开发者_开发百科x device over the wifi connection. I have curl and wget on the device. How would I transmit data out of the device using curl or wget[详细]
2023-03-23 11:42 分类:问答