Skip to content

Commit 4b69205

Browse files
authored
Update README.md
1 parent aaad0c9 commit 4b69205

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

README.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Arduino_Websocket_Server
2-
Websocket Server deployed on the Arduino platform sends data to the Fast API server and displays the data as a graph
2+
Сервер Websocket, развернутый на платформе Arduino, отправляет данные на сервер Fast API и отображает данные в виде графика.
33
<br>
4-
Requires WebSocket.h to work WebSocketServer: https://github.com/ejeklint/ArduinoWebsocketServer
4+
Разрабатывалось для Arduino Uno R3 и Ethernet Shield на базе W5100.
5+
## Содержание
6+
- [Технологии](#технологии)
7+
- [Использование](#использование)
8+
- [Требования](#требования)
9+
- [Команда проекта](#команда-проекта)
10+
## Технологии
11+
- [ArduinoWebsocketServer](https://github.com/ejeklint/ArduinoWebsocketServer)
12+
- [FastAPI](https://fastapi.tiangolo.com/)
13+
## Использование
14+
Установите необходимые библиотеки с помощью команды:
515
<br>
6-
Developed for Arduino Uno R3 and Ethernet Shield W5100
16+
<br>
17+
For Windows:
18+
```
19+
pip install -r requirements.txt
20+
```
21+
For Linux/MacOS:
22+
```
23+
pip install -r requirements.txt
24+
```
25+
<br>
26+
Скачайте библиотеку <a href="https://github.com/ejeklint/ArduinoWebsocketServer">ArduinoWebsocketServer</a> и установить её:
27+
<br>
28+
Откройте Arduino IDE и следуйте пути:
29+
30+
```
31+
Скетч -> Подключить библиотеку -> Добавить .ZIP библиотеку
32+
```
33+
## Требования
34+
- Arduino Uno (R3 and later)
35+
- Arduino Ethernet Shield, Arduino Ethernet Shield 2, Leonardo Ethernet и любые другие устройства на базе W5100/W5200/W5500.
36+
## Команда проекта
37+
- [Алексей Пахалев](https://github.com/Whynot46)

0 commit comments

Comments
 (0)