Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Now....
#1
How would I go about the logic of creating a protocol?
Reply
#2
As in a totally new programming language?
Reply
#3
A protocol. You mean a network protocol?
Reply
#4
Yep...

something like rbxasset
Reply
#5
(09-15-2011, 06:54 PM)roperson Wrote: Yep...

something like rbxasset

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.
Reply
#6
Like

vscope://image

Would be the same as

http://vscope.tk/images/image

Resource I'm guessing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)