Posted 12 October 2015 - 05:15 PM
netutil is a simple tool for casual ComputerCraft users to execute network based commands easily. It currently only supports Wireless Modems, but Wired Modem support is planned. At the moment in can manage ports and send standard Rednet messages through basic commands.
It is recommended you place 'netutil' in the root ('/'), or your own directory/folder for programs. (e.g. 'mv netutil /myprograms/netutil')
Sorry if it's a bit buggy, it's my first attempt at a ComputerCraft program.
Commands:
Download at: http://turtlescripts.../gjdhyn-netutil or with
It is recommended you place 'netutil' in the root ('/'), or your own directory/folder for programs. (e.g. 'mv netutil /myprograms/netutil')
Sorry if it's a bit buggy, it's my first attempt at a ComputerCraft program.
Commands:
Spoiler
netutil commands:
- port View the selected port's status
- ports View all open ports
- openport(s) Open the selected port(s)
- closeport(s) Closes the selected port(s)
- closeall Close all ports
- message Send a message on a selected port
- help Display this help information
- commands Display this command list
- about Learn about this program
Download at: http://turtlescripts.../gjdhyn-netutil or with
pastebin get 7UjNRiG0 netutil
Edited on 13 October 2015 - 05:49 AM