A common means for (un)related objects to communicate with each other.

learn more… | top users | synonyms (1)

16
votes
4answers
10k views

How can I send and receive WebSocket messages on the server side?

How can I send and receive messages on the server side using WebSocket, as per the protocol? Why do I get seemingly random bytes at the server when I send data from the browser to the server? It the ...
51
votes
9answers
17k views

how do I create my own URL protocol? (e.g. so://…)

Ok, please bear with me as this is sorta difficult to explain. I have seen... http://www... ftp://blah.blah... file://blah.blah... unreal://blah.blah... mailto://blah.blah... What is that first ...
20
votes
2answers
7k views

How do I register a custom URL protocol in Windows?

How do I register a custom protocol with Windows so that when clicking a link in an email or on a web page my application is opened and the parameters from the URL are passed to it?
18
votes
15answers
13k views

How to detect browser's protocol handlers?

I have created a custom URL protocol handler. http:// mailto:// custom:// I have registered a WinForms application to respond accordingly. This all works great. But I would like to be able to ...
1
vote
4answers
3k views

Implementation of X-modem protocol in Java

I want to receive a file from serial port and I have to use that X-modem protocol is designed to receive a file over serial port in Java. So if anyone can have idea about then plz help me. I am in ...
0
votes
2answers
3k views

Tablet(iPad/Android)-Server Communication Protocol

I am going to build a client-server application. The client here is an iPad (or an android-based) tablet. The server is a normal pc. Both the clients and the server are connected to the same network ...
19
votes
10answers
12k views

Simple serial point-to-point communication protocol

I need a simple communication protocol between two devices (a PC and a microcontroller). The PC must send some commands and parameters to the micro. The micro must transmit an array of bytes (data ...
14
votes
1answer
8k views

Difference between protocol and delegates?

What is the difference between a protocol and a delegate, and how can we declare variables in protocol class?
11
votes
3answers
3k views

Objective C protocols usage

I have a homework question which confused me, really badly. Below is a brief explanation of a question. Imagine you are developing an application that stores contact information. The address ...
30
votes
6answers
6k views

NSNotificationCenter vs delegation( using protocols )?

What are the pros and cons of each of them? Where should I use them specifically?
4
votes
2answers
574 views

shorthand http:// as // for script and link tags? anyone see / use this before?

the question is as follows: if you take a look at any site using addthis (the share button)... once you float over the addthis button, and all of the required assets load take a look at the body of ...
2
votes
2answers
3k views

What is the difference between Notifications, Delegates, and Protocols?

What is the difference between Protocols or Delegates and NSNotifications? What is an "Observer" and how does it work?
4
votes
2answers
2k views

Data URI scheme and Internet Explorer 9 Errors

I'm having a problem using the RFC 2397 data url scheme with IE versions 6-9. My sample code below works without problem when using current versions of Safari, FF, Opera and Chrome. ...
9
votes
4answers
5k views

How to map a custom protocol to an application on the Mac?

I'm trying to register a custom protocol to an application on the Mac, i.e: User clicks on link with "abcdef://some/url/here" An installed application is launched with the above string passed as the ...
6
votes
2answers
6k views

What are the protocols supported in Iphone's External Accessory Framework

I'm working on an iphone/ipod app that will need to communicate with a computer (MAC for now, maybe PC if possible) though the USB dock connector cable. I'm a complete beginner with IPhone programming ...
36
votes
2answers
11k views

Cast an instance of a class to a @protocol in Objective-C

I have an object (a UIViewController) which may or may not conform to a protocol I've defined. I know I can determine if the object conforms to the protocol, then safely call the method: ...
23
votes
2answers
2k views

Simple explanation of clojure protocols

I'm trying to understand clojure protocols and what problem they are supposed to solve. Does anyone have a clear explanation of the whats and whys of clojure protocols?
18
votes
5answers
10k views

How to Make a Basic Finite State Machine in Objective-C

I am attempting to build an FSM to control a timer in (iphone sdk) objective c. I felt it was a necessary step, because I was otherwise ending up with nasty spaghetti code containing pages of if-then ...
17
votes
5answers
9k views

Defining categories for protocols in Objective-C?

In Objective-C, I can add methods to existing classes with a category, e.g. @interface NSString (MyCategory) - (BOOL) startsWith: (NSString*) prefix; @end Is it also possible to do this with ...
13
votes
6answers
2k views

Name me a Binary Parser. A parser for binary data

So, I'm getting this data. From the network socket, or out of a file. I'm cobbling together code that will interpret the data. Read some bytes, check some flags, and some bytes indicate how much ...
6
votes
6answers
13k views

Difference between TCP and UDP? [closed]

What is the difference between TCP and UDP? I know that TCP is used in the case of non-time critical applications, and UDP is used for games or applications that require fast transmission of data. I ...
2
votes
5answers
2k views

Objective-c - Purpose of categories and protocols

I've been reading up on Objective-c Protocols and Categories and both seem rather pointless to me. They're both used for adding things to the program in some funny way instead of just manually adding ...
9
votes
7answers
5k views

What are the advantages of using a GET request over a POST request?

Several of my ajax applications in the past have used GET request but now I'm starting to use POST request instead. POST requests seem to be slightly more secure and definitely more url ...
14
votes
10answers
2k views

Why HTTP protocol is designed in plain text way?

Yesterday, I have a discussion with my colleagues about HTTP. It is asked why HTTP is designed in plain text way. Surely, it can be designed in binary way just like TCP protocol, using flags to ...
1
vote
6answers
3k views

How to I send data from JavaScript to PHP and vice versa?

How do I go about passing data from JavaScript code to PHP and back. Right now, I do this is a round about way: PHP to JavaScript: I would simply use the inline echo to send the data: <script ...
6
votes
2answers
399 views

Do clojure protocols allow one to have a variadic method the way funcions do (with an ampersand)?

With clojure functions, I can define: (defn f [x & xs] (apply some-function x xs)) I'm attempting to do this same sort of thing with a protocol, e.g. (defprotocol foo (bar [f]) (baz [f ...
1
vote
1answer
75 views

Any idea about wireless ad hoc netwok management

which protocols are used to manage the wireless ad hoc network? I know that ANMP is one of the protocol, but how it works and how it is different from SNMP. Plz help me....
7
votes
1answer
3k views

register a protocol on mac osx?

I have done it in windows, how do i register a protocol on mac osx. I want to click links in firefox (a href="somename://mylinkAndData") and launch a binary?
19
votes
8answers
8k views

Xcode: Possible to auto-create stubs for methods required by Protocol interface?

Coming from an Eclipse / Java background, one of my favorite features is the ability to quickly stub out all the methods required by an interface. In Eclipse, I can choose 'Override / implement' from ...
10
votes
4answers
12k views

WebSocket Server in Python?

Is there a WebSocket server, built in Python, that supports the protocol that Google Chrome uses (I think it's the latest, but I'm not sure)? I need it for a small project I'm working on with ...
5
votes
4answers
4k views

Where can I find an ICQ library for C#?

Is there any (preferably native) C# library which allows me to send some messages via the ICQ protocol? Is there something better than just wrapping libgaim or something?
3
votes
3answers
5k views

Detect UITextField Lost Focus

i searched a lot googling and heree, but nothing useful. I have two textfields and i don't able to recognize which one lost the focus. I tried all options, but nothing. Here the ...
3
votes
1answer
2k views

Is there a difference in the underlying protocol for ODBC, OLEDB & ADO.NET

When communicating to a SQL Server database using one of the typical systems, ODBC, OLEDB or ADO.NET, is the underlying basic protocol the same? Are all the differences between these systems ...
28
votes
5answers
12k views

Which protocol? svn:// or http(s)://?

There are 4 common protocols for network access of SVN. svn://repos svn+ssh://repos https://repos http://repos The wikipedia page doesn't say much about the differences of the 4 ...
11
votes
3answers
8k views

What's the difference between data source and delegate?

I have a fundamental question related to Cocoa frameworks design patterns. What's the difference between delegate and data source? Both of them could use @protocols declaration, but some classes or ...
8
votes
1answer
9k views

Unsigned Int in Java

I'm trying to implement an existing network protocol which makes heavy use of Unsigned datatypes, which are not supported by Java. What I currently do is for each datatype, chose the next bigger one ...
7
votes
2answers
4k views

What is the best server client communication protocol to use in Android and iOS?

We have a server application (implemented in Java) that will provide some data for our mobile apps. The apps will be created for Android and iOS. Which is the best protocol / library for this ...
7
votes
1answer
361 views

How to design a flexible Erlang protocol stack creation API

Unsatisfied with my current approach I'm just trying to redesign the way I build protocol stacks in Erlang. The feature ordered by importance: Performance Flexibility and implementation speed ...
2
votes
1answer
3k views

Cannot find protocol declaration for

I have two objects, both of which are view controllers. The first (Ill call it viewController1) declares a protocol. The second (which unsurprisingly I will name viewController2) conforms to this ...
2
votes
5answers
474 views

What is the easiest way to use the HEAD command of HTTP in PHP?

I would like to send the HEAD command of the Hypertext Transfer Protocol to a server in PHP to retrieve the header, but not the content or a URL. How do I do this in an efficient way? The probably ...
8
votes
4answers
2k views

Can Objective-C protocols and categories be inherited?

I am little confused about some concepts around Objective-C protocols and categories. Can protocols and categories be inherited by subclasses in Objective-C?
6
votes
9answers
2k views

general-purpose binary protocols

I'm trying to find a suitable protocol middleware for my next distributed application. I've found several specifications in the last few days and was wondering if I missed an important one? It should ...
4
votes
2answers
4k views

What is the most efficient way in XCode to add a delegate's or protocol's methods to the .m file?

When one implements an interface (equivalent to a protocol in Objective-C) in the .Net environment, the IDE automatically adds the properties and methods that need to be implemented to the class's ...
3
votes
1answer
3k views

Segue, Delegate and Protocol

I'm encountering some problems in integrating segue and protocols while implementing a selection list. In my selection list .h I have: #import <UIKit/UIKit.h> @protocol ...
1
vote
3answers
666 views

How could we fool the HTTP protocol?

Although HTTP is ubiquitous it comes with its baggage of Headers which in my case is becoming more of a problem. My data to be transferred is an iota of the HTTP header size. Is there another ...
9
votes
1answer
5k views

Real world examples of @optional protocol methods

I'm learning Objective-C at the moment and have come across optional methods in Protocols. My background is C# and can see a Protocol as something similar to a C# Interface. Where a C# Interface ...
5
votes
2answers
1k views

Which encoding is used by the HTTP protocol?

When a browser sends an HTTP request to a web server, what encoding is used to encode the HTTP protocol on the wire? Is it ASCII? UTF8? or UTF16? Or does it specify which encoding it uses in a ...
4
votes
1answer
3k views

What is a webcal protocol?

Recently i was trying to export my friends' birthday's list from facebook, where i was provided a url like- webcal://www.facebook.com/ical/b.php?uid=14422701&key=42c5e45fasd I wonder, what is ...
4
votes
2answers
197 views

What is the explanation for the states and inner workings of TCP?

Could anyone recommend a useful resource for a reasonably in-depth discussion of the motivation for different elements of TCP protocol? I can find plenty of information about what the protocol ...
3
votes
3answers
4k views

Fail in assigning self.delegate it produce unrecognized selector sent

I'm a new in iOS, and I have trouble in implementing @protocol so sorry if you think this is an easy thing.. i've been searching around stackoverflow.com, the webs and also try uncle Google for a ...

1 2 3 4