Skip to content

Releases: lornix/fauxcon

Keys work properly. A Release Escapes!

29 Jul 07:11
Compare
Choose a tag to compare

Fixed the weird 'lag' issue with arrow keys, function keys and whatnot else that used an ESCape sequence

Still not exactly pleased with escape sequence (CR % .) to exit fauxcon, will need to look at ssh code to see how they do it.

Will be examining rsync code to determine best way to make a remote connection through a ssh login. Looking for fauxcon lornix@tinker usability with keyboard (and mouse!) forwarded to other system as console devices.

Fully Functional Release

19 Jul 10:17
Compare
Choose a tag to compare

This release works very well. Can send multiple files, strings, any order, any number, per character delays for slow typing, per delay too, to slow down lines if desired. Strings can be sent with or without a trailing appended.

For now, this emulates a BBS or telnet connection. No special keys, no ALT-x or META-x either. Those are going to require capturing the scancode from the user's system to send to destination's uinput device. But then again, capturing keycodes means I can send pointer events too. Much planned for this, very handy. Eventually, I'd like to be able to control an X-Windows session displaying 'over-there', while sitting at my laptop 'over-here'. I've already figured out most of it, just a matter of writing the code... (ain't it always?)

Working well, simplistic with a couple quirks.

19 Jul 06:51
Compare
Choose a tag to compare

This release works well, seems to be a minor issue with single keystrokes being 'delayed'. I have fixed this particular issue in a later commit, but broke some other stuff, so this will work well for now.