diff --git a/client.py b/python/client.py similarity index 98% rename from client.py rename to python/client.py index 066190c..e10d6af 100644 --- a/client.py +++ b/python/client.py @@ -1,3 +1,5 @@ +print("###WARNING### This client is outdated and can only be used with server.py") + timeout = 0.5 local_server = False serverAddressPort = ("213.47.107.152", 1337) diff --git a/generate_data.py b/python/generate_data.py similarity index 57% rename from generate_data.py rename to python/generate_data.py index c9f02f4..5c7c280 100644 --- a/generate_data.py +++ b/python/generate_data.py @@ -1,6 +1,6 @@ import secrets -rndsize = 488*100+5 +rndsize = 488*500+5 rndbytes = secrets.token_bytes(rndsize) diff --git a/server.py b/python/server.py similarity index 97% rename from server.py rename to python/server.py index 3146ed4..4778c8b 100644 --- a/server.py +++ b/python/server.py @@ -1,3 +1,5 @@ +print("###WARNING### This server is outdated and can only be used with client.py") + import socket, struct, os, select, math, hashlib, re#, brotli max_frame_payload=508 #1016 #508 is the minimum size for routers to "understand" udp packets, but we can possibly send more data