Jump to content
IGNORED

A Newbies Journey with the TIPI


Omega-TI

Recommended Posts

For those who don't like to type, there is an easier way to load TIPI network programs on the TI. You can use a program like BOOT, or the 9640 Menu System.

When you configure the path, instead of something like DSK1.PROGNAME, you type in URI1.PROGNAME then save the update.

 

gallery_35324_1027_33635.jpg

 

Of course this requires you to go into your TIPICFG and make the appropriate change...

 

gallery_35324_1027_13068.jpg

 

Now when you load TIPI stuff, it'll feel like you are loading it right off your own system, it's essentially 'transparent'.

It works with every program listed (so far) in << GREG'S NEW THREAD >> for TIPI enabled software.

 

Have I ever mentioned that I LOVE my TIPI? ;)

 

Oh yeah... if you load stuff THIS WAY, you'll always be using the latest and greatest version.

  • Like 1
Link to comment
Share on other sites

A couple suggestions so far:

 

In the editing program:

 

1) Put stars for the password after you type it [emoji4]

2) When I tried to type a SSID with a space, it didn’t like it. When I tried to go correct it afterward, the editing acted somewhat strange (FCTN 1, 2, 3, S, D)

 

Hardware hookup:

 

3) Key the eight pin cable if we can

Link to comment
Share on other sites

I had the issue with the spaces in SSID also. It accepted them as input but everything after the first space disappeared (though if you positioned the cursor over the characters after the space, they would blink). I ended up changed my SSID to remove the spaces to solve that problem.

 

Otherwise I really didn't have much trouble getting up and running.

Link to comment
Share on other sites

 

 

A couple suggestions so far:

 

In the editing program:

 

1) Put stars for the password after you type it [emoji4]

2) When I tried to type a SSID with a space, it didn’t like it. When I tried to go correct it afterward, the editing acted somewhat strange (FCTN 1, 2, 3, S, D)

 

Hardware hookup:

 

3) Key the eight pin cable if we can

1 then you couldn't verify the PW is correct. Maybe a toggle

 

2 the editor is fixed in git waiting for Matt to push an update

 

3 I'm thinking about a label with obvious orientation as you can't key either side

 

Sent from my LG-H872 using Tapatalk

Link to comment
Share on other sites

@JediMatt42 or @ElectricLab

 

I'm wondering, would it be possible to get ALLOW "RemindMe!" to save & load it's data file over MYTI99.COM using the URI path method? If so, it would be a great way for everyone to schedule online Chatti sessions, Chess games as well as other games with one shared community calendar.

 

If not, does any know of a URL and or site we might be able to use for that purpose?

Edited by --- Ω ---
Link to comment
Share on other sites

1 then you couldn't verify the PW is correct. Maybe a toggle

 

2 the editor is fixed in git waiting for Matt to push an update

 

3 I'm thinking about a label with obvious orientation as you can't key either side

 

Sent from my LG-H872 using Tapatalk

 

For #3, you can get a keyed cable like this https://www.ebay.com/itm/10Pcs-IDC-10Pin-Hard-Drive-Data-Extension-Wire-Flat-Ribbon-Cable-Connector-50cm/171911897420?hash=item2806bf614c:g:ZswAAOSwgQ9V4aHpand just make sure you mark both sides :)

Link to comment
Share on other sites

If your cable is longer than the one included you may not see the same performance and we will tell you to go back to the included cable to fix it.

Sent from my LG-H872 using Tapatalk

Link to comment
Share on other sites

If your cable is longer than the one included you may not see the same performance and we will tell you to go back to the included cable to fix it.

Sent from my LG-H872 using Tapatalk

 

There are shorter ones :)

 

https://www.ebay.com/itm/10-Pin-2x5-Female-to-Female-2-54mm-Pitch-10-wire-IDC-Flat-Ribbon-Cable/292106612325?hash=item4402e92e65:m:mvzcU2hayZjCIOibRoLPv3w

Link to comment
Share on other sites

Extended BASIC DIRECTORY for TIPI

(CUT & PASTE)

 

10 CALL CLEAR
20 DIM TYP$(5)
30 TYP$(1)="DIS/FIX"
40 TYP$(2)="DIS/VAR"
50 TYP$(3)="INT/FIX"
60 TYP$(4)="INT/VAR"
70 TYP$(5)="PROGRAM"
80 INPUT "Directory Disk (1-3)?":A
90 CALL CLEAR
100 A=INT(A)
110 IF A<1 THEN 80
120 IF A>3 THEN 80
130 OPEN #1:"DSK"&STR$(A)&".",INPUT ,RELATIVE,INTERNAL
140 INPUT #1:A$,J,J,K
150 OPEN #2:"PI.CLOCK",INPUT
160 INPUT #2:CLK$
170 CLOSE #2
180 PRINT "Disk Number: ";STR$(A);:"Disk/Folder: ";A$:
190 PRINT
200 PRINT CLK$
210 PRINT :"FILENAME SIZE TYPE P":"__________ ______ ________ _"
220 FOR LOOP=1 TO 127
230 INPUT #1:A$,A,J,K
240 IF LEN(A$)=0 THEN 320
250 PRINT :A$;TAB(11);J*256;TAB(19);TYP$(ABS(A));
260 IF ABS(A)=5 THEN 290
270 B$=" "&STR$(K)
280 PRINT SEG$(B$,LEN(B$)-2,3);
290 IF A>0 THEN 310
300 PRINT TAB(28);"P";
310 NEXT LOOP
320 CLOSE #1
  • Like 1
Link to comment
Share on other sites

To add support for including directories, you should increase the size of the TYP$ array by one, and set type 6 to "DIR"

 

You also have to change line 120 to "IF A>4 THEN 80" so you can directory the TIPI root directory, but if you do that, you get BAD VALUE in 280 without changing line 260 to "IF ABS (A)=6 THEN 290 " and then it works until it hit's a PROGRAM file and promptly crashes with another BAD VALUE in 280.

Link to comment
Share on other sites

when loading the telnet program, is there a way to make it so that you don't have to setup the backspace key every time?

Yes. Add this line to your .profile file:

stty erase ^H

 

To do this directly from the TI:

 

Telnet to the raspberry pi, and login as the tipi user.

Copy the .profile file to a backup: cp .profile .profile_orig

Add the line to your .profile: echo 'stty erase ^H' >> .profile

Log out and back in again and it should be effective.

Verify that the file was updated: cat .profile

 

Type the ^H in the echo statement as 2 separate characters and it will still work.

Edited by Casey
Link to comment
Share on other sites

  • 1 month later...

Man you yahoos need to get online icon_wink.gif

 

055e290ccfc1c135f21ceb12086ce21e.jpg

 

Agreed! To that end, a "Community Calendar" program written that could save and load data just like Chatti or SNEK would allow people to notify the TIPI community of events or setup meeting times in advance. For instance, I plan to spend quite a bit of time in my den on the 4th doing video work, so Chatti will be on... FOR HOURS! I would welcome a chat with a member or two to break up the tedium.

Link to comment
Share on other sites

 

Extended BASIC DIRECTORY for TIPI

(CUT & PASTE)

 

10 CALL CLEAR
20 DIM TYP$(5)
30 TYP$(1)="DIS/FIX"
40 TYP$(2)="DIS/VAR"
50 TYP$(3)="INT/FIX"
60 TYP$(4)="INT/VAR"
70 TYP$(5)="PROGRAM"
80 INPUT "Directory Disk (1-3)?":A
90 CALL CLEAR
100 A=INT(A)
110 IF A<1 THEN 80
120 IF A>3 THEN 80
130 OPEN #1:"DSK"&STR$(A)&".",INPUT ,RELATIVE,INTERNAL
140 INPUT #1:A$,J,J,K
150 OPEN #2:"PI.CLOCK",INPUT
160 INPUT #2:CLK$
170 CLOSE #2
180 PRINT "Disk Number: ";STR$(A);:"Disk/Folder: ";A$:
190 PRINT
200 PRINT CLK$
210 PRINT :"FILENAME SIZE TYPE P":"__________ ______ ________ _"
220 FOR LOOP=1 TO 127
230 INPUT #1:A$,A,J,K
240 IF LEN(A$)=0 THEN 320
250 PRINT :A$;TAB(11);J*256;TAB(19);TYP$(ABS(A));
260 IF ABS(A)=5 THEN 290
270 B$=" "&STR$(K)
280 PRINT SEG$(B$,LEN(B$)-2,3);
290 IF A>0 THEN 310
300 PRINT TAB(28);"P";
310 NEXT LOOP
320 CLOSE #1

 

Using RXB has CALL CAT(1) and you can use space bar to pause the listing.

 

Also RXB does Directories already. CALL CAT("WDS.MYXBPGMS.GAMES1.")

Edited by RXB
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...