<?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: The Laser Box</title>
	<atom:link href="http://www.hackerbotlabs.com/2009/03/the-laser-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/</link>
	<description>Our blog. Let us show you it.</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:41:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jobe</title>
		<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/comment-page-1/#comment-720</link>
		<dc:creator>Jobe</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerbotlabs.com/?p=326#comment-720</guid>
		<description>On windows, use littlecat:

http://vvvv.org/tiki-index.php?page=UserPagekaristouf

it is a little dos program that drops UDP packets onto your OpenDMX USB interface. It can also do artnet. The program is meant to be used with vvvv but all you need to do is take a 512byte DMX packet, slap a UDP header on it and blast the packets at the ip of the machine running littlecat. DMX packet is really simple. The offset of the byte is your channel number, and the byte is the 0-255 value that you are sending to a channel. It&#039;s really that simple. You have to register to download. Email me if you need a copy.</description>
		<content:encoded><![CDATA[<p>On windows, use littlecat:</p>
<p><a href="http://vvvv.org/tiki-index.php?page=UserPagekaristouf" rel="nofollow">http://vvvv.org/tiki-index.php?page=UserPagekaristouf</a></p>
<p>it is a little dos program that drops UDP packets onto your OpenDMX USB interface. It can also do artnet. The program is meant to be used with vvvv but all you need to do is take a 512byte DMX packet, slap a UDP header on it and blast the packets at the ip of the machine running littlecat. DMX packet is really simple. The offset of the byte is your channel number, and the byte is the 0-255 value that you are sending to a channel. It&#8217;s really that simple. You have to register to download. Email me if you need a copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CL</title>
		<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/comment-page-1/#comment-358</link>
		<dc:creator>CL</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerbotlabs.com/?p=326#comment-358</guid>
		<description>He went through all that trouble because windows sux and linux rox.</description>
		<content:encoded><![CDATA[<p>He went through all that trouble because windows sux and linux rox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3ricj</title>
		<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/comment-page-1/#comment-310</link>
		<dc:creator>3ricj</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerbotlabs.com/?p=326#comment-310</guid>
		<description>Alexei, 

we needed to have a really simple laser pattern, and have very exact control of it for doing 3d scanning.     While yes, there is performance lighting software which could likely be taught how to do this exact thing, this was a great exercise to allow him to learn a bunch of stuff. 

Frequently, it&#039;s the journey not the destination which matters.</description>
		<content:encoded><![CDATA[<p>Alexei, </p>
<p>we needed to have a really simple laser pattern, and have very exact control of it for doing 3d scanning.     While yes, there is performance lighting software which could likely be taught how to do this exact thing, this was a great exercise to allow him to learn a bunch of stuff. </p>
<p>Frequently, it&#8217;s the journey not the destination which matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amatus</title>
		<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/comment-page-1/#comment-267</link>
		<dc:creator>amatus</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerbotlabs.com/?p=326#comment-267</guid>
		<description>He went through all that trouble because windows sux and linux rox.</description>
		<content:encoded><![CDATA[<p>He went through all that trouble because windows sux and linux rox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei Nikiforov</title>
		<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/comment-page-1/#comment-241</link>
		<dc:creator>Alexei Nikiforov</dc:creator>
		<pubDate>Sun, 15 Mar 2009 19:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerbotlabs.com/?p=326#comment-241</guid>
		<description>Why did you need all that complication with that linux and virtual machine stuff if you are Windows user? Open DMX USB was invented by www.enttech.com as a fully opensource dongle - it&#039;s schematic is available freely and most part  and it has a simple FTDI chipset and it has a Windows driver here: http://www.enttec.com/index.php?main_menu=downloads&amp;pn=70303&amp;show=downloads&amp;name=opendmxusb  and also example of C++ program to use that driver. Also OpenDMX USB is well-supported by few open-source cross-platform programs like FreeStyler http://users.telenet.be/freestylerdmx/ or some proprietary programs like Sunlite older versions http://www.nicolaudie.com or MagicQ http://www.chamsys.co.uk</description>
		<content:encoded><![CDATA[<p>Why did you need all that complication with that linux and virtual machine stuff if you are Windows user? Open DMX USB was invented by <a href="http://www.enttech.com" rel="nofollow">http://www.enttech.com</a> as a fully opensource dongle &#8211; it&#8217;s schematic is available freely and most part  and it has a simple FTDI chipset and it has a Windows driver here: <a href="http://www.enttec.com/index.php?main_menu=downloads&#038;pn=70303&#038;show=downloads&#038;name=opendmxusb" rel="nofollow">http://www.enttec.com/index.php?main_menu=downloads&#038;pn=70303&#038;show=downloads&#038;name=opendmxusb</a>  and also example of C++ program to use that driver. Also OpenDMX USB is well-supported by few open-source cross-platform programs like FreeStyler <a href="http://users.telenet.be/freestylerdmx/" rel="nofollow">http://users.telenet.be/freestylerdmx/</a> or some proprietary programs like Sunlite older versions <a href="http://www.nicolaudie.com" rel="nofollow">http://www.nicolaudie.com</a> or MagicQ <a href="http://www.chamsys.co.uk" rel="nofollow">http://www.chamsys.co.uk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnewt</title>
		<link>http://www.hackerbotlabs.com/2009/03/the-laser-box/comment-page-1/#comment-239</link>
		<dc:creator>Gnewt</dc:creator>
		<pubDate>Thu, 05 Mar 2009 23:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackerbotlabs.com/?p=326#comment-239</guid>
		<description>Test failed, you fell into the lava.</description>
		<content:encoded><![CDATA[<p>Test failed, you fell into the lava.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

