You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
Morgan Quigley edited this page Aug 25, 2015
·
5 revisions
FreeRTPS aims to be a "small" RTPS implementation capable of fitting in a variety of microcontrollers using only on-chip memory and flash. At time of writing, only the Ethernet physical layer is supported, but over time we hope to extend FreeRTPS to communicate (using gateways) across "smaller" physical layers such as various speeds of USB, various wireless standards (e.g., 802.15.4), various UART physical layers such as RS-485 or single-ended TTL, and so on.
FreeRTPS is provided under the Apache 2.0 license. This license is similar to the BSD license in many ways. It allows you to freely use FreeRTPS with just about anything. This article from Bruce Perens explains how the Apache License fits within the world of modern open-source licenses.