third-lab-networking/README.md

13 lines
549 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Работа с сетевыми соединениями в Python
Лабораторная работа №3 по сетям.
## Описание
Реализация TCP/UDP клиентов и серверов, анализ трафика в Wireshark, работа с HTTP и API Gitea.
## Установка
1. Клонируйте репозиторий.
2. Создайте и активируйте виртуальное окружение:
```bash
python -m venv venv
.\venv\Scripts\Activate.ps1 # для Windows PowerShell