Questions tagged [adhoc]

a solution designed for a specific problem or task, non-generalizable, and not intended to be able to be adapted to other purposes

552 questions
-1
votes
3 answers

iOS Over the Air / Web App Distribution with Enterprise Program - "in house"?

From what I understand, with my $299/yr iOS Developer Enterprise Program, I can distribute an "in-house" app to an unlimited number of users for beta testing/etc without keeping track of specific device UDID's. My question is: Is there a way (a…
lreichold
  • 755
  • 12
  • 27
-2
votes
1 answer

How to connect two laptops through USB?

I'd like to connect multiple laptops through a wire such as USB. For example one of laptops is host and the others are going to be client. The client server will send a data buffer, and the host server will listen client's data streaming. It will be…
강대원
  • 13
  • 1
  • 3
-2
votes
1 answer

How to configure ad hoc network using C# windows form app for windows 10, 8

I'm wondering if there is a way other than executing cmd commands in my windows form app to enable or configure an ad hoc network in windows 10? I'm looking for a direct way like using windows's own libraries which the cmd command for ad hoc (netsh…
Jac0231
  • 1
  • 1
-2
votes
1 answer

Topology change: star to hierachical?

I'm not familiar with omnet and adhoc network. I have investigated many papers, theses, books and tutorials (ex: Tictoc, inet framework..). Therefore, I worry that this work has been for a long time. Now I have to simulate the different topology…
-2
votes
1 answer

I Have passed all the test cases for the problem and even all the test cases on Udebugg and still getting a WA verdict on UVA online judge

Judge Name- UVA Online Judge Problem Name-Burger Time? Problem ID-11661 Link-https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2708 I Already Tried To solve It and passed all the test cases provided in the…
-2
votes
3 answers

Could I make an AD-HOC network on my mobile?

Is it possible make an AD-HOC network on my mobile? How can I do it? Could I make an AD-HOC on Android Mobiles?
Diablixta
  • 1
  • 1
  • 1
-2
votes
1 answer

I am solving PALIN on spoj ,but I am getting NZEC error even though it is working on ideone

A positive integer is called a palindrome if its representation in the decimal system is the same when read from left to right and from right to left. For a given positive integer K of not more than 1000000 digits, write the value of the smallest…
-2
votes
3 answers

Why my answer always gets wrong

I am solving a question on Codechef BUY1GET1.Here is the question. One day Alice visited Byteland to purchase jewels for her upcoming wedding anniversary. In Byteland, every Jewelry shop has their own discount methods to attract the customers. One…
Abhishek
  • 49
  • 6
-2
votes
1 answer

How does this code count the number of occurrences of each letter C++

for(int i = 0;i < length; i++){ count[string[i] - 'a']++; } I have seen many people use this code to count the number of occurrences of each letter in a string.Would like to know how this code does that.
-2
votes
2 answers

Special Binary Codes

Find n binary codes of length n such that distance between each pair is n/2 , where n is a even number , if possible?How to generate all codes? for example n=4 we have 1110,1101,1011,0111 each pair have distance 2. Distance between a pair of code…
-2
votes
1 answer

What happens to DNS queries in adhoc network?

I have an adhoc network where A uses B as an HTTP/S proxy. A has no direct internet access, but can access the internet through B. I have it up and running just fine, but can only access websites via IP address. Whenever I try to use a domain…
Dan Ramos
  • 1,092
  • 2
  • 19
  • 35
-4
votes
1 answer

How to implement ad hoc connection on android?

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 find and connect to ad hoc network?
user2116203
  • 9
  • 1
  • 1
1 2 3
36
37