blog:opensim:ircbridge_network
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blog:opensim:ircbridge_network [2025/05/07 15:54] – created Phil Ide | blog:opensim:ircbridge_network [2025/05/08 13:40] (current) – [IRCBridgeModule Networking] Phil Ide | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== IRCBridgeModule Networking ====== | ====== IRCBridgeModule Networking ====== | ||
- | + | [{{: | |
- | [{{: | + | |
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). | + | 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 307: | Line 306: | ||
==== Messaging ==== | ==== Messaging ==== | ||
- | By messaging, I mean sending postcards - note notecards, these are different. With a postcard, an avatar touches a postbox which then displays to the avatar a text box for them to fill out their message. The message is sent to the post office, which creates a notecard using the avatar name and adds the message itself to the notecard contents, along with some header information about when it was sent, which region and grid it was sent from. Each of the postboxes are then updated to display the total number of unread postcards. | + | By messaging, I mean sending postcards - not notecards, these are different. With a postcard, an avatar touches a postbox which then displays to the avatar a text box for them to fill out their message. The message is sent to the post office, which creates a notecard using the avatar name and adds the message itself to the notecard contents, along with some header information about when it was sent, which region and grid it was sent from. Each of the postboxes are then updated to display the total number of unread postcards. |
Since it is only data that is transmitted, | Since it is only data that is transmitted, |
blog/opensim/ircbridge_network.1746633282.txt.gz · Last modified: 2025/05/07 15:54 by Phil Ide