<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Code a simple Telnet Client with Sockets in Python	</title>
	<atom:link href="https://www.binarytides.com/code-telnet-client-sockets-python/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/code-telnet-client-sockets-python/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Wed, 01 Feb 2023 06:55:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: ali		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-350814</link>

		<dc:creator><![CDATA[ali]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 06:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-350814</guid>

					<description><![CDATA[hello and tnx.
for me it doesn&#039;t work. and i have error in this line:
read_sockets, write_sockets, error_sockets = select.select(socket_list, [], []).]]></description>
			<content:encoded><![CDATA[<p>hello and tnx.<br />
for me it doesn&#8217;t work. and i have error in this line:<br />
read_sockets, write_sockets, error_sockets = select.select(socket_list, [], []).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AlixaProDev		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-333765</link>

		<dc:creator><![CDATA[AlixaProDev]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 14:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-333765</guid>

					<description><![CDATA[How can I use this code to connect to another computer and execute commands with the python module telnetlib? 
Please help me with telnetlib.]]></description>
			<content:encoded><![CDATA[<p>How can I use this code to connect to another computer and execute commands with the python module telnetlib?<br />
Please help me with telnetlib.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manascode.com		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-206780</link>

		<dc:creator><![CDATA[manascode.com]]></dc:creator>
		<pubDate>Fri, 30 Aug 2019 03:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-206780</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-206779&quot;&gt;Manascode.com&lt;/a&gt;.

I am going to share this one]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-206779">Manascode.com</a>.</p>
<p>I am going to share this one</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manascode.com		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-206779</link>

		<dc:creator><![CDATA[Manascode.com]]></dc:creator>
		<pubDate>Fri, 30 Aug 2019 03:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-206779</guid>

					<description><![CDATA[Such a nice tutorial in a simpler way. Thanks for the post Silver Moon]]></description>
			<content:encoded><![CDATA[<p>Such a nice tutorial in a simpler way. Thanks for the post Silver Moon</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: murs		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-145664</link>

		<dc:creator><![CDATA[murs]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-145664</guid>

					<description><![CDATA[Very useful article! I am a big fan of hello world type of code and this was perfect for me to get started. Specifically, I am trying to telnet from an Amazon Lambda function. With a slight modification of your code I was able to get it working.

Thank you very much!]]></description>
			<content:encoded><![CDATA[<p>Very useful article! I am a big fan of hello world type of code and this was perfect for me to get started. Specifically, I am trying to telnet from an Amazon Lambda function. With a slight modification of your code I was able to get it working.</p>
<p>Thank you very much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Berty		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-100260</link>

		<dc:creator><![CDATA[Berty]]></dc:creator>
		<pubDate>Wed, 14 Dec 2016 15:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-100260</guid>

					<description><![CDATA[I want to test a list with sockets how can I use it?]]></description>
			<content:encoded><![CDATA[<p>I want to test a list with sockets how can I use it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chris		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-100091</link>

		<dc:creator><![CDATA[chris]]></dc:creator>
		<pubDate>Sun, 11 Dec 2016 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-100091</guid>

					<description><![CDATA[start_new_thread(clientthread ,(conn,))
NameError: name &#039;start_new_thread&#039; is not defined]]></description>
			<content:encoded><![CDATA[<p>start_new_thread(clientthread ,(conn,))<br />
NameError: name &#8216;start_new_thread&#8217; is not defined</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Schubert		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-92719</link>

		<dc:creator><![CDATA[Gabriel Schubert]]></dc:creator>
		<pubDate>Fri, 02 Sep 2016 15:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-92719</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-92715&quot;&gt;Gabriel Schubert&lt;/a&gt;.

If someone needs, this is the code changed. It has been running in python3.4:

https://github.com/gabrielschubert/MitRobotEthernetControl/blob/master/RobotControl.py]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-92715">Gabriel Schubert</a>.</p>
<p>If someone needs, this is the code changed. It has been running in python3.4:</p>
<p><a href="https://github.com/gabrielschubert/MitRobotEthernetControl/blob/master/RobotControl.py" rel="nofollow ugc">https://github.com/gabrielschubert/MitRobotEthernetControl/blob/master/RobotControl.py</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Schubert		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-92715</link>

		<dc:creator><![CDATA[Gabriel Schubert]]></dc:creator>
		<pubDate>Fri, 02 Sep 2016 15:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-92715</guid>

					<description><![CDATA[Hello Silver Moon.

I&#039;m using your code to make communication with the controller of my Mitsubishi robot, sending commands to him and geting the readout. Everything works fine. I&#039;ve just changed to defined commands, not keyboard entry.

You saved my life.

Thank you!

Best Regards,
Gabriel.]]></description>
			<content:encoded><![CDATA[<p>Hello Silver Moon.</p>
<p>I&#8217;m using your code to make communication with the controller of my Mitsubishi robot, sending commands to him and geting the readout. Everything works fine. I&#8217;ve just changed to defined commands, not keyboard entry.</p>
<p>You saved my life.</p>
<p>Thank you!</p>
<p>Best Regards,<br />
Gabriel.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rudolf		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-67902</link>

		<dc:creator><![CDATA[Rudolf]]></dc:creator>
		<pubDate>Sun, 05 Apr 2015 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-67902</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-67579&quot;&gt;Gabe LG&lt;/a&gt;.

Hello Silver Moon,
Tank you very much for the interesting program.
Unfortunately is does not work in Python3:
 read_sockets, write_sockets, error_sockets = select.select(socket_list , [], [])
io.UnsupportedOperation: fileno

Is there a solution for it?

Best regards, Rudolf]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-67579">Gabe LG</a>.</p>
<p>Hello Silver Moon,<br />
Tank you very much for the interesting program.<br />
Unfortunately is does not work in Python3:<br />
 read_sockets, write_sockets, error_sockets = select.select(socket_list , [], [])<br />
io.UnsupportedOperation: fileno</p>
<p>Is there a solution for it?</p>
<p>Best regards, Rudolf</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-67645</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Mon, 08 Dec 2014 09:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-67645</guid>

					<description><![CDATA[I got a problem.

Traceback (most recent call last):

  File &quot;telnet.py&quot;, line 34, in 

    read_sockets,write_sockets,error_sockets = select.select(socket_list,[],[])

select.error: (10038, &#039;An operation was attempted on something that is not a soc

ket&#039;)



Anybody knows about it?
I know the sys.stdin is not a socket. So how do you run it?]]></description>
			<content:encoded><![CDATA[<p>I got a problem.</p>
<p>Traceback (most recent call last):</p>
<p>  File &#8220;telnet.py&#8221;, line 34, in </p>
<p>    read_sockets,write_sockets,error_sockets = select.select(socket_list,[],[])</p>
<p>select.error: (10038, &#8216;An operation was attempted on something that is not a soc</p>
<p>ket&#8217;)</p>
<p>Anybody knows about it?<br />
I know the sys.stdin is not a socket. So how do you run it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabe LG		</title>
		<link>https://www.binarytides.com/code-telnet-client-sockets-python/comment-page-1/#comment-67579</link>

		<dc:creator><![CDATA[Gabe LG]]></dc:creator>
		<pubDate>Wed, 12 Nov 2014 07:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4628#comment-67579</guid>

					<description><![CDATA[Cool. I wrote an equivalent in PHP. 
https://github.com/fijiwebdesign/php-telnet/blob/master/telnet.php]]></description>
			<content:encoded><![CDATA[<p>Cool. I wrote an equivalent in PHP.<br />
<a href="https://github.com/fijiwebdesign/php-telnet/blob/master/telnet.php" rel="nofollow ugc">https://github.com/fijiwebdesign/php-telnet/blob/master/telnet.php</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
