Cкелет
This commit is contained in:
commit
c18dc5c369
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.env
|
||||||
|
token.txt
|
||||||
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Лабораторная работа 2
|
||||||
|
|
||||||
|
Работа с сетевыми соединениями в Python:
|
||||||
|
- TCP и UDP клиент-сервер
|
||||||
|
- анализ трафика в Wireshark
|
||||||
|
- HTTP через socket и requests
|
||||||
|
- работа с API Gitea
|
||||||
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
certifi==2026.4.22
|
||||||
|
charset-normalizer==3.4.7
|
||||||
|
idna==3.13
|
||||||
|
requests==2.33.1
|
||||||
|
urllib3==2.6.3
|
||||||
Loading…
Reference in New Issue
Block a user