Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
"typescript.tsdk": "node_modules/typescript/lib"
}
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
fTelnet
=======
# fTelnet for Iniquity

fTelnet: An HTML5 WebSocket client
This is the re-imagining of the iconic Iniquity Bulletin Board Software.

![Alt text](https://github.com/iniquitybbs/iniquity/raw/master/packages/core/src/assets/5m-iniquity3a.png?raw=true "Iniquity 3")

## Synopsis

npm install @iniquitybbs/fTelnet
Then you can use it in your project...

```shell
npx fTelnet
```

Now go to localhost:8888 and you should be able to connect to any telnet server running on port 23.

## About

In my opinion fTelnet is the best web based telnet engine out there. But I needed it to behave in a certain way for use with Iniquity so I'm currently maintaining a fork of it. I try to sync with Rick's upstream master branch as often as required. I have added some new features to fTelnet.
3 changes: 0 additions & 3 deletions build.cmd

This file was deleted.

Loading