{"id":15722056,"url":"https://github.com/smerrony/dashera","last_synced_at":"2025-04-14T03:34:06.521Z","repository":{"id":50301234,"uuid":"429763609","full_name":"SMerrony/dashera","owner":"SMerrony","description":"DasherA is a Data General DASHER D200/D210 terminal emulator","archived":false,"fork":false,"pushed_at":"2024-05-20T14:51:39.000Z","size":455,"stargazers_count":37,"open_issues_count":1,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-25T09:14:33.049Z","etag":null,"topics":["ada","dg","gtk","gtk3","gtkada","history","serial-communication","telnet","terminal","terminal-emulator"],"latest_commit_sha":null,"homepage":"","language":"Ada","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SMerrony.png","metadata":{"files":{"readme":"README.md","changelog":"changelog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-19T10:53:12.000Z","updated_at":"2024-05-20T14:48:46.000Z","dependencies_parsed_at":"2024-05-03T02:53:46.809Z","dependency_job_id":"0ce95af4-49ec-4225-8c24-c257a4de7a66","html_url":"https://github.com/SMerrony/dashera","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMerrony%2Fdashera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMerrony%2Fdashera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMerrony%2Fdashera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMerrony%2Fdashera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SMerrony","download_url":"https://codeload.github.com/SMerrony/dashera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248816324,"owners_count":21166061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ada","dg","gtk","gtk3","gtkada","history","serial-communication","telnet","terminal","terminal-emulator"],"created_at":"2024-10-03T22:03:34.357Z","updated_at":"2025-04-14T03:34:06.501Z","avatar_url":"https://github.com/SMerrony.png","language":"Ada","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DasherA\nDasherA is a free terminal emulator for Data General DASHER series character-based terminals.\n\nIt is written in GNU Ada using the GtkAda toolkit and should run on all common platforms targeted by those tools.  Other platforms satisfying the build requirements (see below) may also work - eg. it builds and runs successfully on Raspbian GNU/Linux version 11 32-bit.\n\n![Screenshot](./Screenshots/DasherA-20220305.png)\n\n\n## Key Features\n\n* DASHER D200 \u0026 D210 Emulation\n* Serial interface support at 300, 1200, 2400, 9600, 19200 \u0026 38400 baud, 7 or 8 data bits,\nno/odd/even parity, 1 or 2 stop bits (defaults to DG-standard: 9600, 8, n, 1)\n* BREAK key support for serial interface - permits use as master console\n* Network Interface (Telnet) support\n* May specify ```-host host:port``` on command line\n* Reverse video, blinking, dim and underlined characters\n* Pixel-for-pixel copy of D410 character set\n* 15 (plus Ctrl \u0026 Shift) DASHER Function keys, Erase Page, Erase EOL, Hold, and Break keys\n* C1, C2, C3 and C4 DASHER Custom keys (plus shifted versions)\n* Loadable function-key templates (BROWSE, SED and SMI provided as examples)\n* 2000-line terminal history\n* Session logging to file\n* Various terminal widths, heights and zoom-levels available\n* Support for mini-Expect scripts to automate some tasks [see Wiki](https://github.com/SMerrony/DasherG/wiki/DasherG-Mini-Expect-Scripts)\n* Paste from system Clipboard\n* XMODEM-CRC file send and receive with short (128) or long (1024) packets\n  \nHere is the full [Implementation Chart](./Docs/implementationChart.md) for DasherA.\n\n## Source\nDasherA is [hosted on GitHub](https://github.com/SMerrony/dashera).\n\nA binary version for 64-bit Debian-based systems *may* be available as part of a release.\n\nI would love to be able to provide a Windows binary, but I don't have the required\nfacilities.  If anyone could help with this, please do get in touch.\n\n## Build\n\n### Alire\n\nDashera has moved to the [Alire](https://alire.ada.dev/) build system (but see below).\n\n[![Alire](https://img.shields.io/endpoint?url=https://alire.ada.dev/badges/dashera.json)](https://alire.ada.dev/crates/dashera.html)\n\nOnce you have Alire installed you should be able to obtain the latest release of Dashera and build it with just the three commands below...\n```\nalr get dashera\ncd dashera\nalr build\n```\nN.B. If you have not built a GtkAda crate (the GUI toolkit we use) recently then Alire will automatically download and build that before building Dashera itself.  This can take some time when it first happens, subsequent builds should be much faster.\n\n### Non-Alire\n\nIf you cannot use Alire, it should still be possible to build Dashera with gprbuild... \n```\nmkdir obj\ngprbuild -Pnon_alire -Xmode=release\n```\nIgnore the warning about file name not matching project name.\n\nWithout Alire you will have to manually ensure that dependencies (eg. GtkAda) are installed.\nEg. You may need to install the `libgtkada20-dev` package.\n\n## Run\n`.bin/dashera`\n\n```\nUsage of dashera:\n  -amber            Use an amber font instead of green\n  -debug            Print debugging information on STDOUT\n  -h or -help       Print this help\n  -host \u003chost:port\u003e Host to connect with via Telnet\n  -tracescript      Print trace of Mini-Expect script on STDOUT\n  -tracexmodem      Show details of XMODEM file transfers on STDOUT\n  -version          Show the version number of dashera and exit\n  -white            Use a white font instead of green\n```\nYou need the DASHER font and icon to be in the same directory as the executable (for now).\n\n## Operational Notes\n* The DASHER 'CR' (carriage-return, no line-feed) is available from both the GUI 'CR' button and the\nnumeric keypad enter key (if present).\n* The DASHER keyboards had a 'DEL' key but no 'Backspace', Dashera treats both keys as a DASHER Delete (backwards)\n* The BELL sound will only work if DasherA is started from a terminal supporting such an event, \nor if the windowing system permits Window Beeps.  In Mint 20+, the critical setting is\nAccessibility =\u003e Keyboard =\u003e Event Feedback =\u003e Sound to use for window alerts.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmerrony%2Fdashera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmerrony%2Fdashera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmerrony%2Fdashera/lists"}