Skip to content

batuafk/PYNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needs update

Warning

If Server.py is not opening run this cmd: taskkill /f /im python.exe or pkill python

Send #exec codes cautiously to prevent the client from getting stuck in an infinite timeout

  • Server loads 'socket_host, socket_port, web_host, web_port' from config.env
  • Handles clients without ping
  • Client copies himself to shell:startup if OS is Windows
  • Send python codes by adding "#exec" to the first line in data input
  • Send self python codes by adding "#exec ip:port" to the first line in data input
  • If your client doesn't receive output from your #exec code, it sends b"no output"
  • Clients CPU, GPU, WiFi usages on plots
  • Cant run Client if its already running
  • ID for each client

image