Documentation/devtools/maemo5/netcat: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>kaltsi
New page: == Description == Netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol. == Packages == '''source''': netcat '''binary''': n...
 
imported>amigadave
Line 27: Line 27:


[[Documentation/devtools/maemo5/iputils|iputils]], [[Documentation/devtools/maemo5/tcpdump|tcpdump]]
[[Documentation/devtools/maemo5/iputils|iputils]], [[Documentation/devtools/maemo5/tcpdump|tcpdump]]
[[Category:Devtools]]
[[Category:Fremantle]]

Revision as of 11:16, 12 February 2010

Description

Netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol.

Packages

source: netcat

binary: netcat

Usage Examples

The utility is actually named *nc*. Here's an example of how to open up a TCP listening socket on port 5060. If someone connects to and sends data to that port, it will be printed on the screen.

# nc -l -p 5060

[netcat man page](/development/documentation/man_pages/nc.html)

See Also

iputils, tcpdump