a solution designed for a specific problem or task, non-generalizable, and not intended to be able to be adapted to other purposes
0
votes
0answers
13 views
how we can add element at the starting of array in every operation and compute sum of any given range.?
You are initially given an array of N integers ( 1<=N<=105 ). Given this array, you have to perform 2 kinds of operations :
(i) Operation 1 : Op1( l, r )
You are given 2 integers l and r. ( 1 ...
0
votes
1answer
20 views
Fast AdHoc Queries
(Requirements)
We need a fast and scalable solution.
We need faster way of doing adhoc queries;
I am thinking about seperating my 10 column table into 10 tables.
The table has got 10 Billion rows.
...
0
votes
1answer
32 views
AdHoc network Library Linux [closed]
I need to set up an AdHoc network in linux (Debain specifically) in a C/C++ program. It needs to be able to search for existing networks, or at least confirm that a network exists with a given SSID, ...
0
votes
0answers
9 views
Get signal strength of individual nodes in an ad hoc network
I'm trying to get the signal strength of individual nodes in an ad hoc network. I saw some examples on how to get the signal strength of a particular ad hoc network with the mac address of the ...
1
vote
0answers
22 views
Get other's IP adress in ad hoc network
I set an ad hoc network between 2 computers and I want to know if there is any way to get other's pc IP adress programmatically.
If anyone know any API or funcion, it's welcome.
Thanks.
0
votes
0answers
25 views
How to use the B.A.T.M.A.N protocol in a network application?
I intend to build a network of Raspberry Pis. I would like to use the B.A.T.M.A.N protocol for routing purposes. I read its included in the Linux Kernel since 2.6
I would like to know that what do I ...
0
votes
1answer
39 views
IOS-install from App Store over top ad hoc
I recently experienced an issue with the following scenario:
1). Installed my app on another device through XCode
2). Fixed some issues and submitted to the App Store
3). User using the device ...
-1
votes
0answers
39 views
how to set rate of ad-hoc wifi [closed]
I am trying to run a test and I want to set the data-rate on my laptop that is setup for Ad-Hoc mode. If I run iwlist wlan0 bitrate I get a wlan0 unknown bit-rate information. response.
Undeterred, ...
0
votes
0answers
102 views
Citrix Receiver, XenApp/XenMobile .ipa provisioning, and deploying an Ad Hoc .ipa into a Citrix environment
I'm working with a client that is asking for an .ipa file that they want to deploy using Citrix NetScaler. Is this similar to what TestFlight is doing? Is Citrix overriding the provisioning profile ...
1
vote
1answer
58 views
How can I programatically get the IP address of a peer in an adhoc network?
I have developed a program in an academic project. This program includes a client and a server portion and aims to allow two notebooks to exchange information in an adhoc network:
The program should ...
1
vote
2answers
111 views
How do I add a device to my provisioning profile?
It looks like the Apple's provisioning page has changed on me. I do not see a button for "add device" under my distribution profile anymore. Am I blind?
0
votes
0answers
258 views
arduino RN-XV WiFly Module ad hoc
Im trying to make a connection between my laptop and arduino using RN-XV WiFly Module.
I will describe what i want to achieve and what ive done so far.
Ive set the wifly in ad hoc mode,connected in ...
2
votes
2answers
146 views
Cannot distribute AdHoc ipa file
I have a xcode project that I would like to distribute to collegues of mine, I have therefore added all my collegues UDID in the devices section of the provisioning portal, I then downloaded the ...
0
votes
0answers
388 views
Creating a linked server from SQL Server X64 to text and Excel using the Access driver
We are now in progress of moving all our production databases from a SQL Server 2005 32 bit instance to a brand new SQL Server 2012 64 bit instance.
one of the main hardships that our developers ...
0
votes
1answer
113 views
How do I distribute ad hoc OTA apps without the .mobileprovision?
I followed a set of instructions from multiple sources about how to deploy apps ad hoc without the need for itunes; however, I ran into a discrepancy. I got the necessary distribution certificate, ...
1
vote
2answers
154 views
Urban Airship – iOS production pushes working with Ad Hoc but not the Release build
First let me say that I know confusing the Development and Production API keys are the most common cause of this sort of error, but I am pretty sure that is not the case here.
I have my iOS app setup ...
0
votes
0answers
136 views
Android wifi connection API (No wifi direct) [closed]
I created manually an ad-hoc network (IBSS) with iwconfig among several Android tablets.
Now I would like to develop an Android App to send/receive files between two nodes.
I don't know which are ...
-3
votes
1answer
2k views
How to implement ad hoc connection on android? [closed]
it is posible to implenet in application ad hoc connection? I want to write app which need to connect to ad hoc network, but i know that android no support ad hoc networks. Can i do application which ...
0
votes
1answer
118 views
How Does Spaceteam Work?
For those not in the know, Spaceteam is a very popular and very fun multiplayer game for iOS.
It allows for real time gameplay among multiple devices on an ad-hoc Wifi network - how does it do this?
...
1
vote
2answers
143 views
xcodebuild failure clang:error no such file or directory:
Having a problem when building with xcodebuild. My project/app builds fine with the Xcode - gui. It simply isn't finding/building the libcryptopp library which is part of the build process.
The error ...
2
votes
1answer
2k views
Create an access point with the Nexus 7
What's the aim?
Create an Access Point with an Android device (Nexus 7 in my case). The final purpose is to connect a WiFly card to this created network and exchange data between these devices.
...
0
votes
0answers
22 views
iOS6 how to replace adhoc version with appstore version
This may be a basic simple question - but then you don't know! :)
I distributed adHoc version of my app for testing. The app is now in the app store. I want my testers to replace the adHoc version ...
0
votes
0answers
309 views
Wifi direct vs ibss ad hoc network
I would like develop an ad hoc network with three or more devices.
I read about Google has filtered the IBSS (ad-hoc network) and it forces the developer to use Wifi direct.Can I use the wifi direct ...
0
votes
0answers
58 views
MCS index for ad-hoc networks
I have been trying to sort the MCS index values while running two machines but I do not notice the values to be changing other than 1 Mbps even when i send or receive a large number of packets. I have ...
-1
votes
1answer
58 views
Reading HTTP request on an Adhoc network [closed]
I have an app on my iPhone that makes HTTP request to my home router to talk to a home automation router that my phone connects to via wifi. How can I read the HTTP requests made from the iPhone if ...
0
votes
0answers
209 views
Do not get push notifications service Xtify with Ad Hoc distribution certificate IOS
In the last two days I'm going crazy with the integration of api Xtify for IOS, did the version for android in an afternoon, is very simple and easy, but the iOS is a bit annoying to do ...
Well, ...
0
votes
0answers
39 views
Units for interference range in wireless networks?
Can somebody explain me in what units does the interference range is measured?, also what are all the hidden factors included in calculating it?, like power and some other factors if exists.
Is there ...
0
votes
0answers
216 views
Cannot detect ad hoc networks
My company's laptop (Windows 7 Professional) does not allow me to create an ad hoc network. It says "Your system administrator does not allow you to create ad hoc (computer-to-computer) networks. For ...
0
votes
0answers
40 views
Can I distribute an app for test built with StoryBoard when target is 4.3?
I have built an application with xcode 4.5.2 using a Storyboard. Finally I was able to build for deployment of 4.3 but when I follow the instructions on how to distribute the app for beta testing, I ...
2
votes
0answers
102 views
iPhone app having bugs on app-store version but not ad-hoc distribution
The AppStore version of my iOS app has some bugs that I could not reproduce on Ad Hoc and debug mode, even when I use the same archive for both.
According to the accepted answer from Bug Appears in ...
0
votes
1answer
1k views
windows 7 ad-hoc network (no internet connection) [closed]
I am trying to create an ad-hoc network in order to tether my ethernet connection. (I want to be able to connect that ad-hoc network.) I tried connectify but it did not work out. Then, I tried ...
0
votes
1answer
338 views
ad-hoc deployment with xcode 4.5
i want to test my own app on my iphone. I saw a video tutorial in youtube and so i shared my app to my device. But however, it doesnt work. The app is running correctly in the simulator (version ...
3
votes
2answers
2k views
Failed to install ad-hoc distribution with itunes 11.0.1
I have strange problem. I developed app code signed it with Distribution provisioning profile which includes correct devices and sent it to Client. He installed via iTunes and there were no problems. ...
1
vote
0answers
184 views
Virtual wireless interfaces in different modes on single radio
I'm looking for a USB wireless adapter that will support virtual interfaces running in different wireless modes at the same time. I've found USB wireless adapters that support multiple wireless modes ...
0
votes
1answer
95 views
Accessing iPhone app logs from Ad Hoc build OR transferring project build to another machine
I'm developing an iPhone application with Xcode 4.5.2, and when I run the app on a device or in the simulator, via Xcode, the logs are showing in the Xcode Console.
My question is, when I build an Ad ...
0
votes
0answers
74 views
Wirelessly installing app on ipad.Steps to be followed
Hello i am following the apple tutorial on how to deploy apps and the steps to be followed. I am using this source of apple.
...
1
vote
2answers
319 views
Creating “Data Source View” with Stored Procedures?
I'm trying to create a Data Source View, to use with Adhoc SSRS Reports.
These are the steps to make Adhoc reports.
Data Source > Data Source View > Data Source Model > Report Builder > Report.
...
0
votes
0answers
193 views
C++ How can I get RSSI of node on adhoc network?
I would like to get the RSSI of the node on an ad hoc network.
How can I get RSSI of node on adhoc network?
0
votes
0answers
124 views
Ad hoc distribution Plist file
I want to read the plist file used for ad hoc distribution in my code after downloading the app. Is there a way to do it?
Also I wanted to know whether there is a way to know where an iphone app was ...
1
vote
0answers
109 views
App works fine on Debug but not on AdHoc
I have an App that works perfectly on Debug (device and simulator) but once I archive it for AdHoc it just crashes.
Even with the Distribution provision files selected y clic play and works fine.
...
2
votes
0answers
260 views
Create an Ad hoc network over WiFi adapter (WAN) [closed]
I want to create an Ad hoc WAN network in my program, which other people can connect to as long as they are running my program.
The purpose of the network is to allow the program to exchange data ...
1
vote
0answers
59 views
iOS App Memory Differs in Debug and Adhoc(Distribution)
My app seems to run pretty flawlessly in Debug. The memory footprint seems reasonable, but for whatever reason when I run an Adhoc version of the game the memory footprint increases dramatically.
...
1
vote
0answers
40 views
Ad hoc synch not working for reset devices
I dont know if anyone can help me here, our previous lead developer has left and now we need to change the Apple ID’s associated with a number of IOS devices to a more generic company ID.
His account ...
1
vote
2answers
478 views
Getting OSStatus error 100021 when trying to ad hoc distribute ios app
Im getting this awful and weird error when having selected an ad hoc distribution certificiate in Xcode in the Distribute for Ad Hoc section. Anyone know how to fix this error? :-)
Thanks!
1
vote
1answer
204 views
why my adhoc profile will expire?
I got notice from my Adhoc App at my Development device that, my adhoc profile will expire 2 days later.
But I want to use it as a Demo in next week.
Why that happens?
how to solve the problem?
...
1
vote
0answers
149 views
Adhoc iOS App crash - CFDataGetBytePtr
I have a iphone app which gets bytes from image and does some manipulations. At the end, bytes are copied back to UIImage. When I test on 3GS, It works perfectly well. No crashes. When some of my ...
0
votes
1answer
134 views
Xcode adhoc provisioning
I just distributed my first ad hoc provisioning app to my iPad via iTunes and all seemed to have worked fine, except the fact that my app does not show an icon on the iPad, only a silver button.
When ...
0
votes
0answers
48 views
ad hoc scanner just wont work
So far i have this code that is suppose to be an ad hoc scanner, im not sure where exactly the problem is because i get a very odd error in the output.txt file. it all starts when the program hits the ...
0
votes
0answers
78 views
How do I archive for my adhoc build config, not release?
I have 3 build configurations: Adhoc, Release, and Debug.
Adhoc is a copy of release, with a flag Adhoc=1
Adhoc has Adhoc=1
Debug has Debug=1
Release has Release=1
I do this to point at different ...
-1
votes
1answer
31 views
need help about network mathematic model [closed]
I'm working on a mobile adhoc network scenario, and struggling with finding related mathematical model to match this scenario and then predict the characteristics of this scenario (such as the maximum ...

