Posted 24 August 2014 - 12:13 AM
Hello!
For Facing my problem of cable length, i create a simple routering system for computers.
If you want to test, you need to load the API and the run the follow commands:
To computer -
newnetwork.register() - to regist your computer to a router
newnetwork.send(id, "message") - to send a message
newnetwork.receive() - to receive a message ( the same as rednet.receive() )
newnetwork. disconnect() - to disconnect from the router
-
To Router
Don't have commands
just run router
-
Image of installation
I have to remind you that this is a BETA TEST!!!!!!
Only support 2 router and 10 PCs on the same network.
I will post the lastest updates
Computer API - NEW VERSION
Router program - NEW VERSION
POST 4
|
|
V
For Facing my problem of cable length, i create a simple routering system for computers.
If you want to test, you need to load the API and the run the follow commands:
To computer -
newnetwork.register() - to regist your computer to a router
newnetwork.send(id, "message") - to send a message
newnetwork.receive() - to receive a message ( the same as rednet.receive() )
newnetwork. disconnect() - to disconnect from the router
-
To Router
Don't have commands
just run router
-
Image of installation
I have to remind you that this is a BETA TEST!!!!!!
Only support 2 router and 10 PCs on the same network.
I will post the lastest updates
Computer API - NEW VERSION
Router program - NEW VERSION
POST 4
|
|
V
Edited on 25 August 2014 - 03:42 PM