Mockup sym - ackmud/ackmud GitHub Wiki

>> ack.mud { login: 'sym' }
ACKOS BOOT SEQUENCE INITIATED

Mounting root filesystem in read/write mode... [ OK ]
Reticulating splines...                        [ OK ]
Establishing gateway connection...             [ OK ]

Gateway connection established on port 80.
Terminal connection online.  Welcome to ackmud, sym.

Not sure what to do?  Use the command: ack.mud { help: 1 }

>> ack.mud { sh: "route" }
    146.036.154.126   sym.TERMINAL
0)  172.220.015.037   halperyon.GATEWAY

>> ack.mud { sh: "ls" }
Listing files on 172.220.015.037.

/bin
/home
/log
170110.0244 80.log

>> ack.mud { sh: "cat /log/80.log" }
Log file contents go here

>> ack.mud { idle: 1 }
Time passes...

>> ack.mud { sh: "scan 80" }
Scanning nearby network nodes for listeners on port 80.

* 146.036.154.126 [bound]  sym.TERMINAL
  172.220.015.210 [free]   halperyon.RTR_GHQ4
  172.220.015.062 [free]   halperyon.RTR_JK6Z

>> ack.mud { sh: "connect 172.220.015.210:80" }
Connection to 172.220.015.210 established on port 80.

>> ack.mud { sh: "route" }
    146.036.154.126   sym.TERMINAL
0)  172.220.015.037   halperyon.GATEWAY
1)  172.220.015.210   halperyon.RTR_GHQ4