# CubeNode ETH

The CubeNode ETH provides networking capabilities to Cube Flight Controllers without Ethernet support. By enabling the PPP protocol on one of the serial ports (preferably with flow control) of The Cube, you can achieve up to 12Mbit/s networking link and transport multiple protocols (CAN, MAVLink) over the network without chewing multiple serial ports. <mark style="color:orange;">CubeOrange+</mark> and <mark style="color:red;">CubeRed</mark> running ArduPilot 4.5  or above release firmwares support the PPP protocol out of the box. <mark style="color:orange;">CubeOrange</mark>  and older Cubes built with networking enabled in the custom ardupilot build can support PPP protocol as well.


---

# 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://docs.cubepilot.org/user-guides/cubenode/cubenode-eth.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.
