Menu

ChDNS(API)

api (7)
AntifreeZZe

What is ChDNS API?

This is a small API that gives you the functionality of domain name system (in game). It is base for [ChDNS]

API

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.

How to use

if not chla then os.loadAPI("/lib/chla") end
if not chdns then chla.loadLib("chdns") end
chdns.init()
--Automatically adds process() in threadlist

See also

[ChDNS]
[ChDHCP]
[ChDHCP(API)]
[ChIO]


Related

Wiki: ChIO
Wiki: ChThread
Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.