# Select Communication Sources

to exchange data and commands between bysense and your laptop you have two options:

## Wireless

For development activities around autonomy we recommend to use a wireless connection over your local wifi network.

<figure><img src="/files/OEBAs3y6DMBzWqKn7rek" alt=""><figcaption></figcaption></figure>

## Wired

For low level locomotion development we recommend to use the wired setup especially when you want to transfer a very high amount of data in short timeframe.

<figure><img src="/files/0AG5tFVquAb7tr7fbQZB" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
we will review under the Software Development Kit how to access bysense with your Computer.
{% endhint %}

## Joystick

For the base walking function you have the chance to use a common used hand held controller to define the walk direction:

<figure><img src="/files/hkUYQnZO9S9SkCbrlPCf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bywerks.gitbook.io/bysense/mission-preparation/select-communication-sources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
