This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CanadaSoldier's profile picture

DNS Server

Started by CanadaSoldier, 13 December 2014 - 01:06 PM
CanadaSoldier #1
Posted 13 December 2014 - 02:06 PM
Hello (:
i was woundering how can i build a DNS System that allows you to create a domain like,
test.com
But only in the game,
and how can i get information from a computer with the domain ?

Please give me an example if you can, and good resources about things that i will need to know about how to build it (:

Regrads,
Josef.
KingofGamesYami #2
Posted 13 December 2014 - 02:15 PM
Rednet

Tables

Peripherals

coroutines*

*You can make one without this, I think, but it helps a lot.

Loops (sorry, don't have a link)

Probably some other stuff, but you can start off here.
GreenGene #3
Posted 13 December 2014 - 11:14 PM
So, what do you want this program to do? I will code the entire thing!
Rectar2 #4
Posted 13 December 2014 - 11:26 PM
ComputerCraft has this system built-in. Use rednet.host and rednet.lookup.