Difference between revisions of "Modem"

From ComputerCraft Wiki
Jump to: navigation, search
(Ender Modem)
(Add link to Modem API)
 
Line 7: Line 7:
 
==Wired Modems==
 
==Wired Modems==
 
[[Wired Modem|Wired modems]] allow communication through Networking Cables to other computers, and also allow long-distance peripheral usage.
 
[[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]]
 
[[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.