<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Larethian</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Larethian"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Larethian"/>
		<updated>2026-07-11T11:23:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Rednet_(API)&amp;diff=8</id>
		<title>Rednet (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Rednet_(API)&amp;diff=8"/>
				<updated>2012-01-28T15:57:33Z</updated>
		
		<summary type="html">&lt;p&gt;Larethian: Created page with &amp;quot;The rednet API provides a simple computer networking model over RedPower bundled cables.  Functions for specifiying sides to be used for networking; *rednet.open( side ) *redn...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The rednet API provides a simple computer networking model over RedPower bundled cables.&lt;br /&gt;
&lt;br /&gt;
Functions for specifiying sides to be used for networking;&lt;br /&gt;
*rednet.open( side )&lt;br /&gt;
*rednet.close( side )&lt;br /&gt;
&lt;br /&gt;
Functions for sending messages to other computers;&lt;br /&gt;
*rednet.announce()&lt;br /&gt;
*rednet.send( receiverID, message )&lt;br /&gt;
*rednet.broadcast( message )&lt;br /&gt;
&lt;br /&gt;
Functions for receiving messages:&lt;br /&gt;
*rednet.receive( timeout ) -- Returns: senderID, message&lt;br /&gt;
*You can also handle the &amp;quot;rednet_message&amp;quot; event to receive messages without calling receive(), the arguments are the same as the receive() return values.&lt;/div&gt;</summary>
		<author><name>Larethian</name></author>	</entry>

	</feed>