09-14-2011, 07:46 PM 
		
	
	
		How would I go about the logic of creating a protocol?
	
	
	
	
	
| The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux) 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 
| 
					Now....
				 | 
| 
		
		
		09-14-2011, 07:46 PM 
		
	 
		How would I go about the logic of creating a protocol?
	 
		
		
		09-14-2011, 07:47 PM 
		
	 
		As in a totally new programming language?
	 
		
		
		09-14-2011, 09:15 PM 
		
	 
		A protocol. You mean a network protocol?
	 
		
		
		09-15-2011, 06:54 PM 
		
	 
		Yep... something like rbxasset 
		
		
		09-15-2011, 07:44 PM 
		
	 (09-15-2011, 06:54 PM)roperson Wrote: Yep... rbxasset isn't a network protocol, or even a protocol handler. I think it's the same as resource:// in Buildism or chrome:// in Firefox; it just tells the program to look for a file in a particular location. If you want to register a protocol handler (steam://, irc://, and so on) so you can make it possible for users to click links on a website to launch your program, that is possible too. And a network protocol is just the way a client and server program communicate; if you make a program that uses networking then you've created a protocol. 
		
		
		09-15-2011, 07:52 PM 
		
	 | 
| 
					« Next Oldest | Next Newest »
				 |