<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Applications | MyHomeVillage.com</title>
		<link>http://www.myhomevillage.com/scripts/mac--ipad/index.html</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Tue, 13 Aug 2013 06:48:28 -0700</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.8.4</generator>
		<item>
			<title>PDF</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/pdf.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div class="first graphic-container wide center"&gt;
						&lt;div class="Movie graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.YouTubeElement --&gt;
								&lt;div class="VideoElement"&gt;
								    &lt;div class="video"&gt;
								        &lt;iframe frameborder="0" id="youtube" src="//www.youtube.com/embed/2V0ey_m8cq0?rel=0" title="YouTube video player" width="736" height="413" class="graphic"&gt;&lt;/iframe&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.YouTubeElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Fri, 02 Aug 2013 02:25:04 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/pdf.html</guid>
            
			
		</item>
		<item>
			<title>Notes</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/notes.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Fri, 02 Aug 2013 01:53:49 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/notes.html</guid>
            
			
		</item>
		<item>
			<title>TextEdit</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/textedit.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Fri, 02 Aug 2013 01:50:43 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/textedit.html</guid>
            
			
		</item>
		<item>
			<title>OS X Server</title>
			<link>http://www.apple.com/mac-mini/server/</link>
			<description>
				
			</description>
			<pubDate>Sun, 30 Jun 2013 06:57:05 -0700</pubDate>
			<guid>http://www.apple.com/mac-mini/server/</guid>
            
			
		</item>
		<item>
			<title>OS X</title>
			<link>http://www.apple.com/osx/apps/</link>
			<description>
				
			</description>
			<pubDate>Sun, 30 Jun 2013 06:09:58 -0700</pubDate>
			<guid>http://www.apple.com/osx/apps/</guid>
            
			
		</item>
		<item>
			<title>Terminal</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/terminal.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Terminal is a Mac OS X native application, that comes with UNIX BSD. Netcat or nc can be used to set up a connection to a My Home gateway to monitor and analyze the automation bus traffic. Netcat (NC) is a convenient unix command to set up a connection with one of the gateways.  The command to initiate a connection is nc &amp;lt;gateway&gt; &amp;lt;port&gt; as shown below.  The gateway answers *#1## and wait for an additional command before disconnecting.  HERE IS THE TRICK: the user shuld type *99*1## followed by ^D (End of File, or Control D).  Note: typing CR will close the connection.
					&lt;/p&gt;&lt;p&gt;*99*0## opens a Command Session
					&lt;/p&gt;&lt;p&gt;*99*1## opens an Event Session
					&lt;/p&gt;&lt;p&gt;*99*9## opens a Scenario Session 
					&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 30 May 2013 17:16:09 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/terminal.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/screen-shot-2013-05-30-at_med.png" length="76261" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Curl</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/curl.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;There are several Unix (and Linux) commands that are useful to controls the devices in my home. These commands are available opening the Terminal application and typing the commands in one line.  
					&lt;/p&gt;&lt;p&gt;Let's us start with the "curl" command that is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, SCP, SFTP, SMTP, SMTPS, TELNET, and TFTP).  The command is designed to work without user interaction. For more info check the manual by typing man curl in a terminal window.
					&lt;/p&gt;&lt;ul&gt;&lt;li&gt;curl &amp;lt;gatewayIP&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;It helps to check if the device HTTP service is working and it returns the following lines of text:
					&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&amp;lt;HTML&gt;&amp;lt;HEAD&gt;&amp;lt;TITLE&gt;My Home&amp;lt;/TITLE&gt;&lt;/li&gt;&lt;li&gt;&amp;lt;link rel="shortcut icon" href="/favicon.ico" /&gt;&lt;/li&gt;&lt;li&gt;&amp;lt;META HTTP-EQUIV="refresh" CONTENT="0;URL=iden.php"&gt;&lt;/li&gt;&lt;li&gt;&amp;lt;/HEAD&gt;&lt;/li&gt;&lt;li&gt;&amp;lt;BODY BGCOLOR=#FFFFFF LINK="#FF0000"&gt;&lt;/li&gt;&lt;li&gt;&amp;lt;/BODY&gt;&lt;/li&gt;&lt;li&gt;&amp;lt;/HTML&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Which is a source of the http page with URL http://10.0.0.40
					&lt;/p&gt;&lt;p&gt;=====================
					&lt;/p&gt;&lt;ul&gt;&lt;li&gt;curl 10.0.0.40:20000  &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;It helps to check the status of the SCS connection) and it returns:
					&lt;/p&gt;&lt;ol&gt;&lt;li&gt;*#*1##&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;=====================
					&lt;/p&gt;&lt;ul&gt;&lt;li&gt;curl -d *##*#13**15## -m 2 -s 10.0.0.40:20000&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;It returns the Model of the gateway:
					&lt;/p&gt;&lt;ol&gt;&lt;li&gt;*#*1##*#*0##*#13**15*44##*#*1##&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;44 is the code for the MH200N
					&lt;/p&gt;&lt;p&gt;=====================
					&lt;/p&gt;&lt;ul&gt;&lt;li&gt;curl -d *#*0*##*1*0*15## -m 2 -s 10.0.0.40:20000&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;It will turn OFF light 15 and returns:
					&lt;/p&gt;&lt;ol&gt;&lt;li&gt;*#*1##*#*0##*#*1&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;=====================
					&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Mon, 22 Apr 2013 16:46:22 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/curl.html</guid>
            
			
		</item>
		<item>
			<title>Omnigraffle</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/omnigraffle.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Tue, 16 Apr 2013 03:59:56 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/omnigraffle.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/busoni17_med.jpeg" length="81130" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Wiki</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/wiki.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 24 Oct 2011 12:21:40 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/wiki.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/screen_shot_2013-04-14_at_med-4.png" length="107944" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Mail</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/mail.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 24 Oct 2011 12:21:40 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/mail.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/screen_shot_2013-04-14_at_med-3.png" length="62418" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Calendar</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/calendar.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 24 Oct 2011 12:21:40 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/calendar.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/image_med.png" length="1304718" type="image/tiff"></enclosure>
			
		</item>
		<item>
			<title>Automator</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/automator.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 24 Oct 2011 12:21:40 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/automator.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/screen_shot_2013-04-14_at_med-2.png" length="84889" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>AppleScript Editor</title>
			<link>http://www.myhomevillage.com/scripts/mac--ipad/imyhome.html</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div&gt;
						
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 24 Oct 2011 12:21:40 -0700</pubDate>
			<guid>http://www.myhomevillage.com/scripts/mac--ipad/imyhome.html</guid>
            <enclosure url="http://www.myhomevillage.com/_Media/screen_shot_2013-04-14_at_med.png" length="80460" type="image/png"></enclosure>
			
		</item>
 	</channel>
</rss>