test/README.md

14 lines
548 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.

# Лабораторная работа 3: Сетевые соединения в Python
## Цели работы:
- Изучение TCP/UDP протоколов
- Клиент-серверное взаимодействие
- Анализ сетевого трафика в Wireshark
- Работа с HTTP-запросами
- Взаимодействие с API Gitea
## Содержание:
1. TCP клиент-сервер
2. UDP клиент-сервер
3. HTTP запросы через socket и requests
4. Работа с API Gitea