User Tools

Site Tools


user:jcavalu3:portfolio:hpciiexperiment0

netcat

Somewhat building off of HPC Experience I's Raspberry Pi Morse code project, our first HPC Experience II project will consist of using netcat to send and listen between multiple computers using the network.

For example:

cat | netcat hostname 3407#

What this command does is takes user input and spits it out in stdout, but instead of being displayed on my session, netcat picks it up and sends the output to the listening session, specifically to port 3407#.

user/jcavalu3/portfolio/hpciiexperiment0.txt · Last modified: 2014/01/22 21:40 by jcavalu3