blog:opensim:ircbridge_network
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blog:opensim:ircbridge_network [2025/05/08 13:37] – [IRCBridgeModule Networking] Phil Ide | blog:opensim:ircbridge_network [2025/06/03 11:17] (current) – [Message Types] Phil Ide | ||
---|---|---|---|
Line 4: | Line 4: | ||
The first thing you have to know about the module, is that communications using this bridge are grid agnostic - that is, it doesn' | The first thing you have to know about the module, is that communications using this bridge are grid agnostic - that is, it doesn' | ||
- | In the image at the top of this article, you can see an example of inter-region communications at work. The master - the object you see in the image - sends out a request for information from objects in other regions. Their response is the number of agents (account-based avatars) and NPCs (non-account-based avatars) in each region. It takes less than a second from sending out the request to receiving the last response. In fact, I have trouble releasing the mouse-button before all the information is returned (touch the board to send out the request). | + | There is a video overview of the scripts discussed below, showing you how it works and how simple it is to use. Hopefully it will ignite ideas on what you can do with it. [[https:// |
+ | |||
+ | In the image at the top of this article, you can see an example of inter-region communications at work. The master - the object you see in the image - sends out a request for information from objects in other regions. Their response is the number of agents (account-based avatars) and NPCs (non-account-based avatars) in each region. It takes less than a second from sending out the request to receiving the last response. In fact, I have trouble releasing the mouse-button before all the information is returned (touching | ||
===== Other Options ===== | ===== Other Options ===== | ||
Line 133: | Line 135: | ||
Note that the messages we've sent in the above examples has the format '' | Note that the messages we've sent in the above examples has the format '' | ||
- | < | + | < |
string message_type = " | string message_type = " | ||
string message_name = " | string message_name = " | ||
Line 322: | Line 324: | ||
The code in this wiki should be taken as a guide only because this page may not be updated alongside the actual code. See the github repository for updated examples and code. | The code in this wiki should be taken as a guide only because this page may not be updated alongside the actual code. See the github repository for updated examples and code. | ||
+ | |||
+ | ~~socialite~~ | ||
+ | ~~DISCUSSION~~ | ||
blog/opensim/ircbridge_network.1746711439.txt.gz · Last modified: by Phil Ide