Difference between revisions of "Modem"
From ComputerCraft Wiki
(Wait nevermind what I did earlier... Changed redirect page to a normal page) |
(Add link to Modem API) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Modems are a peripheral which allow computers to communicate with other computers | + | Modems are a peripheral which allow computers to communicate with other computers. |
==Wireless Modems== | ==Wireless Modems== | ||
− | [[Wireless Modem|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 Modems== | ||
− | [[Wired Modem|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.