Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| supdup [2015-09-13 14:43] – created victor | supdup [2021-08-23 20:09] (current) – victor |
|---|
| ====== Java Supdup ====== | ====== Java Supdup ====== |
| |
| | <note> |
| | This code is not maintained and it has been a while since it worked well for me, under macOS. I **recommend** [[https://github.com/PDP-10/supdup|the C client]] instead! |
| | </note> |
| |
| Download ([[http://victor.se/bjorn/its/supdup.jar|precompiled]] for Java 1.5, or the [[http://victor.se/bjorn/its/supdup-src.jar|source]]) a Supdup-enabled version of the [[http://www.javatelnet.org/|Java Telnet application]]. The original code is fairly easy to add plugins to, but so far I had to hardcode the use of the supdup terminal emulator, so this version is only useful for Supdup. | Download ([[http://victor.se/bjorn/its/supdup.jar|precompiled]] for Java 1.5, or the [[http://victor.se/bjorn/its/supdup-src.jar|source]]) a Supdup-enabled version of the [[http://www.javatelnet.org/|Java Telnet application]]. The original code is fairly easy to add plugins to, but so far I had to hardcode the use of the supdup terminal emulator, so this version is only useful for Supdup. |
| |
| ;2009-04-05: handle MacOS X Escape key and Control-Space, and supply a [[http://victor.se/bjorn/its/Supdup.dmg|MacOS application]] ([[http://victor.se/bjorn/its/Supdup-app.tar.gz|.tar.gz]]). (The Alt key doesn't work yet.) | ?? 2009-04-05 :: handle MacOS X Escape key and Control-Space, and supply a [[http://victor.se/bjorn/its/Supdup.dmg|MacOS application]] ([[http://victor.se/bjorn/its/Supdup-app.tar.gz|.tar.gz]]). (The Alt key doesn't work yet.) !! |
| ; 2005-08-10: avoids idle (logged-in) disconnection by periodically sending a "keep-alive" to ITS. | ?? 2005-08-10 :: avoids idle (logged-in) disconnection by periodically sending a "keep-alive" to ITS. !! |
| ; 2005-08-06: supports the [[http://up.update.uu.se/sailch%20html|SAIL character set]]! Thanks MMcM! | ?? 2005-08-06 :: supports the [[http://up.update.uu.se/sailch%20html|SAIL character set]]! Thanks MMcM! !! |
| |
| To run, use | To run, use |