Jump to content

Python 3 ET RCON socket messages


Zelly

Recommended Posts

Am kind of getting confused with ET rcon sockets.

 

I can send/receive the message fine, getstatus works fine too.

Problem #1 is the max buffer for rcon response output is 256 (really 240) per message meaning it is split into multiple messages I assume.

Problem #2 is that it sends to the network address that it received the message from so basically I can't just listen to a certain port for multiple message to come in.

 

Not really sure what I am supposed to do in this situation fairly certain it isn't a super complex issue, just do not know what to search.

 

Help appreciated :D

 

tumblr_mvtiowqeWE1rb06tgo1_500.gif

Link to comment
Share on other sites

I figured it out...

 

Was returning on timeout when it did not receive any more messages, so it never reached second part of code. (Normally it doesn't timeout when receiving because its all in one message.

 

Anyways its fixed :P

  • Like 4
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.