Changes between Version 12 and Version 13 of UsersGuide/Networking
- Timestamp:
- 2016-02-29T19:42:09Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/Networking
v12 v13 120 120 121 121 {{{ 122 nterm <host> 122 nterm <host>:<port> 123 123 }}} 124 124 125 125 Connects to a socket via TCP and emulates a dumb terminal, similar to e.g. Netcat. This can be used for debugging (e.g. connect to an HTTP or FTP server, connect to netecho) or to connect to remcons in another HelenOS instance. 126 127 === Netecho === 128 129 UDP testing utility, similar to Netcat's UDP mode. It can either listen for messages on a local port and print them: 130 131 {{{ 132 netecho -l <port> 133 }}} 134 135 or you can use it to send UDP messages, either from the command line: 136 137 {{{ 138 netecho -d <host>:<port> <message1> [<message2>...] 139 }}} 140 141 or interactively 142 143 {{{ 144 netecho -d <host>:<port> 145 }}} 126 146 127 147 == Network services ==