Main Menu

blockwide web

Started by ocueye, Jan 04, 2024, 12:44 AM

Previous topic - Next topic

ocueye

this is a project to make a protocall like teletext for computercraft


bellow is the bace/example code

run on server:
pastebin get HD28Wts3 server (server-web)
pasebin get TcbYPfFu startup (server-threder)

run on client:
pastebin get ThnKLLjg startup (client)

to use example
on client, run startup
on server, run startup
put the name to conect to as t


to write your own code edit server on
the server and scrool down to line 29

to change name edit startup on server
change the variable servername

function uses
wri() - writes wirelessly to client
clr() - clears client screen
nl() - new line on client
rea() - acts like read() command but on client