gcdasyncsocket Questions
4
Solved
*solved*
My problem is referencing to the following question:
Objective-C: How to verify SecCertificateRef with signer's public key?
We have an own PKI and so an own rootCA that we trust. Wit...
Gilbertine asked 9/2, 2015 at 10:17
1
I am working on data share over same wifi two/more iOS devices.I have successfully implemented it using multipeer networking and explored it from videos documents.I am just looking on apple Dev for...
Japan asked 8/9, 2015 at 10:37
2
Solved
Client sent message every time when I press send button but Server receive message only first time. What is the issue in server
Server:
- (void)viewDidLoad
{
[super viewDidLoad];
asyncSocket =...
Vasos asked 11/9, 2014 at 11:15
2
I am making an app to send UDP packets in order to switch on a LED bulb. I have been able to perform all the actions when I am connecting to the Ad-hoc created by the Wifi bridge.
Now, I want to ...
Coppola asked 18/4, 2015 at 6:2
1
Solved
I have written a Singleton Class using GCDAsyncsocket Library to establish connection with any other device having same service using Bonjour.
On one device I am using its Method "startPublishing"...
Theone asked 11/12, 2014 at 9:43
3
Solved
I have a device on the network that is multicasting a very small file via UDP. The iOS app I am developing is responsible for reading these packets and I have chosen to use GCDAsyncUdpSocket to do ...
Mumbletypeg asked 28/10, 2012 at 21:59
1
I am developing one application in which I need to update multiple values like Engine RPM,Speed etc. parameters at a time using OBD connector. I need to achieve asynchronous command/response . For ...
Emancipate asked 30/12, 2013 at 10:49
4
Solved
To start, I have to say that I set autoset in date&time settings and time zone is the same for each device. So I use [NSDate date] to get time stamp in milliseconds, then encode to NSData and s...
Feu asked 6/12, 2013 at 14:7
1
I want to read and write data from OBD2 Wifi enabled Adapter which is used to read car data and fault codes. For that ,I'm using GGCDAsyncSocket Library for socket connection.
You can download Co...
Bluh asked 6/12, 2013 at 13:2
1
Solved
Problem : I am attempting a TURNSocket (XEP-0065 - SOCKS5) using the iOS XMPPFramework and an OpenFire Server. I want to be able to send and receive files. However, in most scenarios, the receiver ...
Beebe asked 24/4, 2012 at 11:32
2
Solved
I have an EventMachine server sending TCP data down to a Mac client (via GCDAsyncSocket). It always works flawlessly for a while, but inevitably the server suddenly stops sending data on a connecti...
Dartmouth asked 9/2, 2012 at 18:54
1
Solved
It works okay for any known IP like this:
[udpSocket sendData:datatosend toHost:@"192.168.1.113" port:port withTimeout:-1 tag:0];
But when i'm trying to use broadband multicast, nothing logged a...
Miltiades asked 15/3, 2012 at 21:15
1
Solved
I am trying to simply send and recieve a message using GCDAsyncSocket and cannot get it to work.
I am successfully establishing the connection and writing messages, but when it comes to reading my...
Guinevere asked 3/12, 2011 at 14:56
1
© 2022 - 2024 — McMap. All rights reserved.