> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/networking/.rotursend-msg-target.md).

# roturSend

> ⚠️ **Not implemented in the current OSL CLI.**

## Description

roturSend allows you to message another user on the rotur network using a rotur packet

{% embed url="<https://rotur.dev>" %}

## Parameters

roturSend takes the parameters, msg and target.

Msg is the actual message data that you want to send to your recipient

Target is the application id that you want to send the data to, 0 is the id of the system itself.

## Usage

{% code fullWidth="false" %}

```javascript
"my connection id".roturConnect()

user = network.username

user.roturSend(msg)
// send the message to yourself
// since we didnt include a target, it will default to "my connection id"
// that means this specific application will recieve the message back
```

{% endcode %}
