ChaOS for ComputerCraft Wiki
Status: Planning
Brought to you by:
antifreezze
This is a small API that gives you the functionality of domain name system (in game). It is base for [ChDNS]
process()
Main function. Waits for request and sends required data.Add it into [ChThread] thread list to launch DNS.
init()
Function that initializes your DNS.
if not chla then os.loadAPI("/lib/chla") end
if not chdns then chla.loadLib("chdns") end
chdns.init() --Automatically adds process() in threadlist