> 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/.roturconnect.md).

# roturConnect

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

## Description

roturConnect allows your application to set a routing id for packets. The id you set here will allow you to receive any packet sent to that id from another rotur client.

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

## Parameters

roturConnect takes no parameters

## Usage

{% code fullWidth="false" %}

```javascript
"my connection id".roturConnect()
// switches your application source.
// packets sent with rotur will go in and out of this id
```

{% endcode %}
