0
votes
3answers
125 views
What is the longest legal URL? [closed]
Possible Duplicate:
What is the maximum length of an url?
What is the maximum length allowed for an URL?
I know that if I am the site's creator I should strive to keep th …
0
votes
4answers
55 views
problem with IPv4 protocol… [closed]
using IPv4 protocol around 4 billion computers can be connected.(including classA, class B, class C networks). What should be done if the number exceeds beyond 4 billion? what are …
5
votes
4answers
109 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 'Overri …
0
votes
1answer
25 views
detect Citrix ICA protocol
Hello,
I want to detect weather Citrix ICA protocol is running on my network or not. I don't want to hit on port because it is not a good solution.
What flags (bytes) to send to s …
0
votes
0answers
13 views
detect RGS protocol
Do any body knows what control messages does RGS Client sends to server for establishing connection?
I want there messages to know weather RGS Server is running on some machine or …
3
votes
3answers
97 views
Can a category simultaneously implement a protocol?
If a category I'm creating for a class adds methods that also fulfill the contract set out by a protocol, I'd like to flag that category class as implementing the protocol, and the …
0
votes
1answer
21 views
Http Passthrough Pluggable Protocol for Firefox.
How can I make an http passthrough pluggable protocol for IE work in Firefox?
Alternatively, how to develop one for Firefox? Any examples would be appreciated.
Thanks.
0
votes
2answers
56 views
How to detect wether remote computer is running RDP (remote desktop protocol) ?
How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ??
Like Open an port to detect HTTP and send request, re …
1
vote
1answer
39 views
Objective-C Protocols within Protocols
I recently began trying my hand at using protocols in my Objective-C development as an (obvious) means of delegating tasks more appropriately among my classes. I completely underst …
0
votes
4answers
89 views
Good tools to understand / reverse engineer a top layer network protocol
Hi Guys,
There is an interesting problem at hand. I have a role-playing MMOG running through a client application (not a browser) which sends the actions of my player to a server …
0
votes
1answer
30 views
How to insert repeated message in google protocol buffer _pb2.py file
How to insert repeated message in google protocol buffer _pb2.py file
1
vote
5answers
87 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 w …
0
votes
5answers
127 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 …
0
votes
3answers
59 views
What things should be kept in mind while desigining an HTTP based protocol?
I have heard that http is a nice way to design my own protocol. although i can design a binary protocol, i would prefer to follow the HTTP standard to design my protocol.
basically …
2
votes
1answer
126 views
Protocol Buffers Java RPC Stack
According to this Wikipedia entry:
"Protocol Buffers is very similar to Facebookâs Thrift protocol, except it does not include a concrete RPC stack to use for defined services. Si …
