fdivitto / FabGL

ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST7789, ILI9341), PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal

Home Page:http://www.fabglib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telnet towel.blinkenlights.nl doesn't work

mobluse opened this issue · comments

telnet towel.blinkenlights.nl doesn't work, but telnet telehack.com followed by starwars after login does the same thing. I suggest changing towel.blinkenlights.nl to telehack.com in help in NetworkTerminal.ino.

Telehack is a game and I found it when searching for open telnet servers. I have no connection to Telehack except as an ordinary user.

I also want to fix some other typos and issues in help.

It is PASSWORD that is optional for open SSID:s:

  Terminal.write("\e[93mwifi [SSID PASSWORD]\r\n");
  Terminal.write("\e[93mwifi SSID [PASSWORD]\r\n");

Change to working example:

  Terminal.write("\e[97m    telnet towel.blinkenlights.nl\e[92m\r\n");
  Terminal.write("\e[97m    telnet telehack.com\e[92m\r\n");

Added point to complete sentence:

  Terminal.write("\e[97m  Set keyboard layout. LAYOUT can be 'us', 'uk', 'de', 'it', 'es', 'fr', 'be', 'no'\r\n");
  Terminal.write("\e[97m  Set keyboard layout. LAYOUT can be 'us', 'uk', 'de', 'it', 'es', 'fr', 'be', 'no'.\r\n");

If you change to 'de' you cannot change back since Y has switched places with Z:

  Terminal.write("\e[97m    keyb de\e[92m\r\n");
  Terminal.write("\e[97m    keyb fr\e[92m\r\n");