TIPI Fun - jgparker/tipi GitHub Wiki
Now that you're TIPI/32K is working, what's next?
Here are my suggestions on quick and easy thing to do with your TIPI/32K, once its up and running:
Set-up the Wifi, Disks and URI shortcuts in the TIPI config
Run EA5 and BASIC programs like SNEK, Chatti, Chess, etc. directly from the web:
CALL TIPI("PI.HTTP://MYTI99.COM/SNEK")
CALL TIPI("PI.HTTP://MYTI99.COM/CHATTI")
CALL TIPI("PI.HTTP://MYTI99.COM/CHESS")
CALL TIPI("PI.HTTP://ftp.whtech.com/TIPI/WEATHER")
CALL TIPI("PI.http://www.cwfk.net/4afiles/AMBULANCE")
OLD PI.http://myti99.com/RPS
Find many more programs to run from the tipi here
and here:
https://atariage.com/forums/topic/278913-tipi-enabled-software-listing/
Save all of your old cassette based BASIC programs to the disks on TIPI/32K
SAVE DSK1.MYPROGRAM
Run Stuart's TI99 browser for FinalGROM99 and TIPI, using the TIPI mouse
You can find the details on how to run Stuart's Browser below.
http://www.stuartconner.me.uk/ti/ti.htm#internet_web_browser
Here are a few good sites to visit using Stuart's browser:
- Wagner's Tech Talk wagnerstechtalk.com/ti99/index.htm
- Stuart's Web page www.stuartconner.me.uk/tibrowser/z.htm
- ElectricLab's: myti99.com
- Mine: http://www.lilyandgrace.com/ti/
Also see https://atariage.com/forums/topic/304459-web-page-list-for-stuarts-ti-994a-web-browser/
Run TI Artist from the TIPI, using the TIPI mouse extension
https://www.jedimatt42.com/downloads/tipi-ti-artist-plus-mouse.zip.
Visit a BBSs using TIPI's Telnet capability:
CALL TIPI("TIPI.NET.TELNET")
and then enter the BBS's URL or IP address and the port number. You can also use this telnet capability to log into the TIPI's Raspberry Pi (localhost:23, login "tipi" password "tipi").
Load you old .dsk files and FIAD fils on the TIPI disk
TIPI's file system is accessible both by the console and on the network (can be accessed by Classic99 for example).
- For the web interface, try http://tipi:9900/files.
-
Or you can get the TIPI's IP address from the CALL TIPI command and use
http://<TIPI IP address>:9900/files
. -
To access the TIPI's disk file system from the windows (SMB) network,
\\tipi\TIPI
or\\(tipi's ip address)\TIPI
from windows file explore. This can also be done from Linux using SMB share capabilities.