multipeer-connectivity Questions

0

On Android I'm doing this way to create a service broadcast with a simple attacched map as info HashMap<String, String> record = new HashMap<>(); record.put("info, "my android info"); ...
Forlorn asked 4/4, 2017 at 15:1

5

Solved

I wonder if this Multipeer Connectivity framework is ready for use in the real world, given all the bugs that have been encountered by the community. I think I'm setting it up right, but all the ot...
Lamaism asked 11/4, 2014 at 13:50

1

Solved

I'm seeing the following errors in my MPC app in iOS 10 and I'm looking for some help explaining them. After the peers are connected, several of the errors below pop up. The peers end up connecting...

4

Solved

I'm using the mutlipeer connectivity framework for the first time, and I want programmatic ( not with the assistant classes) control. Everything is working exactly as described when I run my code ...
Ailey asked 21/1, 2014 at 16:54

6

Solved

I am creating an iOS/macOS app that uses remote control functionality via the Multipeer Connectivity Framework. Since the device to be remotely monitored and controlled will run over an extended pe...

6

Solved

I've been looking at iOS 7's new P2P networking framework, MultipeerConnectivity, and from the description, it seems to me that it uses a combination of some kind of Wi-Fi Direct technology and Blu...

0

Using Peer to Peer call is pretty simple, and deliver clear audio between users. And during some workaround, we created conference with WebRTC source, using several PeerConnections. Maybe it's not ...
Container asked 4/11, 2016 at 10:26

3

Solved

I know you can get the current machine's icon from cocoa using the following code: NSImage *machineIcon = [NSImage imageNamed:NSImageNameComputer]; But is it possible to get the icon when given ...
Expiatory asked 3/9, 2015 at 7:57

4

I hope to use the Multipeer Connectivity framework, and would appreciate any voices of experience on how best to proceed. I need a connection between a "coach" device and up to 45 "player" devices...
Medieval asked 20/10, 2013 at 15:37

2

Is there any framework that connects an iOS device to an Android device using a mesh network? There are apps like FireChat that ables users to speak to each other using only Bluetooth and wifi (vi...
Carrasco asked 31/3, 2014 at 15:50

3

Solved

I have the following scenario: Peer A is waiting for invitations in a custom UI (let's call it WaitingVC). The MCNearbyServiceAdvertiser object is initialized at application start, and the adver...
Laundes asked 20/10, 2013 at 8:26

2

I'm working on a project that uses MC framework as a communication channel, and after some tests I have the perception that this channel is somehow unstable to rely on. I've been following Apple's...
Overarm asked 4/1, 2016 at 18:9

0

The Multipeer Connectivity Framework documentation is a bit lacking. Below I have several questions about connections and relaying. In order to make things easier, I created an image for each ques...
Jingoism asked 6/12, 2015 at 3:50

4

During the Apple TV announcement, the developers of Crossy Road demonstrated using an iPhone as a 2nd controller for an Apple tv game: http://www.macrumors.com/2015/09/09/cooperative-play-for-cros...
Cockayne asked 11/9, 2015 at 1:2

1

Solved

I was learning about Multipeer Connectivity framework of iOS from the tutorial site http://www.ralfebert.de/tutorials/ios-swift-multipeer-connectivity/ . The example provided was really useful to ...
Dewberry asked 15/9, 2015 at 6:58

2

Solved

I am developing a platform game trying to make it as well for multiplayer using the IOS Multipeer connectivity. I am stuck/confused/do not know what is the best way to send messages between peers (...
Ashling asked 9/8, 2015 at 20:40

1

Using both the frameworks, we can send messages to session.peers using Bluetooth? I am using multipeerconnectivity framework to send messages to my peers, but it usually has a delay of 1.4 sec bet...
Reprieve asked 29/6, 2015 at 6:16

3

I'm sending a file between two devices using iOS 7's Multipeer Connectivity Framework. I'm using NSStreams to tranfer the file, as my previous attempt using MCSession's sendData:toPeers:withMode wa...
Err asked 10/10, 2013 at 21:8

3

I have a MultipeerService class which is used to start advertising and browsing sessions. For some reason I am not sure why I am not able to see any advertisers. MultipeerService.m -(void) start...
Ciracirca asked 12/12, 2013 at 17:28

5

Im using MCNearbyServiceBrowser and MCNearbyServiceAdvertiser to join two peers to a MCSession. I am able to send data between them using MCSession's sendData method. All seems to be working as exp...
Oblivion asked 21/9, 2013 at 17:7

1

Solved

I want to send microphone audio data over Multipeer Connectivity (iOS 8) and play it through the speaker of the receiving peer. I've also setup the AVAudioEngine and I can hear the microphone data ...

2

Solved

I am trying to maintain a MultipeerConnectivity "session" when the application enters temporarily in the background, so I thought about using a background task as I've seen few times here ... The p...
Paleethnology asked 12/9, 2014 at 5:56

2

Solved

Can somebody explain my what is the difference beetween MCNearbyServiceAdvertiser and MCAdvertiserAssistant? Here in this chat application MCAdvertiserAssistant is used. In this tutorial MCNearbyS...
Nichols asked 8/5, 2014 at 14:46

1

So, my ideal scenario is that I want my MCNearbyServiceAdvertiser and MCNearbyServiceBrowser to work in the background. But I understand that these need to be killed when application resign active,...
Cyclist asked 14/7, 2014 at 21:34

1

Solved

I am trying to use MultipeerConnectivity framework with Swift. I have following properties: var peerId: MCPeerID?; let advertiser: MCNearbyServiceAdvertiser; let browser: MCNearbyServiceBrowser; v...
Ruthenium asked 24/7, 2014 at 18:1

© 2022 - 2024 — McMap. All rights reserved.