Releases: fablab-wue/piTelex
2024-08
List of changes relevant to the user compared to the release 2023-07
Added Config file options
Status | Module | Parameter | Default | Type or range | Comment |
---|---|---|---|---|---|
New | Global | welcome_msg |
true | true/false | if false do not print date/time stamp at connection start |
New | RPiCtrl | pin_LED_Z |
0 | positive integer | defines GPIO# to connect a LED which is on in Z and ZZ status |
New | RPiCtrl | LED_Z_heartbeat |
6 | positive integer | defines heartbeat duty cycle for LED_Z , off if set to 0 , otherwise LED_Z is turned off for (LED_Z_heartbeat * 500ms) and on for 500ms |
New | RPiTTY | txd_powersave |
false | true/false | if true, loop current is switched off in ZZ state |
Added | RPiTTY | mode |
TW39 | additional modes "AGT-TWM", "AGT-TW39" | for use with Ö-AGT / SEU-M |
New | ITelex | block_ascii |
true | true / false | if true, block incoming ASCII connections and avoid printing of port scans and such |
New | ITelex | tns_srv |
defaults | FQDN, IPV4-Addresses | override TNS host specification (normally not needed) |
Added a "hand type simulator"
Added a simulator for manual typing, i.e insert random delays between "keystrokes".
Toggle on/off in Screen via <ESC> T
.
When toggled on, prints "lorem ipsum" dummy text with pseudo random delay between keystrokes until toggled off.
To output the text to the teleprinter, first activate it by either dialling '000' or entering <ESC> A
in screen
.
Added feature to insert text files into the character stream
Entering five or more subsequent WR
(carriage return) at the telerpinter lets piTelex
interpret the following number from 0 to 9 as a file name located in the subdirectory
"read" of pitelex. The file must have the extension .txt
.
If the fie exists, pitelex will insert the contents of the file and send it to the teleprinter line.
Useful to insert predefined text blocks
What's Changed
Full Changelog: https://github.com/fablab-wue/piTelex/commits/2024-08
2023-07
This is piTelex software from the master branch which was last touched in July 2023.
What's Changed
- Last changes before Acknowledge fix by @b-schliessmann in #4
- Ack throttling final by @b-schliessmann in #5
- Control flow rework preview 1 by @JK-de in #7
- txDevMCP: Emergency fix for Acknowledge by @b-schliessmann in #8
- Add files via upload by @rwobrecht in #9
- Experimental features 2020 10 by @rwobrecht in #10
- Experimental features 2020 10 by @rwobrecht in #11
- Experimental features 2020 10 by @rwobrecht in #12
- Update txDevMCP.md by @rwobrecht in #17
- Adding the new TwitterV2 devices that does not rely on a callback URL by @MrSeccubus in #18
- Updated twitter v2 module. Simpler version by @MrSeccubus in #20
- functional updates to config_twitivity.py. Implement inverse_dtr by @dirkenstein in #13
- First version of rss reader by @MrSeccubus in #23
- Experimental features 2022 01 by @JK-de in #26
New Contributors
- @b-schliessmann made their first contribution in #4
- @JK-de made their first contribution in #7
- @rwobrecht made their first contribution in #9
- @MrSeccubus made their first contribution in #18
- @dirkenstein made their first contribution in #13
Full Changelog: https://github.com/fablab-wue/piTelex/commits/2023-07
2023-02
- Support for SEU-M-board in Oe-AGT
- Support for SEU-M-board in Lo200x
- Support for TW39-H-bridge (still in development)
- Support for power saving in many modules
- New module "KeyPad" for keyboard shortcuts and teletype testing
- New module "Terminal" for ASCII-terminals, POS-printers and POS-displays
- New module "Twitter2"
- New module "RSS" (still in development)
- Bug fixes