Message Template: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
CG Linden (talk | contribs)
No edit summary
Log Linden (talk | contribs)
We use git for the message template now. We had updated the URI to the github repository but still claimed it was a mercurial repository.
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:




The master message template is stored in a public mercurial repository at:
The master message template is stored in a public git repository at:
http://bitbucket.org/lindenlab/master-message-template
https://github.com/secondlife/master-message-template


== See also ==
== See also ==
Line 11: Line 11:
* [[Packet Layout]]
* [[Packet Layout]]
* [http://lib.openmetaverse.org/template/ Template archive at libopenmetaverse]
* [http://lib.openmetaverse.org/template/ Template archive at libopenmetaverse]
* [https://github.com/cinderblocks/libremetaverse/tree/master/data/ LibreMetaverse (living fork of LibOpenMetaverse)]

Latest revision as of 11:55, 22 November 2023

The message template describes all of the messages that Second Life uses to communicate between hosts. All message templates must match a CRC check between hosts, otherwise they will not communicate with each other.


The master message template is stored in a public git repository at: https://github.com/secondlife/master-message-template

See also