commit c18dc5c3692fc90da617ccf157dea99eef164674 Author: mariotgb Date: Mon Apr 27 23:06:39 2026 +0300 Cкелет diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..228c6b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.venv/ +__pycache__/ +*.pyc +.env +token.txt \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d4fbfd --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Ëàáîðàòîðíàÿ ðàáîòà 2 + +Ðàáîòà ñ ñåòåâûìè ñîåäèíåíèÿìè â Python: +- TCP è UDP êëèåíò-ñåðâåð +- àíàëèç òðàôèêà â Wireshark +- HTTP ÷åðåç socket è requests +- ðàáîòà ñ API Gitea \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ed41b5e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +certifi==2026.4.22 +charset-normalizer==3.4.7 +idna==3.13 +requests==2.33.1 +urllib3==2.6.3