Skip to content

Commit

Permalink
Added documentation and shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alameddine committed Oct 10, 2020
1 parent 928140f commit 1060ae6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions ws/SL04/cmpr.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1060ae6

Please sign in to comment.