BBS Telnet

From Noisebridge
Jump to navigation Jump to search
Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Resources | Events | Projects | WGs | 5MoF | Meetings | Donate V · T · E
Communications Channels | Wiki | Discuss | Slack | Jitsi | Pad | Meetup | Discord | Trello | Github | IRC | VR | Twitter | 5MoF | YouTube | Blog | Zine | Contacts | Mailinglist | Guestbook | BBS V · T · E
BBS | ANSI Art | BBS Door Games | Packet Radio BBS | Edit

<html>

<script>document.write('<script src="//embed-v2.ftelnet.ca/js/ftelnet-loader.norip.xfer.js?v=' + (new Date()).getTime() + '"></script>');</script> <script>

   var Options = new fTelnetOptions();
   Options.BareLFtoCRLF = false;
   Options.BitsPerSecond = 57600;
   Options.ConnectionType = 'telnet';
   Options.Emulation = 'ansi-bbs';
   Options.Enter = '\r';
   Options.Font = 'CP437';
   Options.ForceWss = false;
   Options.Hostname = 'possessed.duckdns.org';
   Options.LocalEcho = false;
   Options.NegotiateLocalEcho = true;
   Options.Port = 8888;
   Options.ProxyHostname = 'proxy-us-ca.ftelnet.ca';
   Options.ProxyPort = 80;
   Options.ProxyPortSecure = 443;
   Options.ScreenColumns = 80;
   Options.ScreenRows = 25;
   Options.SendLocation = false;
   var fTelnet = new fTelnetClient('fTelnetContainer', Options);
   fTelnet.Connect();

</script> </html>