From 1060ae69b294df27d0ea6d24fb07fb8137068468 Mon Sep 17 00:00:00 2001 From: Sami Alameddine Date: Sat, 10 Oct 2020 07:04:21 +0000 Subject: [PATCH] Added documentation and shell script --- README.md | 5 +++++ ws/SL04/cmpr.sh | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 ws/SL04/cmpr.sh diff --git a/README.md b/README.md index cf5ae8f..5a9132e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ This is a light server that runs well. NSV/WS has a built in auth system. +Explination of ALSWS Servers: +* ws/basenet: Sami's First webserver. Does not compile but it's a pretty cool thing to have included in the repo +* ws/m3 The second revision of ALSWS. this revision compiles sucsesfully and compiles sucsesfully + + The Port numbers are **MEANT** to be changed. Before compling, please change the port number to whatever port you desire. There is a simple TCP Client bundled with alsws. However, it is highly reccomended to compile the tcpclient from source diff --git a/ws/SL04/cmpr.sh b/ws/SL04/cmpr.sh new file mode 100644 index 0000000..3e8a7a6 --- /dev/null +++ b/ws/SL04/cmpr.sh @@ -0,0 +1,11 @@ +# Alsami Technologies, 2020 + +# Sami Alameddine + +# Configure this script to your needs + +echo Alsami Web Server +echo What do you want the binary to be named? +read biname +gcc -o $biname foo.c -o2 +./$biname