https://github.com/turboss/turbolink
Terminal client fort Agon
https://github.com/turboss/turbolink
agon-light agonlight agonlight2 bbs ez80 ez80f92 telnet telnet-client
Last synced: 4 months ago
JSON representation
Terminal client fort Agon
- Host: GitHub
- URL: https://github.com/turboss/turbolink
- Owner: TurBoss
- License: gpl-3.0
- Created: 2024-10-09T00:04:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T17:09:22.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:11:11.457Z (about 1 year ago)
- Topics: agon-light, agonlight, agonlight2, bbs, ez80, ez80f92, telnet, telnet-client
- Language: Assembly
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Agon Terminal Client TurBoLink
==============================
https://github.com/TurBoss/TurBoLink
TurboLink Opens Port UART1 from the UEXT and GPIO pin headers and allows you to send and receive data
https://agonconsole8.github.io/agon-docs/GPIO/
Binaries distribution
=====================
Check the releases page for binaries
https://github.com/TurBoss/TurBoLink/releases
Building from sources
=====================
Get z88dk development kit
+ https://z88dk.org
+ https://github.com/z88dk/z88dk
+ https://github.com/z88dk/z88dk/wiki/installation
Obtain the source code using git.
Run make in the root directory of the project
```
git clone https://github.com/TurBoss/TurBoLink.git
cd TurBoLink
make
```
Should output this
`z88dk-z80asm -mez80 -b -Iinclude -oturbolink.bin main.asm`
`turbolink.bin` should have been created
Running on the agon
===================
Copy the bin file to any place on the SD card,
placing it on /MOS has issues don't place the bin there
```
/ *load turbolink.bin
/ *run
```
Dial some server
================
Using a modem to dial bbs servers
+ Zimodem esp32 https://github.com/bozimmerman/Zimodem
+ espressiff AT es8266 & esp32 https://www.espressif.com/en/support/download/at
+ PicoWifiModem Easpberry Pi Pico W https://github.com/mecparts/PicoWiFiModem/
+ tcpser PC + rs232 ttl adapter https://github.com/FozzTexx/tcpser
This may depend on your modem but should be similar to this
```
ATDTserver.address:port
```
Please refer to each modem At commands reference docs