| 23 | === Command line access === |
| 24 | |
| 25 | Base on telnet to port 8023 (also used for Lantronix access). You can find more about implemented commands with "?" e.g.: |
| 26 | {{{ |
| 27 | telnet 10.1.224.1 8023 |
| 28 | Trying 10.1.224.1... |
| 29 | Connected to cons1-1.outdoor.orbit-lab.org. |
| 30 | Escape character is '^]'. |
| 31 | >ena |
| 32 | (enable)#cm |
| 33 | (cm)#? |
| 34 | clrscrn exit |
| 35 | power off <hard | soft> power on |
| 36 | reset cm reset node |
| 37 | show cm show history |
| 38 | show node write |
| 39 | }}} |
| 40 | |
| 41 | ==== Command line commands ==== |
| 42 | |
| 43 | || '''''Node related commands''''' || |
| 44 | || power on || Power the node on || |
| 45 | || power off hard || Power the node off || |
| 46 | || power off soft || Issue shutdown through the console interface || |
| 47 | || reset node || Reset the node || |
| 48 | || show node || || |
| 49 | || '''''CM related commands''''' || |
| 50 | || reset cm || || |
| 51 | || show cm || || |
| 52 | || show history || || |
| 53 | || write || || |
| 54 | || clrscrn || Clears the screen || |
| 55 | || exit || Exit the CM command line mode || |
| 56 | |
| 57 | {{{ |
| 58 | (cm)#show cm |
| 59 | Code Version: 3.1.0 |
| 60 | MAC address: 00:20:4a:94:e3:64 |
| 61 | IP address: 10.1.224.1 |
| 62 | }}} |
| 63 | |
| 64 | {{{ |
| 65 | (cm)#show node |
| 66 | Node state: On |
| 67 | Registered: TRUE |
| 68 | System Temperature: 22 |
| 69 | 12V Reading: 12.000 |
| 70 | 5V Reading: 4.992 |
| 71 | 3V Reading: 3.302 |
| 72 | Node Type: Outdoor node |
| 73 | Coordinates: [0,1] |
| 74 | (cm)# |
| 75 | }}} |
| 76 | |