From 987880f3697f60d03d7992d581dac9a8c4eba944 Mon Sep 17 00:00:00 2001 From: stud203788 Date: Thu, 7 May 2026 15:50:07 +0300 Subject: [PATCH] feat: setup lab3 project structure --- .gitignore | Bin 0 -> 94 bytes .idea/.gitignore | 5 +++++ .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/lab3_networks.iml | 10 ++++++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ HTTP/http_requests.py | 0 HTTP/http_socket.py | 0 README.md | 0 TCP/tcp_client.py | 0 TCP/tcp_server.py | 0 UDP/udp_client.py | 0 UDP/udp_server.py | 0 gitea_api.py | 0 requirements.txt | 0 17 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/lab3_networks.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 HTTP/http_requests.py create mode 100644 HTTP/http_socket.py create mode 100644 README.md create mode 100644 TCP/tcp_client.py create mode 100644 TCP/tcp_server.py create mode 100644 UDP/udp_client.py create mode 100644 UDP/udp_server.py create mode 100644 gitea_api.py create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..5d30b6dd994a39a80b83093630e907218fa54f3d GIT binary patch literal 94 zcmezWPmiIDA(bHyNa{22GH@}(17QI}B||bpA`oW) + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/lab3_networks.iml b/.idea/lab3_networks.iml new file mode 100644 index 0000000..3b87e72 --- /dev/null +++ b/.idea/lab3_networks.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5730f4c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a944f66 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/HTTP/http_requests.py b/HTTP/http_requests.py new file mode 100644 index 0000000..e69de29 diff --git a/HTTP/http_socket.py b/HTTP/http_socket.py new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/TCP/tcp_client.py b/TCP/tcp_client.py new file mode 100644 index 0000000..e69de29 diff --git a/TCP/tcp_server.py b/TCP/tcp_server.py new file mode 100644 index 0000000..e69de29 diff --git a/UDP/udp_client.py b/UDP/udp_client.py new file mode 100644 index 0000000..e69de29 diff --git a/UDP/udp_server.py b/UDP/udp_server.py new file mode 100644 index 0000000..e69de29 diff --git a/gitea_api.py b/gitea_api.py new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29