Difference between revisions of "Modem"

From ComputerCraft Wiki
Jump to: navigation, search
(Sorry! Redirect page I created... Added delete tag.)
(Add link to Modem API)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{delete}}
+
Modems are a peripheral which allow computers to communicate with other computers.
 +
 
 +
==Wireless Modems==
 +
[[Wireless Modem|Wireless modems]] allow communication wirelessly between computers through channels.
 +
==Ender Modems==
 +
[[Ender Modem|Ender modems]] act as long-distance wireless modems, and are capable of cross-dimensional communications.
 +
==Wired Modems==
 +
[[Wired Modem|Wired modems]] allow communication through Networking Cables to other computers, and also allow long-distance peripheral usage.
 +
==Modem API==
 +
The [[Modem (API)|Modem (API)]] is the interface which is provided when one of the above modems are wrapped as a peripheral.
 +
 
 +
[[Category:Disambiguation_Pages]]

Latest revision as of 18:37, 14 January 2018

Modems are a peripheral which allow computers to communicate with other computers.

Wireless Modems

Wireless modems allow communication wirelessly between computers through channels.

Ender Modems

Ender modems act as long-distance wireless modems, and are capable of cross-dimensional communications.

Wired Modems

Wired modems allow communication through Networking Cables to other computers, and also allow long-distance peripheral usage.

Modem API

The Modem (API) is the interface which is provided when one of the above modems are wrapped as a peripheral.