Skip to content
Snippets Groups Projects
Commit 09d5d70a authored by Querejeta Lomas, Leire's avatar Querejeta Lomas, Leire
Browse files

Reemplazar README.md

parent 13c0a90d
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ This folder contains all the needed components to write and run applications whi
The CLASS_SW is divided in two parts: CLASS_SERVER and CLASS_CLIENT. The CLASS_SERVER connects to the CLASS_DEVICE via Bluetooth (BT) and allows a CLASS_CLIENT for interacting with it. The CLASS_SERVER and the CLASS_CLIENT could be in the same or different host and the communication between them is through UDP. The CLASS_CLIENT applications will make use of the provided CLASS_API in order to connect to the CLASS_SERVER and be able to send commands to CLASS_DEVICE and receive messages from it.
<p align="center">
<img width="600" height="300" src="../src/docs/images/SW_arch.png" alt="SW Architecture">
<img width="600" height="300" src="./docs/images/SW_arch.png" alt="SW Architecture">
</p>
>NOTE: CLASS_SW components have been programmed to be cross-platform (Windows and Linux). However, they have been only tested on Windows for the moment.
......@@ -40,7 +40,7 @@ The API has been developed to be used from different languages. More information
<hr>
<p align="center">
<a href="https://www.tecnalia.com">
<img width="200" height="60" src="../src/docs/images/tecnalia.jpg" alt="Tecnalia">
<img width="200" height="60" src="./docs/images/tecnalia.jpg" alt="Tecnalia">
</a>
</p>
<p align="center">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment