John Bintz 7c24814352 | ||
---|---|---|
amos_pro_original | ||
server_in_c | ||
README.md |
README.md
Amiga BSD Socket coding
Get your Amiga doing stuff on the Internet!
All code in this repo is licensed under the MIT License.
The original AMOS code
amos_pro_original
contains the original AMOS Professional code to use
bsdsocket.library
in BASIC. It requires the
EasyLife extension.
This is the code used in the 23 Year Old Code video.
Server in C
server_in_c
uses SAS/C and the AmiTCK SDK to build a simple server that
prints out what is received, like a very basic netcat
.
This is the code used in the Simple Server in C for the Commodore Amiga video.