Posted 22 March 2015 - 10:25 AM
I have set up a network with this api now the netmon sees HA packets on startup of the various computers however I cannot connect to a server not even the test server… which I have copied exactly in addition to writing my own both hang when trying to connect… So I looked in etc for route files and none are there…
By the way I used both the computer's label and its ID in the connect function neither of which work I do have a vanilla cc gps array already set up and functioning do I need to use a lyqydnet array? I know my gps array functions because I use it to determine the position of 2 redstone in motion elevators so far.
my startup on the router
my startup on the various servers
my server is a rednet relay with TLS implemented via an interface with a Cryptographic Accelerator. My server/client send 4 packets before simply relaying them. I also tried the example server/client in the readme and it doesn't connect either.
My Computer Craft version is 1.58
By the way I used both the computer's label and its ID in the connect function neither of which work I do have a vanilla cc gps array already set up and functioning do I need to use a lyqydnet array? I know my gps array functions because I use it to determine the position of 2 redstone in motion elevators so far.
os.loadAPI('usr/apis/sync')
local m = peripheral.wrap('top')
m.setTextScale(0.5)
sync.addTarget(m)
sync.redirect(true)
shell.run("lyqydnet")
shell.run("lyqydnet route")
shell.run("rom/programs/shell")
my startup on the router
os.loadAPI('usr/apis/sync')
local m = peripheral.wrap('top')
m.setTextScale(0.5)
sync.addTarget(m)
sync.redirect(true)
shell.run("lyqydnet")
shell.run("rom/programs/shell")
my startup on the various servers
my server is a rednet relay with TLS implemented via an interface with a Cryptographic Accelerator. My server/client send 4 packets before simply relaying them. I also tried the example server/client in the readme and it doesn't connect either.
My Computer Craft version is 1.58
Edited on 22 March 2015 - 09:31 AM