Worst implementation BBS in shell + socat
Go to file
localhost_frssoft 1b3c0d7930 missed files 2023-07-21 21:03:58 +03:00
.gitignore missed files 2023-07-21 21:03:58 +03:00
README.nd permission on config 2023-07-21 20:57:21 +03:00
bbs.sh initial commit 2023-07-21 20:56:12 +03:00
config.example initial commit 2023-07-21 20:56:12 +03:00
executor.sh initial commit 2023-07-21 20:56:12 +03:00
words.gz missed files 2023-07-21 21:03:58 +03:00

BBS-like simulator    
It can be used with nc, telnet, socat clients  
Useful for ancient devices, but TOTALLY NOT SECURE!  

```copy example config and edit
cp config.example config
chmod 600 config
$EDITOR config
```

```run server (socat required)
./bss.sh <PORT>
```