<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: View network data</title>
		<atom:link href="http://cycling74.com/forums/topic/view-network-data/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/view-network-data/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 16:26:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-65076</guid>
					<title><![CDATA[View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-65076</link>
					<pubDate>Mon, 05 Nov 2012 17:20:52 +0000</pubDate>
					<dc:creator>DRKOSS</dc:creator>

					<description>
						<![CDATA[
						<p>Hi &#8211; trying to access network data coming in to a program on my machine (OSX)</p>
<p>I know the port it receives the data on, but when i tell either &#8216;mxj net.rcv&#8217; or &#8216;sadam.tcpReceiever&#8217; to look at that port, i get:</p>
<p>&#8216;can&#8217;t bind to port&#8217;</p>
<p>which i suspect is because the application on my mac is already using it.</p>
<p>any way to listen in on the network data coming in so my max patch can react to it?</p>
<p>thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-234637</guid>
					<title><![CDATA[Re: View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-234637</link>
					<pubDate>Wed, 07 Nov 2012 14:30:26 +0000</pubDate>
					<dc:creator>DRKOSS</dc:creator>

					<description>
						<![CDATA[
						<p>any ideas?  thanks!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-234638</guid>
					<title><![CDATA[Re: View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-234638</link>
					<pubDate>Wed, 07 Nov 2012 16:16:14 +0000</pubDate>
					<dc:creator>Siska Ádám</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I gave a couple of days ago a very basic explanation of how ports etc. work in this thread: <a href="http://cycling74.com/forums/topic.php?id=42962" rel="nofollow">http://cycling74.com/forums/topic.php?id=42962</a> (just scroll down to approx. the middle of the thread). The thing is: you can&#8217;t have two different things listening on the same port. So, if there&#8217;s another software already using the port, you won&#8217;t be able to connect to the same port. You can still use tools like Wireshark to analyze the global network traffic and filter somehow the incoming messages, however, I don&#8217;t think that Wireshark had an option to forward specific data to a third-party application (although you never know).</p>
<p>If the other software supports changing the port, then you could also do the following (which might or might not work, depending on how the other software implements IP communication): you could do a proxy in Max, which would catch all incoming data on the specified port, and then forward the information to another port, which your other software could catch. However, this might be quite complex, if not impossible, to implement if your software is using bidirectional communication (I have a bidirectional client in my library called <code>[sadam.tcpClient]</code>, but I still didn&#8217;t finish the implementation for a server).</p>
<p>Hope that helps,<br />
Ádám</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-234639</guid>
					<title><![CDATA[Re: View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-234639</link>
					<pubDate>Wed, 07 Nov 2012 16:31:52 +0000</pubDate>
					<dc:creator>DRKOSS</dc:creator>

					<description>
						<![CDATA[
						<p>Aha &#8211; was afraid of that.  Thanks for the info!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-234640</guid>
					<title><![CDATA[Re: View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-234640</link>
					<pubDate>Wed, 07 Nov 2012 16:33:00 +0000</pubDate>
					<dc:creator>FRid</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Maybe this will help. I don&#8217;t know how your processing skills are but you can use carnivore (the first link) to capture traffic in processing and send that to max via osc (i don&#8217;t know if that will interfere with the capturing though > feedbackloop?). Carnivore makes use of jpcap (the second link > java) which makes use of libpcap/tcpdump (the third link > c/c++) so you can go as deep as you want. </p>
<p>Good luck,<br />
FRid</p>
<p><a href="http://r-s-g.org/carnivore/" rel="nofollow">http://r-s-g.org/carnivore/</a><br />
<a href="http://netresearch.ics.uci.edu/kfujii/Jpcap/doc/" rel="nofollow">http://netresearch.ics.uci.edu/kfujii/Jpcap/doc/</a></p>
<p><a href="http://www.tcpdump.org/" rel="nofollow">http://www.tcpdump.org/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-234641</guid>
					<title><![CDATA[Re: View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-234641</link>
					<pubDate>Wed, 07 Nov 2012 16:36:56 +0000</pubDate>
					<dc:creator>DRKOSS</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks FRid!  i&#8217;ll give it a look!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/view-network-data/#post-234642</guid>
					<title><![CDATA[Re: View network data]]></title>
					<link>http://cycling74.com/forums/topic/view-network-data/#post-234642</link>
					<pubDate>Wed, 07 Nov 2012 17:32:20 +0000</pubDate>
					<dc:creator>FRid</dc:creator>

					<description>
						<![CDATA[
						<p>Lucky you :)</p>
<p>This prints incoming network traffic to the maxwindow. you do need winpcap (if on win), oscp5 and procssing to make this work but it works.</p>
<div><span id="toggle234642-0" class="patchtoggle" onmousedown="toggleMaxPatch('post234642-0', 'er234642-0');">&#8211; Pasted Max <span id="maxversion234642-0"></span> Patch, click to <span id="er234642-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A1146.3ocuVs1bhhDE8yYpZ9OPwmLQCBn3iMYmp7ULFiw36GKakBgVrMR2XSi%0AhlZ9uOMMpwjIYlL0lZ0BPN8412Se31W7ou9kSDmfC.dhB%2Bkv%2BHbxIOwPNgiE%0AhbxdfSDcLBLWX3wIJZhcb.HpXhcCRAAT9.PGWLgJfI1RDOaoEvIR2hsuPG8p%0AALMHH3JLAHc1QC5Ydu1w.H.cGfNpz9HtWSvjizLjdTPr6uCPKXYQ.ddBNaZC%0AbvTvsXSCJDi3rWggVBd.puarSEdRGIH3A2BhopImfcb5EgHSLLezlf8QVw1g%0ADdvyfveyTyZAdNiQmA8RnnJKui0qS3NxOKoX5hJpYkjYeUzEeNzvfM2w9nEH%0AOAmdQX50Qe%2Bf5cYxCPqrh47wdlMGTv8T9ZhouFr7YXCXhZ%2BuNH8c.L0jjB7n%0A5hQxOYxCbkLrrh4J4QIcIFHuvmB2SvTrIdw6xEfr.jN3PYD6z8FxK4X3YBg6%0AGL5wbXXwNvKwO4grk%2BwqcKhw5vGbBQnIOSGcoKA7sKMwVfuoiN%2BvmI.aH5AV%0A4p1CtFTyY.xyioiRkNsTJroeGY4NEKUpRtzsJFu5XsMcHKQvo9o8KAW2Ugdy%0Aff9YZaTcV6rwo4fMJW9ZIcTAXysVcZ5jImRGlelaUgZaG41apcaqoYKWq1Hu%0AR0pMMcq1ZEZijm0qRuhcttkaYqAMLXQ2vCto3RRgIdtxEma3McM0tb8RcoY8%0AGk8pUC50dYg3ky1cT1VDqIiLZbyRIigFoxgZniJZrdR27J0GiVcUOs4X5rqG%0A0wWsZf%2BllaFAGN2Q0sycqICVNanRywSGBPa6plxIHawN5nabKQ1VUFglc0v7%0AiSIA1Vos%2B3AtsfAkzZls9FPvc33q1TxdsyVvv3NNwUBtx49BSpkhs4x31qxb%0Ae%2BVJ.udyebSoB8yiyNi.i2OcaKmxadrucPt7lUJicRMf5zR1stlJg1714da0%0AQivY.UtoR%2Bt0TuoVdZsFUqWuP56F39Hp0sKKVjVOSpANNdjf6pNpQd248bxT%0Aa739EG2YfNxAdSPtqMramgw4pAvfTZCcviGVSYPP4psQKoX%2BBkKms2jFGWFb%0ANq95cpBXkAWljW2bYxvZHczYIOzJaADALYs.38yRqsGFZw6ugmL%2BbsCbmhQz%0AvtHgConJIuGG46.QK.TdyRk8nbc.Q1OP.lzn9sr9.rnDTxGdNc9bgWxD1nP3%0AeOZtv9z8Sl7woFY3vSsXABzXwyphXOgyURli78u9kvqrKI9vM3YMLXK0et%2BN%0Aq4HEHv6dH9FVSp%2BLqQ8WXMo4NilJ2RRGdVU988kCyTDFciKHZZDESvNdNr2v%0A29zMIWBD8l1i5mWkSj8nnlI7Rpeq%2BH%2B%2B4522hsqxD.WAD3uo6srBkOcqfuGR%0AQNyuyJTd%2BRk%2BjxjHt71Eu9OOw0X3.ux77v9Dy8Ia21EgizoEaWEDwe62QjTe%0AIoYPKK.5EOSsfdFSV.3l6uXK%2BGVVJeDYk5%2Bjr14dFttq.DucybjhX0Xywjv6%0AyjH5dHJ59nYVj.VA2GRVFBeVYm9Q6todQ%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post234642-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode234642-0">----------begin_max5_patcher----------
1146.3ocuVs1bhhDE8yYpZ9OPwmLQCBn3iMYmp7ULFiw36GKakBgVrMR2XSi
hlZ9uOMMpwjIYlL0lZ0BPN8412Se31W7ou9kSDmfC.dhB+kv+HbxIOwPNgiE
hbxdfSDcLBLWX3wIJZhcb.HpXhcCRAAT9.PGWLgJfI1RDOaoEvIR2hsuPG8p
ALMHH3JLAHc1QC5Ydu1w.H.cGfNpz9HtWSvjizLjdTPr6uCPKXYQ.ddBNaZC
bvTvsXSCJDi3rWggVBd.puarSEdRGIH3A2BhopImfcb5EgHSLLezlf8QVw1g
DdvyfveyTyZAdNiQmA8RnnJKui0qS3NxOKoX5hJpYkjYeUzEeNzvfM2w9nEH
OAmdQX50Qe+f5cYxCPqrh47wdlMGTv8T9ZhouFr7YXCXhZ+uNH8c.L0jjB7n
5hQxOYxCbkLrrh4J4QIcIFHuvmB2SvTrIdw6xEfr.jN3PYD6z8FxK4X3YBg6
GL5wbXXwNvKwO4grk+wqcKhw5vGbBQnIOSGcoKA7sKMwVfuoiN+vmI.aH5AV
4p1CtFTyY.xyioiRkNsTJroeGY4NEKUpRtzsJFu5XsMcHKQvo9o8KAW2Ugdy
ff9YZaTcV6rwo4fMJW9ZIcTAXysVcZ5jImRGlelaUgZaG41apcaqoYKWq1Hu
R0pMMcq1ZEZijm0qRuhcttkaYqAMLXQ2vCto3RRgIdtxEma3McM0tb8RcoY8
Gk8pUC50dYg3ky1cT1VDqIiLZbyRIigFoxgZniJZrdR27J0GiVcUOs4X5rqG
0wWsZf+llaFAGN2Q0sycqICVNanRywSGBPa6plxIHawN5nabKQ1VUFglc0v7
iSIA1Vos+3AtsfAkzZls9FPvc33q1TxdsyVvv3NNwUBtx49BSpkhs4x31qxb
e+VJ.udyebSoB8yiyNi.i2OcaKmxadrucPt7lUJicRMf5zR1stlJg1714da0
QivY.UtoR+t0TuoVdZsFUqWuP56F39Hp0sKKVjVOSpANNdjf6pNpQd248bxT
a739EG2YfNxAdSPtqMramgw4pAvfTZCcviGVSYPP4psQKoX+BkKms2jFGWFb
Nq95cpBXkAWljW2bYxvZHczYIOzJaADALYs.38yRqsGFZw6ugmL+bsCbmhQz
vtHgConJIuGG46.QK.TdyRk8nbc.Q1OP.lzn9sr9.rnDTxGdNc9bgWxD1nP3
eOZtv9z8Sl7woFY3vSsXABzXwyphXOgyURli78u9kvqrKI9vM3YMLXK0et+N
q4HEHv6dH9FVSp+LqQ8WXMo4NilJ2RRGdVU988kCyTDFciKHZZDESvNdNr2v
29zMIWBD8l1i5mWkSj8nnlI7Rpeq+H++4522hsqxD.WAD3uo6srBkOcqfuGR
QNyuyJTd+Rk+jxjHt71Eu9OOw0X3.ux77v9Dy8Ia21EgizoEaWEDwe62QjTe
IoYPKK.5EOSsfdFSV.3l6uXK+GVVJeDYk5+jr14dFttq.DucybjhX0Xywjv6
yjH5dHJ59nYVj.VA2GRVFBeVYm9Q6todQ
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

