<?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: Basic question &#039;bout sending data mac2mac via terminal</title>
		<atom:link href="http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:39:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-35584</guid>
					<title><![CDATA[Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-35584</link>
					<pubDate>Wed, 30 Jan 2008 23:31:50 +0000</pubDate>
					<dc:creator>Wetears</dc:creator>

					<description>
						<![CDATA[
						<p>Hey people, I apologise for asking this here and not finding out by myself, but there&#8217;s a serious lack of time and I&#8217;m a Max/programming/computing NEWB  still&#8230;</p>
<p>So: I must send just onebang from my laptop to start running a maxpatch on my friend&#8217;s computer, when a key is pressed. (We have a hacked keyboard with some switches plugged in my computer, but we are lacking a cable to connect the other lady into the same keyboard, if you wonder why I ask)</p>
<p>I know there&#8217;s a way to do this via terminal, but I never did it and don&#8217;t know how. I also don&#8217;t have other computer for testing at the moment. Thanks for reading all this. Answers would also be VERY appreciated.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121426</guid>
					<title><![CDATA[Re: Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121426</link>
					<pubDate>Thu, 31 Jan 2008 07:50:02 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>easiest way to send data over a network with max is to use maxhole java object.  type &#8220;mxj net.maxhole&#8221; and look at the help file.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121427</guid>
					<title><![CDATA[Re: Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121427</link>
					<pubDate>Thu, 31 Jan 2008 08:11:36 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>
On 31 janv. 08, at 00:31, Sini Havukainen wrote:</p>
<p>> So: I must send just onebang from my laptop to start running a  <br />
> maxpatch on my friend&#8217;s computer, when a key is pressed. (We have a  <br />
> hacked keyboard with some switches plugged in my computer, but we  <br />
> are lacking a cable to connect the other lady into the same  <br />
> keyboard, if you wonder why I ask)</p>
<p>If you have MIDI interfaces on both computers, you could just send a  <br />
noteon, or whatever MIDI message.<br />
If you don&#8217;t, I suppose you have ethernet on both computers (or a  <br />
wireless network), then you can use the OSC protocol.<br />
Check the [udpsend]/[udpreceive] objects, and <a href="http://opensoundcontrol.org/" rel="nofollow">http://opensoundcontrol.org/</a></p>
<p>If you need to use a terminal, I remember there were also unix  <br />
commands to send and receive OSC packets.</p>
<p>_____________________________<br />
Patrick Delges</p>
<p>Centre de Recherches et de Formation Musicales de Wallonie asbl</p>
<p><a href="http://www.crfmw.be/max" rel="nofollow">http://www.crfmw.be/max</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121428</guid>
					<title><![CDATA[Re: Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121428</link>
					<pubDate>Thu, 31 Jan 2008 14:42:59 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>I just did a small benchmark on mxj net.maxhole.  Two computers side by side<br />
wirelessly communicating through the same airport.  The receiver drops about<br />
3 out of ten counts and the others show substantial timing errors.</p>
<p>This issue was discussed a lot a few months ago.  My preferred solution is<br />
an ethernet hub connecting all of the cooperating machines.</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 14.;<br />
#P window linecount 2;<br />
#P comment 322 51 100 196622 receiving computer;<br />
#P comment 104 52 100 196622 sending computer;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P number 259 130 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window linecount 1;<br />
#P newex 259 98 85 196617 mxj net.maxhole;<br />
#P toggle 34 50 15 0;<br />
#P newex 34 86 58 196617 metro 500;<br />
#N counter 0 1000;<br />
#X flags 0 0;<br />
#P newobj 34 114 80 196617 counter 0 1000;<br />
#P newex 34 143 85 196617 mxj net.maxhole;<br />
#P user panel 237 43 198 128;<br />
#X brgb 191 191 191;<br />
#X frgb 0 0 0;<br />
#X border 1;<br />
#X rounded 0;<br />
#X shadow 0;<br />
#X done;<br />
#P user panel 9 42 198 128;<br />
#X brgb 191 191 191;<br />
#X frgb 0 0 0;<br />
#X border 1;<br />
#X rounded 0;<br />
#X shadow 0;<br />
#X done;<br />
#P connect 6 0 7 0;<br />
#P connect 5 0 4 0;<br />
#P connect 4 0 3 0;<br />
#P connect 3 0 2 0;<br />
#P window clipboard copycount 10;</p>
<p>On 1/31/08 2:50 AM, &#8220;Robert Ramirez&#8221; <rob @robtherich.org> wrote:</rob></p>
<p>> <br />
> easiest way to send data over a network with max is to use maxhole java<br />
> object.  type &#8220;mxj net.maxhole&#8221; and look at the help file.</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121429</guid>
					<title><![CDATA[Re: Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121429</link>
					<pubDate>Sun, 03 Feb 2008 18:38:38 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>I just did a small benchmark on mxj net.maxhole.  Two computers side by side<br />
>wirelessly communicating through the same airport.  The receiver drops about<br />
>3 out of ten counts and the others show substantial timing errors.<br />
><br />
>This issue was discussed a lot a few months ago.  My preferred solution is<br />
>an ethernet hub connecting all of the cooperating machines.</p>
<p>
hi</p>
<p>my experience is different &#8211; instead of wirelessly communicating <br />
through the same airport, i create (on one mac) a &#8220;local network&#8221; <br />
(with a freely chosen name) and it works</p>
<p>we very often do it here with 3 macs, and do not experience any <br />
problems (that is except once, during our first concert , but this <br />
should be close to &#8220;normal&#8221; ;-) &#8211; and i was the only one having <br />
problems, but then i have the oldest mac, PPC, when the other 2 are <br />
intel)</p>
<p>if you create the network before starting max, it works &#8211; and yes, we <br />
have a piece in which we use this system to have one of the players <br />
starting the processing (and timer) on all 3 machines</p>
<p>writing this i am testing you patch between 2 macs (both PPC) side by <br />
side, wirelessely communicating without any external aiport-box. With <br />
teh metro at 18 it does not drop anything &#8211; and i am sendig infos <br />
both ways&#8230;</p>
<p>best</p>
<p>kasper<br />
&#8211; <br />
  Kasper T. Toeplitz<br />
noise, composition, bass, computer</p>
<p><a href="http://www.sleazeArt.com" rel="nofollow">http://www.sleazeArt.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121430</guid>
					<title><![CDATA[Re: Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121430</link>
					<pubDate>Sun, 03 Feb 2008 19:32:33 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>I just ran a modified benchmark with an Intel sending and a PPC receiving on<br />
a local wireless network established on the Intel.  A counter ticking every<br />
500 MS produces the following results&#8230;</p>
<p>rint: 0 0 <br />
print: 1 494 < - small timing error<br />
        missing 2, 3, 4<br />
print: 5 2000 < - timing correct (1500 between count 2 and 5)<br />
print: 7 1000 <br />
print: 8 500 <br />
print: 10 1000 <br />
print: 13 1500 <br />
print: 14 500 <br />
print: 16 1000 <br />
print: 17 502 < - smaller timing error<br />
print: 18 500 <br />
print: 20 998 <br />
print: 21 500 <br />
print: 23 1002 <br />
print: 25 1000 <br />
print: 27 1000 <br />
print: 28 500 <br />
print: 29 500 <br />
print: 30 500 <br />
print: 31 502 <br />
print: 32 498 <br />
print: 33 500 <br />
print: 34 500 <br />
print: 35 500 <br />
print: 36 502 <br />
print: 39 1498 <br />
print: 41 1000 <br />
print: 42 500 </p>
<p>On 2/3/08 1:38 PM, &#8220;Kasper T Toeplitz&#8221; <kasper @club-internet.fr> wrote:</kasper></p>
<p>>> I just did a small benchmark on mxj net.maxhole.  Two computers side by side<br />
>> wirelessly communicating through the same airport.  The receiver drops about<br />
>> 3 out of ten counts and the others show substantial timing errors.<br />
>> <br />
>> This issue was discussed a lot a few months ago.  My preferred solution is<br />
>> an ethernet hub connecting all of the cooperating machines.<br />
> <br />
> <br />
> hi<br />
> <br />
> my experience is different &#8211; instead of wirelessly communicating<br />
> through the same airport, i create (on one mac) a &#8220;local network&#8221;<br />
> (with a freely chosen name) and it works<br />
> <br />
> we very often do it here with 3 macs, and do not experience any<br />
> problems (that is except once, during our first concert , but this<br />
> should be close to &#8220;normal&#8221; ;-) &#8211; and i was the only one having<br />
> problems, but then i have the oldest mac, PPC, when the other 2 are<br />
> intel)<br />
> <br />
> if you create the network before starting max, it works &#8211; and yes, we<br />
> have a piece in which we use this system to have one of the players<br />
> starting the processing (and timer) on all 3 machines<br />
> <br />
> writing this i am testing you patch between 2 macs (both PPC) side by<br />
> side, wirelessely communicating without any external aiport-box. With<br />
> teh metro at 18 it does not drop anything &#8211; and i am sendig infos<br />
> both ways&#8230;<br />
> <br />
> best<br />
> <br />
> kasper</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121431</guid>
					<title><![CDATA[Re: Basic question &#039;bout sending data mac2mac via terminal]]></title>
					<link>http://cycling74.com/forums/topic/basic-question-bout-sending-data-mac2mac-via-terminal/#post-121431</link>
					<pubDate>Mon, 04 Feb 2008 12:12:21 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>I just ran a modified benchmark with an Intel sending and a PPC receiving on<br />
>a local wireless network established on the Intel.  A counter ticking every<br />
>500 MS produces the following results&#8230;</p>
<p>  could you send me the modified patch/benchmark?</p>
<p>many thanks</p>
<p>kasper<br />
&#8211; <br />
  Kasper T. Toeplitz<br />
noise, composition, bass, computer</p>
<p><a href="http://www.sleazeArt.com" rel="nofollow">http://www.sleazeArt.com</a></p>
<p><a href="http://www.myspace.com/sleazeart" rel="nofollow">http://www.myspace.com/sleazeart</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

