Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Aichi on May 27, 2011, 06:34:32 pm

Title: A·Byte - Online Data Editor / Converter
Post by: Aichi on May 27, 2011, 06:34:32 pm
I started working on a third tool for Axe Parser developement to complement some things that you can't do oncalc or just very hard.
You will be able to clearly create and manage data and convert it directly into 8xp (maybe appvars too).
I didn't started the data editor yet, but you can already use the converter. Try it:
http://xeverion.com/Tools/Abyte/Convert?v=TEST,Your_Comment,414243 (http://xeverion.com/Tools/Abyte/Convert?v=TEST,Your_Comment,414243)
The blue section links to the PHP script. The red section contains 3 necessary arguments:
1) Program name (up to 8 uppercase chars)
2) Comment (up to 42 chars)
3) Data in hexadecimal, the above code means ABC

At the moment, I didn't adapt the checksums though. I would be glad if anyone tried to send such a file to a calc using TI Connect.
TILP ignores the checksum by itself.
Title: Re: A·Byte - Online Data Editor / Converter
Post by: Munchor on May 27, 2011, 06:36:43 pm
Wooo! This looks cool! Is it Appvar or Program? Also doesn't no checksum mean the program is not correctly written?

This seems promising :D
Title: Re: A·Byte - Online Data Editor / Converter
Post by: Aichi on May 27, 2011, 06:46:36 pm
Wooo! This looks cool! Is it Appvar or Program? Also doesn't no checksum mean the program is not correctly written?

This seems promising :D

It converts into open programs right now. TI uses checksums to check if the file does match with its data. The programs are working even with false checksums, but TI Connect probably wont let someone send these programs to a calc.
Title: Re: A·Byte - Online Data Editor / Converter
Post by: DJ Omnimaga on May 29, 2011, 04:02:48 am
Nice Aichi. Glad to see more tools from you.