Skip to content

22a/cs4032-lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Eko

Simple script that talks to an echo server via manually constructed http get request sent over tcp connection.

Prerequisites

  • Elixir, mix, erlang, etc. brew update && brew install elixir
  • PHP of some sort (to run the server)

Usage

You'll need to have the lab echo server running somwhere, you can do that with:

php -S 0.0.0.0:8000 -t .
./client.sh <IP_ADDRESS> <PORT_NUMBER> <MESSAGE>

for example

./client.sh 0.0.0.0 8000 hi_there

About

💧 Script that talks to echo server over tcp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors