Got curious of the idea of a TI-84 Plus CE webpage reader where you can insert webpages from a computer into it. I don’t expect anything fancy though, besides text and images. Although I’m not familiar with coding, this doesn’t seem to be too hard to create (especially compared to the many programs people have already created here), which makes me wonder if it already exists.
Should be pretty easy--maybe you could start programming in C and make that as your very first project! Surprising no one's done it before...
Past projects: HailStorm CE | Contagion CE | HUE CE | VYSION CE || Current projects: VYSION 2 CE | Crossroads CE
I mean if your calculator has enough storage and you can somehow program an html reader then yeah that would be "not that hard"
In case you didn't notice some responses are kind of highlighting that this is not something that's straightforward at all - it takes a lot of resources to parse HTML, let alone the plethora of other technologies that are involved in web pages.
The closest would be something like this screen mirroring project I guess? https://www.cemetech.net/forum/viewtopic.php?t=17714&start=0
The closest would be something like this screen mirroring project I guess? https://www.cemetech.net/forum/viewtopic.php?t=17714&start=0
Better idea: Make your own format instead, as stated, html needs a lot of resources. Also, make a game before you try something like that.
- ACagliano
- Guru-in-Training (Posts: 2017)
- Re: Is there a TI-84 Plus CE program which can read a webpage?
- 19 May 2024 05:57:50 pm
danii wrote:
Got curious of the idea of a TI-84 Plus CE webpage reader where you can insert webpages from a computer into it. I don’t expect anything fancy though, besides text and images. Although I’m not familiar with coding, this doesn’t seem to be too hard to create (especially compared to the many programs people have already created here), which makes me wonder if it already exists.
lwIP's code contains an HTTP client that can send requests for websites.
https://github.com/acagliano/lwip-ce/blob/master/src/apps/http/http_client.c
https://github.com/acagliano/lwip-ce/blob/master/src/include/lwip/apps/http_client.h
If I'm not mistaken, you would still have to write an app to translate the resultant page components into something viewable.
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
» Go to Registration page
» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Advertisement