<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Netsend data limit?]]></title><description><![CDATA[<p>Hi,<br />
It seems that sending lot of data via netsend pd closes the connection.<br />
I have attached a patch that connects locally and every time I get the array's data I get an error .<br />
Linux users may need to change localhost to 127.0.0.1</p>
<p>So is this normal or a bug?</p>
<p><a href="/uploads/files/1508514879285-testnetsend.pd">testnetsend.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 09:11:21 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11054.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Oct 2017 15:55:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Netsend data limit? on Fri, 20 Oct 2017 15:55:20 GMT]]></title><description><![CDATA[<p>Hi,<br />
It seems that sending lot of data via netsend pd closes the connection.<br />
I have attached a patch that connects locally and every time I get the array's data I get an error .<br />
Linux users may need to change localhost to 127.0.0.1</p>
<p>So is this normal or a bug?</p>
<p><a href="/uploads/files/1508514879285-testnetsend.pd">testnetsend.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit</guid><dc:creator><![CDATA[korakios]]></dc:creator><pubDate>Fri, 20 Oct 2017 15:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to Netsend data limit? on Fri, 20 Oct 2017 20:09:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/korakios">@korakios</a> It is normal.<br />
If you want to send udp you will need to specify &quot;binary&quot; using the -b switch as well [netsend -b -u xxxxx]......... and send only integers to send the whole list at once.</p>
<p>To send the whole list with your method then send it tcp....... removing the -u switch.</p>
<p>It can be done like this by udp........ <a href="/uploads/files/1508528030368-neterror_simpler.pd">neterror_simpler.pd</a><br />
for which you will need this......... <a href="/uploads/files/1508527804937-list-drip.pd">list-drip.pd</a><br />
.....but it will send each value in the correct order one after the other (separately).<br />
David.<br />
<img src="/uploads/files/1508528050790-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 20 Oct 2017 20:09:32 GMT</pubDate></item><item><title><![CDATA[Reply to Netsend data limit? on Sun, 22 Oct 2017 08:42:29 GMT]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> , thank you very much for your help <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /><br />
I decided to split the messages to blocks of 256 elements , but I am sure your patch will be handy some time .</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11054/netsend-data-limit/3</guid><dc:creator><![CDATA[korakios]]></dc:creator><pubDate>Sun, 22 Oct 2017 08:42:29 GMT</pubDate></item></channel></rss>