serverstf / python-valve

A Python Interface to various Valve products and services
Other
236 stars 71 forks source link

UDP Support #65

Open Input-BDF opened 6 years ago

Input-BDF commented 6 years ago

I like to use python-valve to connect to Battleye in combination with ARMA3 dedicated server and ran into "ConnectionRefusedError". Tried to go through the code and realized you open the socket as TCP explicit. Don't know when the changed it, but ARMA supports only UDP connection for RCON.

Tried to establish connection via UDP but my knowledge about sockets is so lowlevel^^