Web / mobile frontend for c2t
Go to file
Federico Santandrea 912c71eef0 Better iOS app support. 2020-06-23 10:17:34 +02:00
.gitignore Added .gitignore for build files 2020-06-16 18:31:12 +02:00
LICENSE Initial commit 2020-06-16 18:23:03 +02:00
Makefile Better iOS mobile app support 2020-06-23 10:00:09 +02:00
README.md Update README.md 2020-06-23 09:21:04 +02:00
apple-touch-icon.png Better iOS mobile app support 2020-06-23 10:00:09 +02:00
sendalo.html.tpl Better iOS app support. 2020-06-23 10:17:34 +02:00
sendalo.php.tpl Fixes and better proxying 2020-06-17 11:33:34 +02:00

README.md

Sendalo

Web / mobile frontend for c2t

Sendalo is a web/mobile interface to an emscripten build of the excellent c2t tool by datajerk (https://github.com/datajerk/c2t). c2t is a really clever program that allows transferring disk images to a running Apple II (among other things).

Try it now here: https://cutt.ly/sendalo

(but it actually can work completely offline, with file input).

Why I think this is useful?

  • The ASCII Express site is fun and a great idea, but it has limited selection.

  • ADTPro is fantastic! But you need a running modern PC, and some means of bidirectional communication to make it work. Ethernet cards are expensive, serial not readily available and audio mic input jacks are becoming difficult to find on modern laptops. And there is no mobile version.

  • c2t will work with just a simplex link, so all you need is an audio cable and there you go! But you still need another computer and typing commands in the terminal.

  • Finally, with this frontend you can unleash the power of c2t directly on your mobile device, with just an audio cable and no PC. Just paste the .dsk image URL from your favorite web archive, or upload your own, and the disk will be streamed over. Also nice on computers if you dont want to download executables or type commands.

c2t can do a lot more than this, dont forget to check the official project page on GitHub to learn more.